[wpt-sync] Sync PR 44454 - Implement :open and :closed pseudo classes
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox124 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 44454 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/44454
Details from upstream follow.
Joey Arhar <jarhar@chromium.org> wrote:
Implement :open and :closed pseudo classes
These are in the CSS spec here: https://drafts.csswg.org/selectors-4/#open-state
I am going to try to get this specced in the HTML spec as well.
Bug: 324293874
Change-Id: I6e056f9eb899507693fd686c2cf65f8334c75153Reviewed-on: https://chromium-review.googlesource.com/5278021
WPT-Export-Revision: b9b59ebc88b1b8c4be0d15c9657a7c1921f5f147
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 1•2 years ago
|
||
| Assignee | ||
Comment 2•2 years ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 3 subtests
Status Summary
Firefox
OK : 1
FAIL: 3
Chrome
OK : 1
FAIL: 3
Safari
OK : 1
FAIL: 3
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /css/selectors/open-closed-pseudo.html [wpt.fyi]
- The dialog element should support :open and :closed.:
FAIL(Chrome:FAIL, Safari:FAIL) - The details element should support :open and :closed.:
FAIL(Chrome:FAIL, Safari:FAIL) - The select element should support :open and :closed.:
FAIL(Chrome:FAIL, Safari:FAIL)
- The dialog element should support :open and :closed.:
Comment 4•2 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/a3157aa6601a
https://hg.mozilla.org/mozilla-central/rev/5f13fafaeff1
Description
•