ShadowRoot.idl 240 B

123456789
  1. interface ShadowRoot : DocumentFragment {
  2. readonly attribute DOMString mode;
  3. readonly attribute Element host;
  4. // FIXME: This should come from a InnerHTML mixin.
  5. [LegacyNullToEmptyString] attribute DOMString innerHTML;
  6. };