2020-11-21 15:32:39 -03:00
|
|
|
interface ShadowRoot : DocumentFragment {
|
|
|
|
|
|
|
|
|
|
readonly attribute DOMString mode;
|
|
|
|
|
readonly attribute Element host;
|
|
|
|
|
|
2021-09-13 18:42:57 -03:00
|
|
|
// FIXME: This should come from a InnerHTML mixin.
|
|
|
|
|
[LegacyNullToEmptyString] attribute DOMString innerHTML;
|
|
|
|
|
|
2020-12-09 18:26:42 -03:00
|
|
|
};
|