[wpt-sync] Sync PR 32364 - Support ':has()' invalidation for input pseudo classes in argument
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox98 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 32364 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/32364
Details from upstream follow.
Byungwoo Lee <blee@igalia.com> wrote:
Support ':has()' invalidation for input pseudo classes in argument
Support ':has()' style invalidation for input control states pseudo
classes and input value-checking pseudo classes.
- input control states
- https://www.w3.org/TR/selectors-4/#input-states
- :enabled, :disabled, :read-only, :read-write, :placeholder-shown,
:default,- input-value checking
- https://www.w3.org/TR/selectors-4/#ui-validity
- :valid, :invalid, :in-range, :out-of-range, :required, :optional
Bug: 669058
Change-Id: Ie3127a84b0dff331213b9a3185f0a3822a347dc6
Reviewed-on: https://chromium-review.googlesource.com/3385718
WPT-Export-Revision: 3d6c56bfffabb66732e2db706ffbd5f47feb26ab
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
Assignee | ||
Comment 3•4 years ago
|
||
CI Results
Ran 11 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 1 subtests
Status Summary
Firefox
OK : 1
FAIL: 1
Chrome
OK : 1
FAIL: 1
Safari
OK : 1
FAIL: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/css/selectors/invalidation/input-pseudo-classes-in-has.html
CSS Selectors Invalidation: input pseudo classes in :has() argument: FAIL (Chrome: FAIL, Safari: FAIL)
Comment 4•4 years ago
|
||
bugherder |
Description
•