mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-02 14:48:15 +00:00
8 lines
223 B
Plaintext
8 lines
223 B
Plaintext
// https://w3c.github.io/DOM-Parsing/#the-innerhtml-mixin
|
|
interface mixin InnerHTML {
|
|
[LegacyNullToEmptyString, CEReactions] attribute DOMString innerHTML;
|
|
};
|
|
|
|
Element includes InnerHTML;
|
|
ShadowRoot includes InnerHTML;
|