-
Notifications
You must be signed in to change notification settings - Fork 711
[css-lists] Examples use properties not allowed in ::marker #1807
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
The CSS Pseudo spec has the following note:
Since the CSS Lists spec seems significantly less mature than CSS Pseudo spec, maybe it's expected that at the time CSS Lists spec is released all the open issues with marker box layout definition will be resolved and this limitation becomes outdated? |
@SelenIT I believe that is the case. (i.e., you should consider List a future specification wrt Pseudo) |
If some properties can't be added to CSS Pseudo until CSS Lists is more mature, then I think these extra properties should be listed in CSS Lists meanwhile. |
OK, I've fixed most of these except what's in the default UA rules. We'll need to figure those out a bit more, so filed #3809 |
(We dropped the section on marker positioning, so cutting down css-lists-3 to match what's in css-pseudo-4 and css2.1, more or less.) |
And fixed by adding #3809 and aligning with the list in css-pseudo-4. |
According to CSS Lists,
CSS Pseudo says that only font properties,
color
andtext-combine-upright
apply to::marker
.However, in CSS Lists, various of examples use properties like
content
,text-align
,width
,display
,unicode-bidi
,position
.The text was updated successfully, but these errors were encountered: