We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From https://drafts.csswg.org/css-lists/#marker-properties
UAs must add the following rule to their default style sheet: ::marker, ::before::marker, ::after::marker { unicode-bidi: isolate; font-variant-numeric: tabular-nums; white-space: pre; }
UAs must add the following rule to their default style sheet:
::marker, ::before::marker, ::after::marker { unicode-bidi: isolate; font-variant-numeric: tabular-nums; white-space: pre; }
From https://drafts.csswg.org/css-lists/#ua-stylesheet
li::marker { unicode-bidi: isolate; font-variant-numeric: tabular-nums; }
They got out of sync. It would probably be better to avoid the duplicity and define the UA styles for markers in a single place.
The text was updated successfully, but these errors were encountered:
Is that single place here: https://html.spec.whatwg.org/multipage/rendering.html#lists?
From https://drafts.csswg.org/css-lists/#ua-stylesheet:
This section is informative, not normative. The [HTML] Rendering chapter defines the normative default properties that apply to HTML lists;
Sorry, something went wrong.
[css-lists-3] Remove duplicate of required UA stylesheet rules from s…
beec7c7
…ample style sheet. #5346
No branches or pull requests
From https://drafts.csswg.org/css-lists/#marker-properties
From https://drafts.csswg.org/css-lists/#ua-stylesheet
They got out of sync. It would probably be better to avoid the duplicity and define the UA styles for markers in a single place.
The text was updated successfully, but these errors were encountered: