-
Notifications
You must be signed in to change notification settings - Fork 689
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-pseudo] Default UA styles for markers don't affect ::before::marker and ::after::marker #4474
Comments
Yes, I agree. That's almost exactly what we have in our user-agent sheet (we also reset |
I wonder if it would be easier to expand selector matching so that I think this is our first standard stacked pseudo-element selector, so it should still be possible to redefine how it works. |
@AmeliaBR But I wonder if a new kind of universal selector that includes tree-abiding pseudo-elements would be worth it. Let's say e.g. |
@Loirooriol OK, I updated the UA rule selector. @faceless2 I think adding more properties to the rule would be a separate issue. Would you mind filing that separately, along with some explanation of why you think these are a good idea? We'll want to get @MatsPalmgren and @dauwhe to check over that list, too. ( @AmeliaBR No, as @Loirooriol points out, the @Loirooriol If you want to propose |
Fixed in b7f55d4 |
From https://drafts.csswg.org/css-pseudo-4/#marker-pseudo,
But
::marker
only selects markers originated by elements, not by other pseudo-elements.So I guess the selector should be
::marker, ::before::marker, ::after::marker
.The text was updated successfully, but these errors were encountered: