[wpt-sync] Sync PR 20568 - [css-pseudo] Set default styles to ::marker
Categories
(Core :: Layout: Generated Content, Lists, and Counters, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox73 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 20568 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/20568
Details from upstream follow.
Oriol Brufau <obrufau@igalia.com> wrote:
[css-pseudo] Set default styles to ::marker
Markers should have the following styles by default:
- unicode-bidi: isolate
- font-variant-numeric: tabular-nums
Spec: https://drafts.csswg.org/css-pseudo-4/#marker-pseudo
Bug: 457718
TEST=external/wpt/css/css-pseudo/marker-default-styles.html
TEST=external/wpt/css/css-pseudo/marker-font-variant-numeric-default.html
TEST=external/wpt/css/css-pseudo/marker-font-variant-numeric-normal.html
TEST=external/wpt/css/css-pseudo/marker-unicode-bidi-default.html
TEST=external/wpt/css/css-pseudo/marker-unicode-bidi-normal.htmlThe unicode-bidi tests fail in legacy because of bug 1012289.
And marker-font-variant-numeric-normal.html fails everywhere because
nested ::marker pseudo-elements are not supported yet.Change-Id: I80360d0e2bfa78ebca1c10e1064daa17e66e6f22
Reviewed-on: https://chromium-review.googlesource.com/1943228
WPT-Export-Revision: f811952865a4dcd9060c8328c7a8dae7ff6b22c9
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
GitHub CI Results
wpt.fyi PR Results Base Results
Ran 5 tests and 16 subtests
Firefox
OK : 1
PASS: 20
Chrome
OK : 1
PASS: 4
FAIL: 16
Safari
OK : 1
PASS: 6
FAIL: 14
Gecko CI Results
Ran 5 tests and 16 subtests
OK : 1
PASS : 20
Comment 4•6 years ago
|
||
bugherder |
Description
•