mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2026-04-18 18:00:31 +00:00
8 lines
230 B
Text
8 lines
230 B
Text
|
|
#import <HTML/HTMLElement.idl>
|
||
|
|
|
||
|
|
// https://html.spec.whatwg.org/multipage/form-elements.html#htmlselectedcontentelement
|
||
|
|
[Exposed=Window]
|
||
|
|
interface HTMLSelectedContentElement : HTMLElement {
|
||
|
|
[HTMLConstructor] constructor();
|
||
|
|
};
|