Back to Content

HTMLSelectedContentElement

files/en-us/web/api/htmlselectedcontentelement/index.md

latest611 B
Original Source

{{APIRef("HTML DOM")}}

The HTMLSelectedContentElement interface represents a {{HTMLElement("selectedcontent")}} element in the DOM.

{{InheritanceDiagram}}

Instance properties

This interface has no properties, but inherits properties from: {{DOMxRef("HTMLElement")}}.

Instance methods

This interface has no methods, but inherits methods from: {{DOMxRef("HTMLElement")}}.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also

  • The HTML element implementing this interface: {{HTMLElement("selectedcontent")}}.