HTMLSelectedContentElement
Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
Non-standard: This feature is not standardized. We do not recommend using non-standard features in production, as they have limited browser support, and may change or be removed. However, they can be a suitable alternative in specific cases where no standard option exists.
The HTMLSelectedContentElement
interface represents a <selectedcontent>
element in the DOM.
Instance properties
This interface has no properties, but inherits properties from: HTMLElement
.
Instance methods
This interface has no methods, but inherits methods from: HTMLElement
.
Specifications
Not currently part of a specification. See https://github.com/whatwg/html/pull/10633 for the relevant specification PR.
Browser compatibility
See also
- The HTML element implementing this interface:
<selectedcontent>
.