翻譯不完整。請協助 翻譯此英文文件。
DocumentType
介面表示了一個代表文件類型的 Node
節點。
屬性
此介面繼承了其父介面 Node
的屬性,以及實作了 ChildNode
介面。
- ...
DocumentType.entities
Read only- ...
DocumentType.name
Read only- ...
DocumentType.notations
Read only- ...
DocumentType.publicId
Read only- ...
DocumentType.systemId
Read only- ...
方法
此介面繼承了其父介面 Node
的方法,以及實作了 ChildNode
介面。
ChildNode.remove()
- Removes the object from its parent children list.
規範
Specification | Status | Comment |
---|---|---|
DOM The definition of 'DocumentType' in that specification. |
Living Standard | Added implemention of the ChildNode interface.Removed the internalSubset , entities , and notation properties. |
Document Object Model (DOM) Level 3 Core Specification The definition of 'DocumentType' in that specification. |
Recommendation | No change from Document Object Model (DOM) Level 2 Core Specification. |
Document Object Model (DOM) Level 2 Core Specification The definition of 'CharacterData' in that specification. |
Recommendation | Added the publicID , systemID , and internalSubset properties. |
Document Object Model (DOM) Level 1 Specification The definition of 'CharacterData' in that specification. |
Recommendation | Initial definition |
瀏覽器相容性
Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|
Basic support | 1.0 | 1.0 (1.7 or earlier) | (Yes) | (Yes) | (Yes) |
entities and notations |
1.0[1] | 1.0 (1.7 or earlier) No support6.0 (6.0) |
? | (Yes)[1] | (Yes) |
Implements ChildNode |
29.0 | 25.0 (25.0)[2] | No support | 16.0 | No support |
Feature | Android | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|
Basic support | (Yes) | 1.0 (1.0) | (Yes) | (Yes) | (Yes) |
entities and notations |
(Yes)[1] | 1.0 (1.0) No support6.0 (6.0) |
? | (Yes) | (Yes) |
Implements ChildNode |
(Yes) | 25.0 (25.0)[2] | No support | 16.0 | No support |
[1] The Chromium project plans to drop supports for the internalSubset
, entities
and notations
methods.
[2] Firefox 25 also added the previousElementSibling
and nextElementSibling properties
, this was removed in Firefox 28 due to compatibility problems.