File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -1461,14 +1461,17 @@ <h3 id="active-pseudo">
14611461< h2 id ="time-pseudo ">
14621462Time-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 ">
14651469The 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
You can’t perform that action at this time.
0 commit comments