-
Notifications
You must be signed in to change notification settings - Fork 128
Too many text-wrap features #2543
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I'm not opposed to combining these. My memory is we settled on this feature set based on the support story over the developer story, but it's definitely not a cohesive set. |
Since I filed this issue I learned from @kojiishi that My hope is that eventually we would fold all of it into |
Only `text-wrap: balance` and `text-wrap: pretty` are significant new features, let everything elese be covered by the generic `text-wrap` feature. This changes the Baseline date of `text-wrap` a little, but it's still in 2024 and so it doesn't seem worth trying to pin it to the earlier date by trimming the `compute_from` list in a way that wouldn't match the feature decription. Fixes web-platform-dx#2543.
I've sent #2900 with what I think we should do. |
There are 7 features related to
text-wrap
:https://webstatus.dev/?q=text-wrap
I think these are inarguably worth describing as standalone features, with distinct use cases:
text-wrap: balance
text-wrap: pretty
text-wrap: stable
I don't think these properties without a value should be features if we keep the more specific features like
text-wrap: balance
:text-wrap
text-wrap-mode
text-wrap-style
I'm not totally sure about
text-wrap: nowrap
.At some point in the future these features might all just merge into a single
text-wrap
feature, but not right now I think.cc @lilles who pointed this situation out to me.
The text was updated successfully, but these errors were encountered: