mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Partial ShadowRoot implementation of DocumentOrShadowRoot
This commit is contained in:
parent
18ae0fcbd6
commit
4304ee28dc
9 changed files with 161 additions and 54 deletions
|
@ -13,3 +13,5 @@ interface ShadowRoot : DocumentFragment {
|
|||
};
|
||||
|
||||
enum ShadowRootMode { "open", "closed"};
|
||||
|
||||
ShadowRoot implements DocumentOrShadowRoot;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue