Skip to content

Commit 607c80f

Browse files
committed
Better organization of time-based pseudos
1 parent beb5892 commit 607c80f

2 files changed

Lines changed: 14 additions & 7 deletions

File tree

selectors4/Overview.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1979,13 +1979,17 @@ <h3 id=active-pseudo><span class=secno>8.3. </span> The input focus
19791979
<h2 id=time-pseudo><span class=secno>9. </span> Time-linear Presentation
19801980
Pseudo-classes</h2>
19811981

1982+
<p>These pseudo-classes classify elements with respect to an active
1983+
position in a time-dimensional canvas, such as during speech rendering of
1984+
an HTML document.
1985+
19821986
<h3 id=current-pseudo><span class=secno>9.1. </span> The current-element
19831987
pseudo-class <code>:current</code></h3>
19841988

19851989
<p>The <code>:current</code> pseudo-class represents the innermost element,
1986-
or ancestor of an element, that is currently being displayed in a
1987-
time-dimensional canvas, such as during speech rendering of an HTML
1988-
document. Its alternate form <code>:current()</code>, like
1990+
or ancestor of an element, that is currently being displayed.
1991+
1992+
<p>Its alternate form <code>:current()</code>, like
19891993
<code>:matches()</code>, takes a list of compound selectors as its
19901994
argument: it represents the <code>:current</code> element that matches the
19911995
argument or, if that does not match, the innermost ancestor of the

selectors4/Overview.src.html

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1461,14 +1461,17 @@ <h3 id="active-pseudo">
14611461
<h2 id="time-pseudo">
14621462
Time-linear Presentation Pseudo-classes</h2>
14631463

1464+
<p>These pseudo-classes classify elements with respect to an active
1465+
position in a time-dimensional canvas,
1466+
such as during speech rendering of an HTML document.
1467+
14641468
<h3 id="current-pseudo">
14651469
The current-element pseudo-class <code>:current</code></h3>
14661470

14671471
<p>The <code>:current</code> pseudo-class represents the innermost
1468-
element, or ancestor of an element, that is currently being displayed
1469-
in a time-dimensional canvas, such as during speech rendering of an
1470-
HTML document.
1471-
Its alternate form <code>:current()</code>, like <code>:matches()</code>,
1472+
element, or ancestor of an element, that is currently being displayed.
1473+
1474+
<p>Its alternate form <code>:current()</code>, like <code>:matches()</code>,
14721475
takes a list of compound selectors as its argument: it represents the
14731476
<code>:current</code> element that matches the argument or, if that does
14741477
not match, the innermost ancestor of the <code>:current</code> element

0 commit comments

Comments
 (0)