mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:27:35 +00:00
LibWeb: Port ShadowRoot interface from DeprecatedString to String
This commit is contained in:
parent
0ce5a920f7
commit
6789a2dd8e
5 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
#import <DOM/InnerHTML.idl>
|
||||
|
||||
// https://dom.spec.whatwg.org/#shadowroot
|
||||
[Exposed=Window, UseDeprecatedAKString]
|
||||
[Exposed=Window]
|
||||
interface ShadowRoot : DocumentFragment {
|
||||
readonly attribute ShadowRootMode mode;
|
||||
// FIXME: readonly attribute boolean delegatesFocus;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue