File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -861,7 +861,7 @@ interface CSSGroupingRule : CSSRule {
861
861
It must throw INDEX_SIZE_ERR
862
862
if index is greater than <code> cssRules.length</code> .
863
863
It must throw SYNTAX_ERR
864
- if the rule has a syntax error and is unparseable;
864
+ if <var> rule</var> has a syntax error and is unparseable;
865
865
this does not include syntax errors handled by error handling rules
866
866
for constructs inside of the rule,
867
867
but this does include cases where the string given
Original file line number Diff line number Diff line change @@ -774,7 +774,7 @@ <h3 class="heading settled" data-level="7.2" id="the-cssgroupingrule-interface">
774
774
It must throw INDEX_SIZE_ERR
775
775
if index is greater than < code > cssRules.length</ code > .
776
776
It must throw SYNTAX_ERR
777
- if the rule has a syntax error and is unparseable;
777
+ if < var > rule</ var > has a syntax error and is unparseable;
778
778
this does not include syntax errors handled by error handling rules
779
779
for constructs inside of the rule,
780
780
but this does include cases where the string given
You can’t perform that action at this time.
0 commit comments