@@ -503,7 +503,7 @@ An object that implements the <code>MediaList</code> interface has an associated
503
503
<pre class=idl>
504
504
[LegacyArrayClass]
505
505
interface MediaList {
506
- [TreatNullAs=EmptyString] stringifier attribute CSSOMString mediaText;
506
+ stringifier attribute [TreatNullAs=EmptyString] CSSOMString mediaText;
507
507
readonly attribute unsigned long length;
508
508
getter CSSOMString? item(unsigned long index);
509
509
void appendMedium(CSSOMString medium);
@@ -2048,7 +2048,7 @@ interface CSSStyleDeclaration {
2048
2048
[CEReactions] void setPropertyPriority(CSSOMString property, [TreatNullAs=EmptyString] CSSOMString priority);
2049
2049
[CEReactions] CSSOMString removeProperty(CSSOMString property);
2050
2050
readonly attribute CSSRule? parentRule;
2051
- [CEReactions, TreatNullAs=EmptyString] attribute CSSOMString cssFloat;
2051
+ [CEReactions] attribute [ TreatNullAs=EmptyString] CSSOMString cssFloat;
2052
2052
};
2053
2053
</pre>
2054
2054
@@ -2267,7 +2267,7 @@ is obtained by running the <a>CSS property to IDL attribute</a> algorithm for
2267
2267
2268
2268
<pre class="idl extract">
2269
2269
partial interface CSSStyleDeclaration {
2270
- [CEReactions, TreatNullAs=EmptyString] attribute CSSOMString _<var> camel_cased_attribute</var> ;
2270
+ [CEReactions] attribute [ TreatNullAs=EmptyString] CSSOMString _<var> camel_cased_attribute</var> ;
2271
2271
};
2272
2272
</pre>
2273
2273
@@ -2291,7 +2291,7 @@ algorithm for <var>property</var>, with the <i>lowercase first</i> flag set.
2291
2291
2292
2292
<pre class="idl extract">
2293
2293
partial interface CSSStyleDeclaration {
2294
- [CEReactions, TreatNullAs=EmptyString] attribute CSSOMString _<var> webkit_cased_attribute</var> ;
2294
+ [CEReactions] attribute [ TreatNullAs=EmptyString] CSSOMString _<var> webkit_cased_attribute</var> ;
2295
2295
};
2296
2296
</pre>
2297
2297
@@ -2316,7 +2316,7 @@ the following partial interface applies where <var>dashed attribute</var> is <va
2316
2316
2317
2317
<pre class="idl extract">
2318
2318
partial interface CSSStyleDeclaration {
2319
- [CEReactions, TreatNullAs=EmptyString] attribute CSSOMString _<var> dashed_attribute</var> ;
2319
+ [CEReactions] attribute [ TreatNullAs=EmptyString] CSSOMString _<var> dashed_attribute</var> ;
2320
2320
};
2321
2321
</pre>
2322
2322
@@ -2962,6 +2962,7 @@ Benjamin Poulain,
2962
2962
Björn Höhrmann,
2963
2963
Boris Zbasky,
2964
2964
Brian Kardell,
2965
+ Chris Dumez,
2965
2966
Christian Krebs,
2966
2967
Daniel Glazman,
2967
2968
David Baron,
0 commit comments