Skip to content

Commit 3e03014

Browse files
committed
[css-syntax] Typo fix: REVERSE SOLIDUS is U+005C, not U+005D.
1 parent 98654d0 commit 3e03014

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

css-syntax/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1467,7 +1467,7 @@ Check if two code points are a valid escape</h4>
14671467

14681468
Note: This algorithm will not consume any additional <a>code point</a>.
14691469

1470-
If the first <a>code point</a> is not U+005D REVERSE SOLIDUS (\),
1470+
If the first <a>code point</a> is not U+005C REVERSE SOLIDUS (\),
14711471
return false.
14721472

14731473
Otherwise,

css-syntax/Overview.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
</p>
5959
<h1 class="p-name no-ref" id=title>CSS Syntax Module Level 3</h1>
6060
<h2 class="no-num no-toc no-ref heading settled heading" id=subtitle><span class=content>Editor’s Draft,
61-
<span class=dt-updated><span class=value-title title=20140617>17 June 2014</span></span></span></h2>
61+
<span class=dt-updated><span class=value-title title=20140619>19 June 2014</span></span></span></h2>
6262
<div data-fill-with=spec-metadata><dl><dt>This version:<dd><a class=u-url href=http://dev.w3.org/csswg/css-syntax/>http://dev.w3.org/csswg/css-syntax/</a><dt>Latest version:<dd><a href=http://www.w3.org/TR/css-syntax-3/>http://www.w3.org/TR/css-syntax-3/</a><dt>Editor’s Draft:<dd><a href=http://dev.w3.org/csswg/css-syntax/>http://dev.w3.org/csswg/css-syntax/</a><dt>Previous Versions:<dd><a href=http://www.w3.org/TR/2014/CR-css-syntax-3-20140220/ rel=previous>http://www.w3.org/TR/2014/CR-css-syntax-3-20140220/</a><dd><a href=http://www.w3.org/TR/2013/WD-css-syntax-3-20131105/ rel=previous>http://www.w3.org/TR/2013/WD-css-syntax-3-20131105/</a><dd><a href=http://www.w3.org/TR/2013/WD-css-syntax-3-20130919/ rel=previous>http://www.w3.org/TR/2013/WD-css-syntax-3-20130919/</a>
6363
<dt>Feedback:</dt>
6464
<dd><a href="mailto:www-style@w3.org?subject=%5Bcss-syntax%5D%20feedback">www-style@w3.org</a>
@@ -2567,7 +2567,7 @@ <h4 class="heading settled heading" data-level=4.3.9 id=starts-with-a-valid-esca
25672567

25682568
<p class=note>Note: This algorithm will not consume any additional <a data-link-type=dfn href=#code-point title="code point">code point</a>.</p>
25692569

2570-
<p>If the first <a data-link-type=dfn href=#code-point title="code point">code point</a> is not U+005D REVERSE SOLIDUS (\),
2570+
<p>If the first <a data-link-type=dfn href=#code-point title="code point">code point</a> is not U+005C REVERSE SOLIDUS (\),
25712571
return false.</p>
25722572

25732573
<p>Otherwise,

0 commit comments

Comments
 (0)