mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:57:35 +00:00
LibWeb: Make ShadowRoot.mode return ShadowRootMode instead of String
This commit is contained in:
parent
34913c48d3
commit
9a7f786262
3 changed files with 6 additions and 9 deletions
|
@ -4,8 +4,7 @@
|
|||
// https://dom.spec.whatwg.org/#shadowroot
|
||||
[Exposed=Window]
|
||||
interface ShadowRoot : DocumentFragment {
|
||||
// FIXME: mode should return a ShadowRootMode
|
||||
readonly attribute DOMString mode;
|
||||
readonly attribute ShadowRootMode mode;
|
||||
// FIXME: readonly attribute boolean delegatesFocus;
|
||||
// FIXME: readonly attribute SlotAssignmentMode slotAssignment;
|
||||
readonly attribute Element host;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue