Skip to content

Commit c88563c

Browse files
committed
Add an issue about an+b.
--HG-- extra : rebase_source : a3ec5ba40d601e5c42174db1ae1a7b2b43dcf6c7
1 parent 2a7b711 commit c88563c

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

css3-syntax/Overview.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2116,6 +2116,9 @@ <h3 id=tree-construction><span class=secno>3.6. </span> Tree Construction</h3>
21162116
the stack isn't a stylesheet, such as when parsing the
21172117
<code>style</code> attribute (there, the top element is a style rule,
21182118
and we start by entering the declaration mode).
2119+
2120+
<li> Handle the an+b production somehow. Maybe just define it in property
2121+
grammar terms?
21192122
</ul>
21202123
</div>
21212124

css3-syntax/Overview.src.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2135,6 +2135,7 @@ <h3>
21352135
<div class='issue'>
21362136
<p>
21372137
TODO:
2138+
21382139
<ul>
21392140
<li>
21402141
Handle an eof token in all the states.
@@ -2144,6 +2145,10 @@ <h3>
21442145
such as when parsing the <code>style</code> attribute
21452146
(there, the top element is a style rule,
21462147
and we start by entering the declaration mode).
2148+
2149+
<li>
2150+
Handle the an+b production somehow.
2151+
Maybe just define it in property grammar terms?
21472152
</ul>
21482153
</div>
21492154

0 commit comments

Comments
 (0)