Skip to content

Commit 9ab728e

Browse files
committed
Fix copy-paste error in :nth-last-match
1 parent 279c215 commit 9ab728e

2 files changed

Lines changed: 8 additions & 17 deletions

File tree

selectors4/Overview.html

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,14 @@
1515

1616
<h1 id=title>Selectors Level 4</h1>
1717

18-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 12 August 2011</h2>
18+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 16 September
19+
2011</h2>
1920

2021
<dl>
2122
<dt>This version:
2223

23-
<dd> <!-- <a href="http://www.w3.org/TR/2011/ED-selectors4-20110812/">
24-
http://www.w3.org/TR/2011/WD-selectors4-20110812</a> -->
24+
<dd> <!-- <a href="http://www.w3.org/TR/2011/ED-selectors4-20110916/">
25+
http://www.w3.org/TR/2011/WD-selectors4-20110916</a> -->
2526
<a href="http://dev.w3.org/csswg/selectors4">
2627
http://dev.w3.org/csswg/selectors4</a>
2728

@@ -2595,7 +2596,7 @@ <h3 id=nth-match><span class=secno>12.6. </span> &lsquo;<code
25952596
<h3 id=nth-last-match><span class=secno>12.7. </span> &lsquo;<code
25962597
class=css>:nth-last-match()</code>&rsquo; pseudo-class</h3>
25972598

2598-
<p><code>:nth-match(<a href="#selector"><var>selector</var></a>,
2599+
<p><code>:nth-last-match(<a href="#selector"><var>selector</var></a>,
25992600
<var>a</var>n+<var>b</var>)</code> pseudo-class notation represents an
26002601
element that has a parent and has
26012602
<var>a</var><code>n</code>+<var>b</var>-1 siblings that match the given <a
@@ -3516,11 +3517,11 @@ <h3 id=normative-references><span class=secno>19.1. </span> Normative
35163517
<dt id=UNICODE>[UNICODE]
35173518

35183519
<dd>The Unicode Consortium. <a
3519-
href="http://www.unicode.org/unicode/standard/versions/enumeratedversions.html"><cite>The
3520+
href="http://www.unicode.org/standard/versions/enumeratedversions.html"><cite>The
35203521
Unicode Standard.</cite></a> 2003. Defined by: The Unicode Standard,
35213522
Version 4.0 (Boston, MA, Addison-Wesley, ISBN 0-321-18578-1), as updated
35223523
from time to time by the publication of new versions URL: <a
3523-
href="http://www.unicode.org/unicode/standard/versions/enumeratedversions.html">http://www.unicode.org/unicode/standard/versions/enumeratedversions.html</a>
3524+
href="http://www.unicode.org/standard/versions/enumeratedversions.html">http://www.unicode.org/standard/versions/enumeratedversions.html</a>
35243525
</dd>
35253526
<!---->
35263527

@@ -3551,16 +3552,6 @@ <h3 id=informative-references><span class=secno>19.2. </span> Informative
35513552
</dd>
35523553
<!---->
35533554

3554-
<dt id=CSS21>[CSS21]
3555-
3556-
<dd>Bert Bos; et al. <a
3557-
href="http://www.w3.org/TR/2011/REC-CSS2-20110607"><cite>Cascading Style
3558-
Sheets Level 2 Revision 1 (CSS&#160;2.1) Specification.</cite></a> 7 June
3559-
2011. W3C Recommendation. URL: <a
3560-
href="http://www.w3.org/TR/2011/REC-CSS2-20110607">http://www.w3.org/TR/2011/REC-CSS2-20110607</a>
3561-
</dd>
3562-
<!---->
3563-
35643555
<dt id=DOM-LEVEL-3-CORE>[DOM-LEVEL-3-CORE]
35653556

35663557
<dd>Gavin Nicol; et al. <a

selectors4/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2003,7 +2003,7 @@ <h3 id=nth-match>
20032003
<h3 id=nth-last-match>
20042004
'':nth-last-match()'' pseudo-class</h3>
20052005

2006-
<p><code>:nth-match(<var>selector</var>, <var>a</var>n+<var>b</var>)</code>
2006+
<p><code>:nth-last-match(<var>selector</var>, <var>a</var>n+<var>b</var>)</code>
20072007
pseudo-class notation represents an element that has a parent and has
20082008
<var>a</var><code>n</code>+<var>b</var>-1 siblings that match the
20092009
given <var>selector</var> <strong>after</strong> it in the document tree,

0 commit comments

Comments
 (0)