mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-26 19:22:30 -05:00
c1dfb2d883
From the Web IDL spec: https://heycam.github.io/webidl/#prod-Namespace Namespace :: namespace identifier { NamespaceMembers } ;
6 lines
123 B
Text
6 lines
123 B
Text
interface ShadowRoot : DocumentFragment {
|
|
|
|
readonly attribute DOMString mode;
|
|
readonly attribute Element host;
|
|
|
|
};
|