-
Notifications
You must be signed in to change notification settings - Fork 41
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
-webkit-text-fill-color and list marker #71
Comments
IMHO, I prefer that the list markers should use the same color as other text. IIRC, I implemented -webkit-text-fill-color just for the compatibility reason, so I was targeting to be agree with WebKit and Blink. @miketaylr could you (or someone) help gather feedback from WebKit and Blink? |
@tabatkins, @grorg any thoughts here? |
Yeah, if we assume text-fill stuff exists, then bullets probably should use them for their colors. |
Agreed. |
Filed bug 1329052 for Gecko. |
See the following code:
Should the list markers use
color
or-webkit-text-fill-color
?Currently all browsers use
color
for the list markers, but it seems inconsistent to me, because in theory, like::before
and::after
, list markers are just some pseudo elements contain some generated content. I think it should use the same color as other text.The text was updated successfully, but these errors were encountered: