Skip to content

Commit 2e37bc5

Browse files
committed
[css-conditional] Fix one ignored vars warning by using variable again.
1 parent f31a973 commit 2e37bc5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

css-conditional/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

css-conditional/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)