We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fbc19e commit e82484cCopy full SHA for e82484c
index.html
@@ -320,7 +320,7 @@ <h2>Extensibility</h2>
320
321
<pre class="idl">
322
interface mixin InnerHTML {
323
- [CEReactions, TreatNullAs=EmptyString] attribute DOMString innerHTML;
+ [CEReactions] attribute [TreatNullAs=EmptyString] DOMString innerHTML;
324
};
325
326
Element includes InnerHTML;
@@ -375,7 +375,7 @@ <h2>Extensibility</h2>
375
376
377
partial interface Element {
378
- [CEReactions, TreatNullAs=EmptyString] attribute DOMString outerHTML;
+ [CEReactions] attribute [TreatNullAs=EmptyString] DOMString outerHTML;
379
[CEReactions] void insertAdjacentHTML(DOMString position, DOMString text);
380
381
</pre>
0 commit comments