-
Notifications
You must be signed in to change notification settings - Fork 719
[css-pseudo] highlights and decoration propagation #6829
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
@frivoal, @fantasai, any thoughts? We are starting to implement this in Blink (e.g. CL:3344847), but it would be good to agree on how this should work before we enable it everywhere. |
The CSS Working Group just discussed
The full IRC log of that discussion with an if propagates to the . Normally there's a single underline that doesn't jump up. (Blink does jump up, but we do it wrong.) |
Uh oh!
There was an error while loading. Please reload this page.
When selecting the following (demo):
We want to be careful not to inadvertently favour the incorrect decoration impl in Blink^ and WebKit, where descendants paint propagated decorations as if they were specified directly — equivalent to 3(b) in non-highlight content.
(cc @frivoal, @fantasai, @mrego, @MatsPalmgren)
^ fixed for underlines in Chromium 105
The text was updated successfully, but these errors were encountered: