@@ -507,7 +507,7 @@ An object that implements the <code>MediaList</code> interface has an associated
507
507
<pre class=idl>
508
508
[Exposed=Window]
509
509
interface MediaList {
510
- stringifier attribute [TreatNullAs=EmptyString ] CSSOMString mediaText;
510
+ stringifier attribute [LegacyNullToEmptyString ] CSSOMString mediaText;
511
511
readonly attribute unsigned long length;
512
512
getter CSSOMString? item(unsigned long index);
513
513
void appendMedium(CSSOMString medium);
@@ -2153,10 +2153,10 @@ interface CSSStyleDeclaration {
2153
2153
getter CSSOMString item(unsigned long index);
2154
2154
CSSOMString getPropertyValue(CSSOMString property);
2155
2155
CSSOMString getPropertyPriority(CSSOMString property);
2156
- [CEReactions] void setProperty(CSSOMString property, [TreatNullAs=EmptyString ] CSSOMString value, optional [TreatNullAs=EmptyString ] CSSOMString priority = "");
2156
+ [CEReactions] void setProperty(CSSOMString property, [LegacyNullToEmptyString ] CSSOMString value, optional [LegacyNullToEmptyString ] CSSOMString priority = "");
2157
2157
[CEReactions] CSSOMString removeProperty(CSSOMString property);
2158
2158
readonly attribute CSSRule? parentRule;
2159
- [CEReactions] attribute [TreatNullAs=EmptyString ] CSSOMString cssFloat;
2159
+ [CEReactions] attribute [LegacyNullToEmptyString ] CSSOMString cssFloat;
2160
2160
};
2161
2161
</pre>
2162
2162
@@ -2390,7 +2390,7 @@ is obtained by running the <a>CSS property to IDL attribute</a> algorithm for
2390
2390
2391
2391
<pre class="idl extract">
2392
2392
partial interface CSSStyleDeclaration {
2393
- [CEReactions] attribute [TreatNullAs=EmptyString ] CSSOMString _<var> camel_cased_attribute</var> ;
2393
+ [CEReactions] attribute [LegacyNullToEmptyString ] CSSOMString _<var> camel_cased_attribute</var> ;
2394
2394
};
2395
2395
</pre>
2396
2396
@@ -2414,7 +2414,7 @@ algorithm for <var>property</var>, with the <i>lowercase first</i> flag set.
2414
2414
2415
2415
<pre class="idl extract">
2416
2416
partial interface CSSStyleDeclaration {
2417
- [CEReactions] attribute [TreatNullAs=EmptyString ] CSSOMString _<var> webkit_cased_attribute</var> ;
2417
+ [CEReactions] attribute [LegacyNullToEmptyString ] CSSOMString _<var> webkit_cased_attribute</var> ;
2418
2418
};
2419
2419
</pre>
2420
2420
@@ -2439,7 +2439,7 @@ the following partial interface applies where <var>dashed attribute</var> is <va
2439
2439
2440
2440
<pre class="idl extract">
2441
2441
partial interface CSSStyleDeclaration {
2442
- [CEReactions] attribute [TreatNullAs=EmptyString ] CSSOMString _<var> dashed_attribute</var> ;
2442
+ [CEReactions] attribute [LegacyNullToEmptyString ] CSSOMString _<var> dashed_attribute</var> ;
2443
2443
};
2444
2444
</pre>
2445
2445
@@ -3146,4 +3146,3 @@ initial version of the alternative style sheets API and canonicalization
3146
3146
3147
3147
</body>
3148
3148
</html>
3149
-
0 commit comments