Skip to content

Commit

Permalink
[cssom-1] Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cdoublev authored and fantasai committed Nov 20, 2023
1 parent f7ddf69 commit 849404e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cssom-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1680,7 +1680,7 @@ To <dfn export>parse a CSS rule</dfn> from a string <var>string</var>, run the f
<li>Let <var>rule</var> be the return value of invoking <a>parse a rule</a> with <var>string</var>.
<li>If <var>rule</var> is a syntax error, return <var>rule</var>.
<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
ignored. If the whole style rule is dropped, return a syntax error.
ignored. If the whole <var>rule</var> is dropped, return a syntax error.
<li>Return <var>parsed rule</var>.
</ol>

Expand Down

0 comments on commit 849404e

Please sign in to comment.