Skip to content

Implement interface Notation #27

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 Notation #27

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-5431D1B9

Interface Notation

IDL Definition

More
interface Notation : Node {
  readonly attribute  DOMString            publicId;
  readonly attribute  DOMString            systemId;
};

Attributes

  • readonly attribute DOMString publicId
  • readonly attribute DOMString systemId

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