Skip to content

Commit 7bfcd28

Browse files
committed
Make a semicolon have no effect when in declaration mode.
--HG-- extra : rebase_source : 7c3c7b705e2a679120f6f43427e489be029c493d
1 parent b95f39a commit 7bfcd28

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

css3-syntax/Overview.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2281,6 +2281,8 @@ <h4 id=declaration-mode><span class=secno>3.5.7. </span> <dfn
22812281
<dl>
22822282
<dt>whitespace token
22832283

2284+
<dt>semicolon token
2285+
22842286
<dd> Do nothing. Remain in this mode.
22852287

22862288
<dt><span class=temp>}</span> token

css3-syntax/Overview.src.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2250,7 +2250,8 @@ <h4>
22502250
Consume the <i>next input token</i>.
22512251

22522252
<dl>
2253-
<dt>whitespace token</dt>
2253+
<dt>whitespace token
2254+
<dt>semicolon token
22542255
<dd>
22552256
Do nothing.
22562257
Remain in this mode.

0 commit comments

Comments
 (0)