Skip to content

Commit ca85602

Browse files
committed
[css-syntax] Turn a redundant check into a note.
1 parent 600d162 commit ca85602

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

css-syntax/Overview.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1267,7 +1267,7 @@ Consume a string token</h4>
12671267
consume it.
12681268

12691269
Otherwise,
1270-
if the stream <a>starts with a valid escape</a>,
1270+
<span class=note>(the stream <a>starts with a valid escape</a>)</span>
12711271
<a>consume an escaped code point</a>
12721272
and append the returned <a>code point</a> to the <<string-token>>’s value.
12731273

@@ -3223,6 +3223,7 @@ Changes from the 20 February 2014 Candidate Recommendation</h3>
32233223
<ul>
32243224
<li>Fix several bugs in the tokenization and parsing algorithms.
32253225
<li>Change the definition of ident-like tokens to allow "--" to start an ident.
3226+
<li>Minor editorial restructuring of algorithms.
32263227
</ul>
32273228

32283229
<h3 id="changes-WD-20131105">

css-syntax/Overview.html

Lines changed: 3 additions & 2 deletions
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=20140401>1 April 2014</span></span></span></h2>
61+
<span class=dt-updated><span class=value-title title=20140402>2 April 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>
@@ -2332,7 +2332,7 @@ <h4 class="heading settled heading" data-level=4.3.5 id=consume-a-string-token><
23322332
consume it.
23332333

23342334
<p> Otherwise,
2335-
if the stream <a data-link-type=dfn href=#check-if-two-code-points-are-a-valid-escape title="starts with a valid escape">starts with a valid escape</a>,
2335+
<span class=note>(the stream <a data-link-type=dfn href=#check-if-two-code-points-are-a-valid-escape title="starts with a valid escape">starts with a valid escape</a>)</span>
23362336
<a data-link-type=dfn href=#consume-an-escaped-code-point0 title="consume an escaped code point">consume an escaped code point</a>
23372337
and append the returned <a data-link-type=dfn href=#code-point title="code point">code point</a> to the <a class="production css-code" data-link-type=type href=#typedef-string-token title="<string-token>">&lt;string-token&gt;</a>’s value.
23382338

@@ -4721,6 +4721,7 @@ <h3 class="heading settled heading" data-level=10.1 id=changes-CR-20140220><span
47214721
<p> <ul>
47224722
<li>Fix several bugs in the tokenization and parsing algorithms.
47234723
<li>Change the definition of ident-like tokens to allow "--" to start an ident.
4724+
<li>Minor editorial restructuring of algorithms.
47244725
</ul>
47254726

47264727
<h3 class="heading settled heading" data-level=10.2 id=changes-WD-20131105><span class=secno>10.2 </span><span class=content>

0 commit comments

Comments
 (0)