File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -861,7 +861,7 @@ interface CSSGroupingRule : CSSRule {
861861 It must throw INDEX_SIZE_ERR
862862 if index is greater than <code> cssRules.length</code> .
863863 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;
865865 this does not include syntax errors handled by error handling rules
866866 for constructs inside of the rule,
867867 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">
774774 It must throw INDEX_SIZE_ERR
775775 if index is greater than < code > cssRules.length</ code > .
776776 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;
778778 this does not include syntax errors handled by error handling rules
779779 for constructs inside of the rule,
780780 but this does include cases where the string given
You can’t perform that action at this time.
0 commit comments