mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2026-06-27 19:51:03 +00:00
6 lines
198 B
Text
6 lines
198 B
Text
|
|
// https://html.spec.whatwg.org/multipage/form-elements.html#htmlselectedcontentelement
|
||
|
|
[Exposed=Window]
|
||
|
|
interface HTMLSelectedContentElement : HTMLElement {
|
||
|
|
[HTMLConstructor] constructor();
|
||
|
|
};
|