[wpt-sync] Sync PR 27229 - Custom state: Update the pseudo class syntax
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox86 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 27229 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/27229
Details from upstream follow.
b'Kent Tamura <tkent@chromium.org>' wrote:
Custom state: Update the pseudo class syntax
This CL updates the custom state pseudo class syntax from :state(foo)
to :--foo.
See https://github.com/WICG/custom-state-pseudo-class/issues/6.This feature is not shipped yet.
Bug: 1012098
Change-Id: I71bd92113d89b073cdeba3b6ab78d2c7f0e091dd
Reviewed-on: https://chromium-review.googlesource.com/2636075
WPT-Export-Revision: 346a1b6661f730d7bbc2ec5c04ab253e1ebc1885
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
CI Results
Ran 14 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 7 subtests
Status Summary
Firefox
OK : 1
PASS: 1
FAIL: 6
Chrome
OK : 1
PASS: 1
FAIL: 6
Safari
OK : 1
PASS: 1
FAIL: 6
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/custom-elements/state/tentative/state-pseudo-class.html
:--foo parsing passes: FAIL (Chrome: FAIL, Safari: FAIL)
:--foo serialization: FAIL (Chrome: FAIL, Safari: FAIL)
:--foo in simple cases: FAIL (Chrome: FAIL, Safari: FAIL)
:--foo and other pseudo classes: FAIL (Chrome: FAIL, Safari: FAIL)
:--foo and ::part(): FAIL (Chrome: FAIL, Safari: FAIL)
:--foo and :host(): FAIL (Chrome: FAIL, Safari: FAIL)
Comment 4•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/9777af6b9c0f
https://hg.mozilla.org/mozilla-central/rev/e56f6bebad21
Description
•