We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f2cb52 commit 1839d6aCopy full SHA for 1839d6a
cssom-1/Overview.bs
@@ -1859,7 +1859,7 @@ follow these steps:
1859
<ul>
1860
<li> Set <var>declarations</var> to the results of performing <a>parse a CSS declaration block</a>,
1861
on argument <var>rule</var>.
1862
- <li> If <var>declarations</var> is a syntax error, <a>throw</a> a {{SyntaxError}} exception.
+ <li> If <var>declarations</var> is empty, <a>throw</a> a {{SyntaxError}} exception.
1863
<li> Otherwise, set <var>new rule</var> to a new [=nested declarations rule=]
1864
with <var>declarations</var> as it contents.
1865
</ul>
0 commit comments