Skip to content

Commit 7d19352

Browse files
committed
[css-syntax-3] Remove the now-redundant early check for a valid property start.
1 parent ed19498 commit 7d19352

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

css-syntax-3/Overview.bs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2336,10 +2336,6 @@ Parse a declaration</h4>
23362336
<li>
23372337
[=token stream/Discard whitespace=] from |input|.
23382338

2339-
<li>
2340-
If the <a>next token</a> from |input| is not an <<ident-token>>,
2341-
return a syntax error.
2342-
23432339
<li>
23442340
<a>Consume a declaration</a> from |input|.
23452341
If anything was returned, return it.

0 commit comments

Comments
 (0)