8000 [cssom-1] Fix typo · w3c/csswg-drafts@849404e · GitHub
[go: up one dir, main page]

Skip to content

Commit 849404e

Browse files
cdoublevfantasai
authored andcommitted
[cssom-1] Fix typo
1 parent f7ddf69 commit 849404e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cssom-1/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1680,7 +1680,7 @@ To <dfn export>parse a CSS rule</dfn> from a string <var>string</var>, run the f
16801680
<li>Let <var>rule</var> be the return value of invoking <a>parse a rule</a> with <var>string</var>.
16811681
<li>If <var>rule</var> is a syntax error, return <var>rule</var>.
16821682
<li>Let <var>parsed rule</var> be the result of parsing <var>rule</var> according to the appropriate CSS specifications, dropping parts that are said to be
1683-
ignored. If the whole style rule is dropped, return a syntax error.
1683+
ignored. If the whole <var>rule</var> is dropped, return a syntax error.
16841684
<li>Return <var>parsed rule</var>.
16851685
</ol>
16861686

0 commit comments

Comments
 (0)
0