Skip to content

Commit 3c93949

Browse files
authored
Merge pull request w3c#6424 from emilio/ref-camel-case
[cssom-1] Move the camel-cased-attribute definition a bit further up.
2 parents 1659d66 + 29e7cce commit 3c93949

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cssom-1/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2540,7 +2540,7 @@ attribute, on getting, must return the result of invoking
25402540
Any exceptions thrown must be re-thrown.
25412541

25422542
For each CSS property <var>property</var> that is a <a>supported CSS property</a>,
2543-
the following partial interface applies where <var>camel-cased attribute</var>
2543+
the following partial interface applies where <dfn attribute for=CSSStyleDeclaration>camel-cased attribute</dfn>
25442544
is obtained by running the <a>CSS property to IDL attribute</a> algorithm for
25452545
<var>property</var>.
25462546

@@ -2550,7 +2550,7 @@ partial interface CSSStyleDeclaration {
25502550
};
25512551
</pre>
25522552

2553-
The <dfn attribute for=CSSStyleDeclaration><var>camel-cased attribute</var></dfn> attribute, on getting, must return the
2553+
The <a attribute for=CSSStyleDeclaration><var>camel-cased attribute</var></a> attribute, on getting, must return the
25542554
result of invoking {{CSSStyleDeclaration/getPropertyValue()}} with the
25552555
argument being the result of running the <a>IDL attribute to CSS property</a>
25562556
algorithm for <var>camel-cased attribute</var>.

0 commit comments

Comments
 (0)