Skip to content

Commit 7172db5

Browse files
committed
Fix typo found by Sebastian Zartner
1 parent 1354fe3 commit 7172db5

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

selectors4/Overview.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919

2020
<h1 id=title>Selectors Level 4</h1>
2121

22-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 30 May 2012</h2>
22+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 22 June 2012</h2>
2323

2424
<dl>
2525
<dt>This version: <!--
26-
<dd><a href="http://www.w3.org/TR/2012/ED-selectors4-20120530/">
27-
http://www.w3.org/TR/2012/WD-selectors4-20120530/</a>
26+
<dd><a href="http://www.w3.org/TR/2012/ED-selectors4-20120622/">
27+
http://www.w3.org/TR/2012/WD-selectors4-20120622/</a>
2828
2929
<dt>Editor's draft:
3030
-->
@@ -2413,7 +2413,7 @@ <h3 id=dir-pseudo><span class=secno>10.1. </span> The directionality
24132413
directionality of left-to-right (<code>ltr</code>). The pseudo-class
24142414
<code>:dir(rtl)</code> represents an element that has a directionality of
24152415
right-to-left (<code>rtl</code>). The argument to <code>:dir()</code> must
2416-
be a single identifier, otherwise the selector is invlaid. White space is
2416+
be a single identifier, otherwise the selector is invalid. White space is
24172417
optionally allowed between the identifier and the parentheses. Values
24182418
other than <code>ltr</code> and <code>rtl</code> are not invalid, but do
24192419
not match anything. (If a future markup spec defines other

selectors4/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1705,7 +1705,7 @@ <h3 id="dir-pseudo">
17051705
pseudo-class <code>:dir(rtl)</code> represents an element that has
17061706
a directionality of right-to-left (<code>rtl</code>). The argument to
17071707
<code>:dir()</code> must be a single identifier, otherwise the selector
1708-
is invlaid. White space is optionally allowed between the identifier
1708+
is invalid. White space is optionally allowed between the identifier
17091709
and the parentheses. Values other than <code>ltr</code> and
17101710
<code>rtl</code> are not invalid, but do not match anything. (If a
17111711
future markup spec defines other directionalities, then Selectors may

0 commit comments

Comments
 (0)