File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919
2020 < h1 id =title > Selectors Level 4</ h1 >
2121
22- < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 29 September
22+ < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 30 September
2323 2011</ h2 >
2424
2525 < dl >
2626 < dt > This version: <!--
27- <dd><a href="http://www.w3.org/TR/2011/ED-selectors4-20110929 /">
28- http://www.w3.org/TR/2011/WD-selectors4-20110929 /</a>
27+ <dd><a href="http://www.w3.org/TR/2011/ED-selectors4-20110930 /">
28+ http://www.w3.org/TR/2011/WD-selectors4-20110930 /</a>
2929
3030 <dt>Editor's draft:
3131-->
@@ -787,7 +787,7 @@ <h2 id=overview><span class=secno>2. </span> Selectors Overview</h2>
787787 < td > 4
788788
789789 < tr >
790- < td > < code > E:current(< var > s</ var > </ code >
790+ < td > < code > E:current(< var > s</ var > ) </ code >
791791
792792 < td > an E element that is the deepest < code > :current</ code > element that
793793 matches selector < var > s</ var >
@@ -1132,7 +1132,7 @@ <h2 id=overview><span class=secno>2. </span> Selectors Overview</h2>
11321132 < tr >
11331133 < td > < code > $E > F</ code >
11341134
1135- < td > an E element parent of an E element
1135+ < td > an E element parent of an F element
11361136
11371137 < td > < a href ="#subject "> Determining the subject of a selector</ a > + < a
11381138 href ="#child-combinators "> Child combinator</ a >
Original file line number Diff line number Diff line change @@ -303,7 +303,7 @@ <h2 id=overview>
303303 < td > < a href ="#time-pseudos "> Time-dimensional Pseudo-classes</ a >
304304 < td > 4
305305 < tr >
306- < td > < code > E:current(< var > s</ var > </ code >
306+ < td > < code > E:current(< var > s</ var > ) </ code >
307307 < td > an E element that is the deepest < code > :current</ code > element that
308308 matches selector < var > s</ var >
309309 < td > < a href ="#time-pseudos "> Time-dimensional Pseudo-classes</ a >
@@ -493,7 +493,7 @@ <h2 id=overview>
493493 < td > 4
494494 < tr >
495495 < td > < code > $E > F</ code >
496- < td > an E element parent of an E element
496+ < td > an E element parent of an F element
497497 < td > < a href ="#subject "> Determining the subject of a selector</ a > +
498498 < a href ="#child-combinators "> Child combinator</ a >
499499 < td > 4
You can’t perform that action at this time.
0 commit comments