Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Implement interface DocumentType #26

Open
Assignees
Labels
@hepheir

Description

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

Interface DocumentType

IDL Definition

More
interface DocumentType : Node {
 readonly attribute DOMString name;
 readonly attribute NamedNodeMap entities;
 readonly attribute NamedNodeMap notations;
};

Attributes

  • readonly attribute DOMString name
  • readonly attribute NamedNodeMap entities
  • readonly attribute NamedNodeMap notations

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)

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      AltStyle によって変換されたページ (->オリジナル) /