-
Notifications
You must be signed in to change notification settings - Fork 719
Same behavior or alias for text-justify: inter-character and text-justify: distribute #6156
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
Labels
Closed Accepted by CSSWG Resolution
Commenter Satisfied
Commenter has indicated satisfaction with the resolution / edits.
css-text-3
Current Work
Tested
Memory aid - issue has WPT tests
Comments
The CSS Working Group just discussed
The full IRC log of that discussionSee official minutes. |
I filed #6193 about specifying aliases at parse-time. |
frivoal
added a commit
that referenced
this issue
Apr 23, 2021
frivoal
added a commit
to web-platform-tests/wpt
that referenced
this issue
Dec 29, 2022
moz-v2v-gh
pushed a commit
to mozilla/gecko-dev
that referenced
this issue
Jan 5, 2023
…y, a=testonly Automatic update from web-platform-tests Add test for compat value of text-justify See w3c/csswg-drafts#6156 -- wpt-commits: 3d8e370ffe19484488391817ef5fb9f41dbf233e wpt-pr: 37692
jamienicol
pushed a commit
to jamienicol/gecko
that referenced
this issue
Jan 13, 2023
…y, a=testonly Automatic update from web-platform-tests Add test for compat value of text-justify See w3c/csswg-drafts#6156 -- wpt-commits: 3d8e370ffe19484488391817ef5fb9f41dbf233e wpt-pr: 37692
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Closed Accepted by CSSWG Resolution
Commenter Satisfied
Commenter has indicated satisfaction with the resolution / edits.
css-text-3
Current Work
Tested
Memory aid - issue has WPT tests
A few years ago, we decided to have two names for one behavior for the text-justify property: one because we though it was a good name (
inter-character
) and one as a deprecated value because it was implemented already even if we didn't particularly like it (distribute
).Currently, we're defining these two as just having the same behavior. Maybe that's fine. Or maybe one should compute to the other so that they get merged when you're observing things in the OM.
It appears that Firefox does compute
distribute
tointer-character
(and other than Edge, it's the only current implementation of the property).I propose we specify, as Firefox does, that
distribute
computes tointer-character
.The text was updated successfully, but these errors were encountered: