Skip to content

Node.nodeValue should be var #280

Closed
@ochrons

Description

@ochrons

Currently nodeValue is a def but it should be var to allow setting a new nodeValue.

From https://developer.mozilla.org/en-US/docs/Web/API/Node/nodeValue

The Node.nodeValue property returns or sets the value of the current node.

For Text node a work-around is to use the data property.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions