Skip to content

Commit 29e7cce

Browse files
committed
[cssom-1] Move the camel-cased-attribute definition a bit further up.
Not sure if this is 100% worth it but it should close w3c#6421, and I think it's better.
1 parent 001c345 commit 29e7cce

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
@@ -2513,7 +2513,7 @@ attribute, on getting, must return the result of invoking
25132513
Any exceptions thrown must be re-thrown.
25142514

25152515
For each CSS property <var>property</var> that is a <a>supported CSS property</a>,
2516-
the following partial interface applies where <var>camel-cased attribute</var>
2516+
the following partial interface applies where <dfn attribute for=CSSStyleDeclaration>camel-cased attribute</dfn>
25172517
is obtained by running the <a>CSS property to IDL attribute</a> algorithm for
25182518
<var>property</var>.
25192519

@@ -2523,7 +2523,7 @@ partial interface CSSStyleDeclaration {
25232523
};
25242524
</pre>
25252525

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

0 commit comments

Comments
 (0)