mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Add custom element registry
This commit is contained in:
parent
bdf4135b6a
commit
e21e64a33c
7 changed files with 469 additions and 0 deletions
|
@ -15,6 +15,8 @@
|
|||
|
||||
[/*PutForwards=href, */Unforgeable] readonly attribute Location location;
|
||||
readonly attribute History history;
|
||||
[Pref="dom.customelements.enabled"]
|
||||
readonly attribute CustomElementRegistry customElements;
|
||||
//[Replaceable] readonly attribute BarProp locationbar;
|
||||
//[Replaceable] readonly attribute BarProp menubar;
|
||||
//[Replaceable] readonly attribute BarProp personalbar;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue