Skip to content

Commit aa0167c

Browse files
committed
[css3-syntax] Emit the proper token when { is found.
1 parent d5e72c6 commit aa0167c

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

css3-syntax/Overview.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111

1212
<meta content="CSS Syntax Module Level 3 (CSS3 Syntax)" name=dcterms.title>
1313
<meta content=text name=dcterms.type>
14-
<meta content=2012-10-09 name=dcterms.issued>
14+
<meta content=2012-10-16 name=dcterms.issued>
1515
<meta content="http://dev.w3.org/csswg/css3-syntax/" name=dcterms.creator>
1616
<meta content=W3C name=dcterms.publisher>
17-
<meta content="http://www.w3.org/TR/2012/ED-css3-syntax-20121009/"
17+
<meta content="http://www.w3.org/TR/2012/ED-css3-syntax-20121016/"
1818
name=dcterms.identifier>
1919
<link href="#contents" rel=contents>
2020
<link href="#index" rel=index>
@@ -47,7 +47,8 @@
4747

4848
<h1>CSS Syntax Module Level 3</h1>
4949

50-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 9 October 2012</h2>
50+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 16 October
51+
2012</h2>
5152

5253
<dl>
5354
<dt>This version:
@@ -1492,7 +1493,7 @@ <h4 id=data-state><span class=secno>3.4.4. </span> <dfn id=data-state0>Data
14921493

14931494
<dt>U+007B LEFT CURLY BRACKET ({)
14941495

1495-
<dd> Emit a [ token. Remain in this state.
1496+
<dd> Emit a { token. Remain in this state.
14961497

14971498
<dt>U+007D RIGHT CURLY BRACKET (})
14981499

css3-syntax/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,7 @@ <h4>
812812

813813
<dt>U+007B LEFT CURLY BRACKET ({)
814814
<dd>
815-
Emit a [ token.
815+
Emit a { token.
816816
Remain in this state.
817817

818818
<dt>U+007D RIGHT CURLY BRACKET (})

0 commit comments

Comments
 (0)