Skip to content

Implement interface ProcessingInstruction #30

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
6 tasks
hepheir opened this issue Jun 4, 2021 · 0 comments
Open
6 tasks

Implement interface ProcessingInstruction #30

hepheir opened this issue Jun 4, 2021 · 0 comments
Assignees
Labels
type:feature Feature requests

Comments

@hepheir
Copy link
Owner

hepheir commented Jun 4, 2021

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)
@hepheir hepheir added the enhancement New feature or request label Jun 4, 2021
@hepheir hepheir self-assigned this Jun 4, 2021
@hepheir hepheir added type:others issues not falling in bug, perfromance, support, build and install or feature type:feature Feature requests and removed enhancement New feature or request type:others issues not falling in bug, perfromance, support, build and install or feature labels Jun 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feature Feature requests
Projects
None yet
Development

No branches or pull requests

1 participant