mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-31 23:42:52 +00:00
9 lines
240 B
Text
9 lines
240 B
Text
interface ShadowRoot : DocumentFragment {
|
|
|
|
readonly attribute DOMString mode;
|
|
readonly attribute Element host;
|
|
|
|
// FIXME: This should come from a InnerHTML mixin.
|
|
[LegacyNullToEmptyString] attribute DOMString innerHTML;
|
|
|
|
};
|