Skip to content

Commit e2ca4ff

Browse files
committed
[selectors-4][editorial] update wpt, fix syntax
1 parent 537f46d commit e2ca4ff

1 file changed

Lines changed: 20 additions & 3 deletions

File tree

selectors-4/Overview.bs

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1711,6 +1711,7 @@ The Relational Pseudo-class: '':has()''</h3>
17111711
invalidation/host-has-shadow-tree-element-at-subject-position.html
17121712
invalidation/host-pseudo-class-in-has.html
17131713
invalidation/input-pseudo-classes-in-has.html
1714+
invalidation/input-in-range-in-has-with-readonly.html
17141715
invalidation/is-pseudo-containing-complex-in-has.html
17151716
invalidation/is-pseudo-containing-sibling-relationship-in-has.html
17161717
invalidation/lang-pseudo-class-in-has-document-element.html
@@ -1720,7 +1721,7 @@ The Relational Pseudo-class: '':has()''</h3>
17201721
invalidation/link-pseudo-class-in-has.html
17211722
invalidation/link-pseudo-in-has.html
17221723
invalidation/location-pseudo-classes-in-has.html
1723-
invalidation/media-loading-pseudo-classes-in-has.html
1724+
invalidation/media-loading-pseudo-classes-in-has.sub.html
17241725
invalidation/media-pseudo-classes-in-has.html
17251726
invalidation/modal-pseudo-class-in-has.html
17261727
invalidation/negated-has-in-nonsubject-position.html
@@ -1974,6 +1975,7 @@ Attribute selectors</h2>
19741975
missing-right-token.html
19751976
parsing/parse-attribute.html
19761977
selectors-attr-many.html
1978+
selectors-attr-many-2.html
19771979
</wpt>
19781980

19791981
Selectors allow the representation of an element's attributes. When
@@ -2600,6 +2602,7 @@ The Language Pseudo-class: '':lang()''</h3>
26002602
selectors-4/lang-023.html
26012603
selectors-4/lang-024.html
26022604
selectors-4/lang-025.html
2605+
selectors-4/lang-singleton-subtag-matching.html
26032606
</wpt>
26042607

26052608
If the document language specifies how
@@ -2929,6 +2932,14 @@ User Action Pseudo-classes</h2>
29292932
are not yet defined,
29302933
but will be in the future.
29312934

2935+
<wpt>
2936+
active-toplayer-001.html
2937+
focus-within-toplayer-001.html
2938+
hover-toplayer-001.html
2939+
toplayer-transition-001.html
2940+
user-action-pseudo-top-layer.html
2941+
</wpt>
2942+
29322943
<h3 id="the-hover-pseudo">
29332944
The Pointer Hover Pseudo-class: '':hover''</h3>
29342945

@@ -3196,6 +3207,7 @@ Media Playback State: the '':playing'', '':paused'', and '':seeking'' pseudo-cla
31963207

31973208
<wpt>
31983209
media/media-playback-state.html
3210+
media/media-loading-state.sub.html
31993211
</wpt>
32003212

32013213
The <dfn>:playing</dfn> pseudo-class represents an element
@@ -3221,7 +3233,6 @@ Media Playback State: the '':playing'', '':paused'', and '':seeking'' pseudo-cla
32213233
Media Loading State: the '':buffering'' and '':stalled'' pseudo-classes</h3>
32223234

32233235
<wpt>
3224-
media/media-loading-state.html
32253236
media/media-loading-state-timing.sub.html
32263237
media/media-playback-state-timing.html
32273238
</wpt>
@@ -3555,6 +3566,11 @@ The Validity Pseudo-classes: '':valid'' and '':invalid''</h4>
35553566
but a <a element>p</a> element has no validity semantics at all,
35563567
and so it never matches either of these pseudo-classes.
35573568

3569+
<wpt>
3570+
invalidation/input-in-range-in-has-with-readonly.html
3571+
invalidation/media-loading-pseudo-classes-in-has.sub.html
3572+
</wpt>
3573+
35583574
<h4 id="range-pseudos">
35593575
The Range Pseudo-classes: '':in-range'' and '':out-of-range''</h4>
35603576

@@ -5116,7 +5132,7 @@ Changes since the 11 November 2022 Working Draft</h3>
51165132
Significant changes since the <a href="https://www.w3.org/TR/2022/WD-selectors-4-20221111/">11 November 2022 Working Draft</a>:
51175133

51185134
* Defined language range as BCP 47 extended language range
5119-
(<a href="https://github.com/w3c/csswg-drafts/issues/13646"Issue 13646></a>)
5135+
(<a href="https://github.com/w3c/csswg-drafts/issues/13646">Issue 13646></a>)
51205136
* Removed the at-risk status from '':read-write'' and '':has()''
51215137
* Added '':popover-open'' pseudo-class.
51225138
(<a href="https://github.com/w3c/csswg-drafts/issues/8637">Issue 8637</a>)
@@ -5381,6 +5397,7 @@ Acknowledgements</h2>
53815397
first-line-bidi-002.html
53825398
floating-first-letter-05d0.html
53835399
floating-first-letter-feff.html
5400+
hash-collision-cssom.html
53845401
invalidation/part-pseudo.html
53855402
link-sharing-crash.html
53865403
parsing/parse-part.html

0 commit comments

Comments
 (0)