Skip to content

Commit

Permalink
[css-syntax-3] Return declarations in specified order
Browse files Browse the repository at this point in the history
  • Loading branch information
cdoublev committed Jan 22, 2024
1 parent 93b77a6 commit 8927bd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion css-syntax-3/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2801,7 +2801,7 @@ Consume a block's contents</h4>
<dt><<EOF-token>>
<dt><a href="#tokendef-close-curly">&lt;}-token></a>
<dd>
Return |decls| and |rules|.
Return |decls| in <a>specified order</a> and |rules|.

<dt><<at-keyword-token>>
<dd>
Expand Down
2 changes: 1 addition & 1 deletion cssom-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2393,7 +2393,7 @@ Setting the {{CSSStyleDeclaration/cssText}} attribute must run these steps:
then <a>throw</a> a {{NoModificationAllowedError}} exception.
<li>Empty the <a for="CSSStyleDeclaration">declarations</a>.
<li><a lt="Parse a CSS declaration block">Parse</a> the given value and, if the return value is not the empty list, insert the items in the list
into the <a for="CSSStyleDeclaration">declarations</a>, in <a>specified order</a>.
into the <a for="CSSStyleDeclaration">declarations</a>.
<li><a>Update style attribute for</a> the <a>CSS declaration block</a>.
</ol>

Expand Down

0 comments on commit 8927bd4

Please sign in to comment.