You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cssom-1/Overview.bs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2244,7 +2244,7 @@ To <dfn export>parse a CSS declaration block</dfn> from a string <var>string</va
2244
2244
are said to be ignored. If the whole declaration is dropped, let <var>parsed declaration</var> be null.
2245
2245
<li>If <var>parsed declaration</var> is not null, append it to <var>parsed declarations</var>.
2246
2246
</ol>
2247
-
<li>Return <var>parsed declarations</var>.
2247
+
<li>Return <var>parsed declarations</var> in <a>specified order</a>.
2248
2248
</ol>
2249
2249
2250
2250
To <dfn export>serialize a CSS declaration</dfn> with property name <var>property</var>, value <var>value</var> and optionally an <i>important</i> flag set, follow
@@ -2393,7 +2393,7 @@ Setting the {{CSSStyleDeclaration/cssText}} attribute must run these steps:
2393
2393
then <a>throw</a> a {{NoModificationAllowedError}} exception.
2394
2394
<li>Empty the <a for="CSSStyleDeclaration">declarations</a>.
2395
2395
<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>.
2397
2397
<li><a>Update style attribute for</a> the <a>CSS declaration block</a>.
0 commit comments