Skip to content

Commit d52c92a

Browse files
committed
Add to the note about unused tokens.
--HG-- extra : rebase_source : 38ed3af3cc66c27caceba992e6859b65b7800b64
1 parent bddcc8d commit d52c92a

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

css3-syntax/Overview.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2081,7 +2081,8 @@ <h3 id=tree-construction><span class=secno>3.6. </span> Tree Construction</h3>
20812081
cdo, cdc, colon, semicolon, at-keyword, ], ), and }.
20822082
<p class=note> This means that the following tokens emitted by the
20832083
tokenizer stage will <strong>not</strong> appear in the stylesheet
2084-
object: function, bad-string, bad-url, [, (, {.
2084+
object: function, bad-string, bad-url, [, (, {. <span class=issue>I need
2085+
to make sure this is true.</span>
20852086

20862087
<dt>function
20872088

css3-syntax/Overview.src.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2105,6 +2105,7 @@ <h3>
21052105
[,
21062106
(,
21072107
{.
2108+
<span class='issue'>I need to make sure this is true.</span>
21082109

21092110
<dt>function
21102111
<dd>

0 commit comments

Comments
 (0)