mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
7 lines
265 B
Plaintext
7 lines
265 B
Plaintext
#import <DOM/Element.idl>
|
|
|
|
// https://fullscreen.spec.whatwg.org/#ref-for-documentorshadowroot
|
|
partial interface mixin DocumentOrShadowRoot {
|
|
[LegacyLenientSetter, ImplementedAs=fullscreen_element_for_bindings] readonly attribute Element? fullscreenElement;
|
|
};
|