Skip to content

Commit 6cf9824

Browse files
committed
[selectors] Explicitly do not ignore whitespace.
1 parent ebc1616 commit 6cf9824

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

selectors/Overview.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
rel=dcterms.rights>
1212
<meta content="Selectors Level 4" name=dcterms.title>
1313
<meta content=text name=dcterms.type>
14-
<meta content=2014-02-13 name=dcterms.date>
14+
<meta content=2014-03-01 name=dcterms.date>
1515
<meta content="Elika J. Etemad" name=dcterms.creator>
1616
<meta content="Tab Atkins Jr." name=dcterms.creator>
1717
<meta content=W3C name=dcterms.publisher>
@@ -32,13 +32,13 @@
3232

3333
<h1 id=title>Selectors Level 4</h1>
3434

35-
<h2 class="no-num no-toc">Editor's Draft 13 February 2014</h2>
35+
<h2 class="no-num no-toc">Editor's Draft 1 March 2014</h2>
3636

3737
<dl>
3838
<dt>This version:
3939

4040
<dd><a href="http://dev.w3.org/csswg/selectors4/">
41-
http://www.w3.org/TR/2014/ED-selectors4-20140213/</a>
41+
http://www.w3.org/TR/2014/ED-selectors4-20140301/</a>
4242

4343
<dt>Editor's draft:
4444

@@ -4356,9 +4356,10 @@ <h2 id=grammar><span class=secno>16. </span><a id=formal-syntax></a>
43564356
<p> The productions in uppercase are defined by CSS Syntax <a
43574357
href="#ref-CSS3SYN" rel=biblioentry>[CSS3SYN]<!--{{!CSS3SYN}}--></a>, and
43584358
correspond to the tokens of the same name. Literal strings correspond to
4359-
delim tokens with the given value. The production "S" represents a
4360-
whitespace token. The wqname_prefix production comes from the Namespaces
4361-
spec <a href="#ref-CSS3NAMESPACE"
4359+
delim tokens with the given value. Unlike other grammars in CSS,
4360+
whitespace is not ignored The production "S" represents a whitespace
4361+
token. The wqname_prefix production comes from the Namespaces spec <a
4362+
href="#ref-CSS3NAMESPACE"
43624363
rel=biblioentry>[CSS3NAMESPACE]<!--{{!CSS3NAMESPACE}}--></a>
43634364

43644365
<p>The productions are:

selectors/Overview.src.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3167,6 +3167,7 @@ <h2 id="grammar"><a id="formal-syntax"></a>
31673167
The productions in uppercase are defined by CSS Syntax [[!CSS3SYN]],
31683168
and correspond to the tokens of the same name.
31693169
Literal strings correspond to delim tokens with the given value.
3170+
Unlike other grammars in CSS, whitespace is not ignored
31703171
The production "S" represents a whitespace token.
31713172
The wqname_prefix production comes from the Namespaces spec [[!CSS3NAMESPACE]]
31723173

0 commit comments

Comments
 (0)