-
Notifications
You must be signed in to change notification settings - Fork 707
[css-text-4] white-space
shorthand values cannot be fully expressed using its longhands
#8256
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
It's not ideal (see #8055), but there are the precedents like system fonts, which set longhands to an internal value that serializes to empty string. This could be a temporary solution if you want to implement the longhands. |
This means the spec cannot be implemented without implementing the full set of longhands at least, even though |
@nt1m Is there some particular feature that you want from L4? Sorting this out is on the to-do list, but there hasn't been a lot of interest in the extended white space values... |
@fantasai I'm interested in implementing |
https://drafts.csswg.org/css-text-4/#white-space-property
See issues 3 & 4.
WebKit assumes that shorthands don't have other side effects than just setting their longhands. So every single of the shorthand values should be expressible in some form by their longhands.
The text was updated successfully, but these errors were encountered: