File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -250,7 +250,7 @@ <h2>Extensibility</h2>
250
250
251
251
< pre class ="idl ">
252
252
interface mixin InnerHTML {
253
- [CEReactions] attribute [TreatNullAs=EmptyString ] DOMString innerHTML;
253
+ [CEReactions] attribute [LegacyNullToEmptyString ] DOMString innerHTML;
254
254
};
255
255
256
256
Element includes InnerHTML;
@@ -305,7 +305,7 @@ <h2>Extensibility</h2>
305
305
306
306
< pre class ="idl ">
307
307
partial interface Element {
308
- [CEReactions] attribute [TreatNullAs=EmptyString ] DOMString outerHTML;
308
+ [CEReactions] attribute [LegacyNullToEmptyString ] DOMString outerHTML;
309
309
[CEReactions] void insertAdjacentHTML(DOMString position, DOMString text);
310
310
};
311
311
</ pre >
@@ -1759,6 +1759,12 @@ <h2>Dependencies</h2>
1759
1759
< ul >
1760
1760
< li > The < dfn > < a href ="https://tc39.github.io/ecma262/#sec-error-objects "> TypeError</ a > </ dfn > exception
1761
1761
</ ul >
1762
+
1763
+ The Web IDL [[WebIDL]] specification defines:
1764
+
1765
+ < ul >
1766
+ < li > The < dfn data-lt ="LegacyNullToEmptyString "> < a href ="https://heycam.github.io/webidl/#LegacyNullToEmptyString "> [LegacyNullToEmptyString]</ a > </ dfn > IDL < a > extended attribute</ a >
1767
+ </ ul >
1762
1768
</ section >
1763
1769
1764
1770
< section class =appendix >
You can’t perform that action at this time.
0 commit comments