Skip to content

Commit 59e4322

Browse files
committed
[css-syntax-3] Remove 'parse a list of declarations'; there's no consumer for it.
1 parent 7d19352 commit 59e4322

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

css-syntax-3/Overview.bs

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2343,29 +2343,6 @@ Parse a declaration</h4>
23432343
</ol>
23442344
</div>
23452345

2346-
<h4 id="parse-list-of-declarations">
2347-
Parse a list of declarations</h4>
2348-
2349-
Note: Despite the name,
2350-
this actually parses a mixed list of declarations and rules.
2351-
as CSS 2.1 does for ''@page''.
2352-
Unexpected at-rules (which could be all of them, in a given context)
2353-
are invalid and will be ignored by the consumer.
2354-
2355-
<div algorithm>
2356-
To <dfn export>parse a list of declarations</dfn> from |input|:
2357-
2358-
<ol>
2359-
<li>
2360-
[=Normalize=] |input|,
2361-
and set |input| to the result.
2362-
2363-
<li>
2364-
<a>Consume a block's contents</a> from |input|,
2365-
and return the result.
2366-
</ol>
2367-
</div>
2368-
23692346
<h4 id="parse-component-value">
23702347
Parse a component value</h4>
23712348

0 commit comments

Comments
 (0)