mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2026-04-18 09:50:27 +00:00
6 lines
265 B
Text
6 lines
265 B
Text
#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;
|
|
};
|