// https://html.spec.whatwg.org/multipage/form-elements.html#htmlselectedcontentelement
[Exposed=Window]
interface HTMLSelectedContentElement : HTMLElement {
    [HTMLConstructor] constructor();
};
