-
Notifications
You must be signed in to change notification settings - Fork 719
[css-text-decor-4] Variants of text-decoration-skip-spaces:end behavior, and initial value #4653
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 as Question Answered
Used when the issue is more of a question than a problem, and it's been answered.
css-text-decor-4
Tested
Memory aid - issue has WPT tests
Comments
The CSS Working Group just discussed The full IRC log of that discussion |
frivoal
added a commit
to web-platform-tests/wpt
that referenced
this issue
Sep 5, 2022
tests: web-platform-tests/wpt#35780 |
moz-v2v-gh
pushed a commit
to mozilla/gecko-dev
that referenced
this issue
Sep 24, 2022
…testonly Automatic update from web-platform-tests Add test for underline edge skipping As per w3c/csswg-drafts#4653 -- wpt-commits: 249e1eb8e6542731f41738ab11def2aae4548375 wpt-pr: 35780
jamienicol
pushed a commit
to jamienicol/gecko
that referenced
this issue
Sep 27, 2022
…testonly Automatic update from web-platform-tests Add test for underline edge skipping As per w3c/csswg-drafts#4653 -- wpt-commits: 249e1eb8e6542731f41738ab11def2aae4548375 wpt-pr: 35780
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Closed as Question Answered
Used when the issue is more of a question than a problem, and it's been answered.
css-text-decor-4
Tested
Memory aid - issue has WPT tests
Uh oh!
There was an error while loading. Please reload this page.
Safari and Firefox both have built-in default behavior that's sort of like
text-decoration-skip-spaces: end
, but not quite the same as the one specified, and not quite the same as each other:white-space
ispre-wrap
, but notpre
orbreak-spaces
white-space
ispre-wrap
, but notpre
orbreak-spaces
I wonder if we need to make the
end
value (and maybe other values) smarter, or if we need anauto
of some kind in addition, or if this is just historical accident and all UAs will align on the specified behavior ofend
Also, the spec says that the initial value of
text-decoration-skip-spaces
isstart end
, which is consistent with what level 3 said in prose. However, Chrome behaves as if the initial value wasnone
, and Firefox / Safari behave as if the initial value wasmagic-end
(see previous point) and don't skip leading spaces at all. Not sure if the spec should align with the browsers or the other way around, but the discrepancy is worth noting. We do have a resolution in favor of what the spec says, so it's probably just a matter of writing tests and filing bugs…The text was updated successfully, but these errors were encountered: