Skip to content

Commit

Permalink
[css-syntax-3] Remove 'parse a list of declarations'; there's no cons…
Browse files Browse the repository at this point in the history
…umer for it.
  • Loading branch information
tabatkins committed May 11, 2023
1 parent 7d19352 commit 59e4322
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions css-syntax-3/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2343,29 +2343,6 @@ Parse a declaration</h4>
</ol>
</div>

<h4 id="parse-list-of-declarations">
Parse a list of declarations</h4>

Note: Despite the name,
this actually parses a mixed list of declarations and rules.
as CSS 2.1 does for ''@page''.
Unexpected at-rules (which could be all of them, in a given context)
are invalid and will be ignored by the consumer.

<div algorithm>
To <dfn export>parse a list of declarations</dfn> from |input|:

<ol>
<li>
[=Normalize=] |input|,
and set |input| to the result.

<li>
<a>Consume a block's contents</a> from |input|,
and return the result.
</ol>
</div>

<h4 id="parse-component-value">
Parse a component value</h4>

Expand Down

2 comments on commit 59e4322

@cdoublev
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tabatkins
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ahhhh, the style attribute, okay that makes sense. I'll restore it.

Please sign in to comment.