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 8b4a06a commit 52fb649Copy full SHA for 52fb649
cssom-1/Overview.bs
@@ -1904,7 +1904,7 @@ follow these steps:
1904
</ul>
1905
<li>If <var>new rule</var> is a syntax error, <a>throw</a>
1906
a {{SyntaxError}} exception.
1907
- <li>If <var>new rule</var> cannot be inserted into <var>list</var> at the zero-index position <var>index</var> due to constraints
+ <li>If <var>new rule</var> cannot be inserted into <var>list</var> at the zero-indexed position <var>index</var> due to constraints
1908
specified by CSS, then <a>throw</a>
1909
a {{HierarchyRequestError}} exception. [[!CSS21]]
1910
0 commit comments