-
Notifications
You must be signed in to change notification settings - Fork 668
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
[css-text-4] turning things on and off, and default values of the text-spacing property #8288
Comments
I suspect we should (re)design One oddity of the current value spaces is that some topics have an explicit no-op value, while other are just part of the global
but
So, the implied behavior is:
So far so good, and that would map pretty well to longhand-like behavior. But how do we group the rest?
I suspect Maybe same thing for no-compress, though I am less sure, it's it's kind of flipped. This gives the following longhands (maybe exposed to authors, maybe conceptual only):
On top of that, we can have the following shorthand:
In this set up:
Possibly with some bikeshedding on the value names, I think this would be a pretty reasonable design. |
A few notes:
|
Note to anyone reading this issue who hasn't seen #4246: I suggest reading #4246 (comment), as that's effectively a continuation of the suggestion above, simplified to cover only the (most) useful combinations. |
* Remove non-useful keyword combinations #4246 #8288 * Split into longhands #4246 #7183 #8288 * Ensure off values for each thing #8288 #6950 * Add insert|replace to allow replacing incorrect space characters #318 #8263 #7183 * Make space-first the initial value #2462 * Allow hanging-punctuation to hang leading ideographic spaces #2462 * Move no-compress to text-justify #7079 See https://lists.w3.org/Archives/Public/www-style/2023Feb/0002.html
I believe this has been fixed by the refactoring in #4246. @frivoal please close out if you agree. :) |
Opening a new issue to track a follow up discussion of a previous one.
In #6950 (comment), @MurakamiShinyu wrote:
He then followed up with:
The text was updated successfully, but these errors were encountered: