Skip to content

Commit 001c345

Browse files
authored
[selectors-4] Match HTML's use of certain terms defined in it. (w3c#6415)
1 parent f6fec49 commit 001c345

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

selectors-4/Overview.bs

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@ spec:css-pseudo-4; type:selector;
3535
text: ::after
3636
text: ::first-line
3737
text: ::first-letter
38-
spec:HTML; type:dfn;
39-
text: effective media volume
40-
text: seeking
41-
text: media data
42-
text: stall timeout
4338
</pre>
4439

4540
<style>
@@ -2436,18 +2431,18 @@ Media Loading State: the '':buffering'' and '':stalled'' pseudo-classes</h3>
24362431
The <dfn>:buffering</dfn> pseudo-class represents an element
24372432
that is capable of being “played” or “paused”,
24382433
when that element cannot continue playing
2439-
because it is actively attempting to obtain [=media data=]
2434+
because it is actively attempting to obtain [=HTMLMediaElement/media data=]
24402435
but has not yet obtained enough data to resume playback.
24412436
(Note that the element is still considered to be “playing” when it is “buffering”.
24422437
Whenever '':buffering'' matches an element,
24432438
'':playing'' also matches the element.)
24442439

24452440
The <dfn>:stalled</dfn> pseudo-class represents an element
24462441
when that element cannot continue playing
2447-
because it is actively attempting to obtain [=media data=]
2442+
because it is actively attempting to obtain [=HTMLMediaElement/media data=]
24482443
but it has failed to receive any data for some amount of time.
24492444
For the <{audio}> and <{video}> elements of HTML,
2450-
this amount of time is the [=stall timeout=]. [[HTML]]
2445+
this amount of time is the [=media element stall timeout=]. [[HTML]]
24512446
(Note that, like with the '':buffering'' pseudo-class,
24522447
the element is still considered to be “playing” when it is “stalled”.
24532448
Whenever '':stalled'' matches an element,
@@ -2464,7 +2459,7 @@ Sound State: the '':muted'' and '':volume-locked'' pseudo-classes</h3>
24642459
The <dfn>:volume-locked</dfn> pseudo-class represents
24652460
an element capable of making sound
24662461
when programmatically changing the element’s volume
2467-
does not change the element's [=effective media volume=].
2462+
does not change the element's [=HTMLMediaElement/effective media volume=].
24682463

24692464
<h2 id='input-pseudos'>
24702465
The Input Pseudo-classes</h2>

0 commit comments

Comments
 (0)