Skip to content

Spec HTMLElement.outerText #668

@cvrebert

Description

@cvrebert

(This should be feasible after #465 is resolved.)
Basic info: https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/outerText
HTMLElement.outerText appears to be supported in all major browsers except Firefox, but currently doesn't seem to be spec'd anywhere.
Its getter seems to return the same value as innerText.
Its setter removes the element and replaces it with the given raw text string (no HTML parsing).

Metadata

Metadata

Assignees

No one assigned

    Labels

    compatStandard is not web compatible or proprietary feature needs standardizing

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions