DOMString
DOMString
DOMString
の定義は,現在,valuetype
とする。
DOMString
in IDL is now
a valuetype
.
Attr
Attr
Attr
インタフェースは,一つの新しい属性,ownerElement
,をもつ。
Attr
interface has one new attribute: ownerElement
.
Document
Document
Document
インタフェースは,五つの新しいメソッド,importNode
,createElementNS
,createAttributeNS
,getElementsByTagNameNS
及びgetElementById
,をもつ。
Document
interface has five new methods: importNode
,
createElementNS
, createAttributeNS
,
getElementsByTagNameNS
and
getElementById
.
NamedNodeMap
NamedNodeMap
NamedNodeMap
は,三つの新しいメソッド,getNamedItemNS
,setNamedItemNS
及びremoveNamedItemNS
,をもつ。
NamedNodeMap
interface has three new methods: getNamedItemNS
,
setNamedItemNS
, removeNamedItemNS
.
Node
Node
Node
インタフェースは,二つの新しいメソッド,isSupported
及びhasAttributes
,をもつ。
Element
インタフェースにあったnormalize
は,Node
インタフェースに移動された。
Node
インタフェースは,三つの新しい属性,namespaceURI
,prefix
及びlocalName
,をもつ
。ownerDocument
属性は,ノードがDocument
の場合,null
と指定されていた。現在でも,ノードが,いかなるDocument
とも一緒に使われないDocumentType
の場合は,null
とする。
Node
interface has two new methods: isSupported
and
hasAttributes
.normalize
, previously in the Element
interface,
has been moved in the Node
interface.Node
interface has three new attributes: namespaceURI
,
prefix
and localName
.ownerDocument
attribute was specified to be
null
when the node is a Document
. It now is
also null
when the node is a DocumentType
which
is not used with any Document
yet.
DocumentType
DocumentType
DocumentType
インタフェースは,三つの属性,publicId
,systemId
及びinternalSubset
,をもつ。
DOMImplementation
DOMImplementation
DOMImplementation
インタフェースは,二つの新しいメソッド,createDocumentType
及びcreateDocument
,をもつ。
Element
Element
Element
インタフェースは,八つの新しいメソッド,getAttributeNS
,setAttributeNS
,removeAttributeNS
,getAttributeNodeNS
,setAttributeNodeNS
,getElementsByTagNameNS
,hasAttribute
及びhasAttributeNS
,をもつ。
normalize
は,現在,移動される前のNode
インタフェースから継承される。
DOMException
DOMException
DOMException
は,五つの新しい例外コード,INVALID_STATE_ERR
,SYNTAX_ERR
,INVALID_MODIFICATION_ERR
,NAMESPACE_ERR
及びINVALID_ACCESS_ERR
,をもつ。
DOMException
has five
new exception codes: INVALID_STATE_ERR
,
SYNTAX_ERR
, INVALID_MODIFICATION_ERR
,
NAMESPACE_ERR
and
INVALID_ACCESS_ERR
.
DOMTimeStamp
DOMTimeStamp
型が,コアモジュールに追加された。
DOMTimeStamp
type
was added to the Core module.