
These circular imports led to the generator silently failing to generate the required methods/properties.
4 lines
163 B
Text
4 lines
163 B
Text
// https://w3c.github.io/DOM-Parsing/#the-innerhtml-mixin
|
|
interface mixin InnerHTML {
|
|
[LegacyNullToEmptyString, CEReactions] attribute DOMString innerHTML;
|
|
};
|