Skip to content

Implement interface ProcessingInstruction #30

@hepheir

Description

@hepheir
Owner

https://www.w3.org/TR/REC-DOM-Level-1/level-one-core.html#ID-1004215813

Interface ProcessingInstruction

IDL Definition

More
interface ProcessingInstruction : Node {
  readonly attribute  DOMString            target;
           attribute  DOMString            data;
                                      // raises(DOMException) on setting
};

Attributes

  • readonly attribute DOMString target
    attribute DOMString data

Overrides

  • Node insertBefore(in Node newChild, in Node refChild)
    Node replaceChild(in Node newChild, in Node oldChild)
    Node appendChild(in Node newChild)
    Node cloneNode(in boolean deep)

Activity

self-assigned this
on Jun 4, 2021
added
type:othersissues not falling in bug, perfromance, support, build and install or feature
and removed
enhancementNew feature or request
type:othersissues not falling in bug, perfromance, support, build and install or feature
on Jun 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @hepheir

      Issue actions

        Implement interface `ProcessingInstruction` · Issue #30 · hepheir/Python-HTML-Parser