ShadowRoot.idl 276 B

1234567891011
  1. #import <DOM/DocumentFragment.idl>
  2. interface ShadowRoot : DocumentFragment {
  3. readonly attribute DOMString mode;
  4. readonly attribute Element host;
  5. // FIXME: This should come from a InnerHTML mixin.
  6. [LegacyNullToEmptyString] attribute DOMString innerHTML;
  7. };