Skip to content

Commit f49bf86

Browse files
committed
[css3-syntax] Editorial: tiny punctuation fix.
1 parent bc4fa04 commit f49bf86

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css3-syntax/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2750,7 +2750,7 @@ <h2 id=parsing><span class=secno>5. </span> Parsing</h2>
27502750
semicolon, at-keyword,
27512751
<p class=note> This means that the following tokens emitted by the
27522752
tokenizer stage will <strong>not</strong> appear in the stylesheet
2753-
object: function, bad-string, bad-url, cdo, cdc, [, ], (, ), {. and }.
2753+
object: function, bad-string, bad-url, cdo, cdc, [, ], (, ), {, and }.
27542754

27552755
<dt><dfn id=function>function</dfn>
27562756

css3-syntax/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2225,7 +2225,7 @@ <h2>
22252225
],
22262226
(,
22272227
),
2228-
{.
2228+
{,
22292229
and }.
22302230

22312231
<dt><dfn>function</dfn>

0 commit comments

Comments
 (0)