Skip to content

Commit 283eb2c

Browse files
committed
[css-syntax-3] Return declarations in specified order
1 parent 581d1a7 commit 283eb2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

css-syntax-3/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2801,7 +2801,7 @@ Consume a block's contents</h4>
28012801
<dt><<EOF-token>>
28022802
<dt><a href="#tokendef-close-curly">&lt;}-token></a>
28032803
<dd>
2804-
Return |decls| and |rules|.
2804+
Return |decls| in [=specified order=] and |rules|.
28052805

28062806
<dt><<at-keyword-token>>
28072807
<dd>

cssom-1/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2393,7 +2393,7 @@ Setting the {{CSSStyleDeclaration/cssText}} attribute must run these steps:
23932393
then <a>throw</a> a {{NoModificationAllowedError}} exception.
23942394
<li>Empty the <a for="CSSStyleDeclaration">declarations</a>.
23952395
<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
2396-
into the <a for="CSSStyleDeclaration">declarations</a>, in <a>specified order</a>.
2396+
into the <a for="CSSStyleDeclaration">declarations</a>.
23972397
<li><a>Update style attribute for</a> the <a>CSS declaration block</a>.
23982398
</ol>
23992399

0 commit comments

Comments
 (0)