Skip to content

Commit 92befb1

Browse files
committed
[cssom-1] Fix bikeshed warning for some <var>s being only used once.
1 parent 79619b8 commit 92befb1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

cssom-1/Overview.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2038,7 +2038,8 @@ Note: The serialization of an empty CSS declaration block is the empty string.
20382038
Note: The serialization of a non-empty CSS declaration block does not include any surrounding whitespace, i.e., no whitespace appears
20392039
before the first property name and no whitespace appears after the final semicolon delimiter that follows the last property value.
20402040

2041-
A <a>CSS declaration block</a> has these <a>attribute change steps</a> for its <a for="CSSStyleDeclaration">owner node</a>:
2041+
A <a>CSS declaration block</a> has these <a>attribute change steps</a> for its <a for="CSSStyleDeclaration">owner node</a>
2042+
with <var>localName</var>, <var>value</var>, and <var>namespace</var>:
20422043

20432044
<ol>
20442045
<li>If the <a for="CSSStyleDeclaration">readonly flag</a> is set, terminate these steps.

0 commit comments

Comments
 (0)