http://oshiete1.goo.ne.jp/qa5261193.html
げ,知らなかった。
http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-DocCrElNS
createElementNS
>qualifiedName of type DOMString
The qualified name of the element type to instantiate.
A qualified name is the name of an element or attribute defined as the concatenation of a local name (as defined in this specification), optionally preceded by a namespace prefix and colon character. See Qualified Names in Namespaces in XML [Namespaces].
てっきり第二引数はNCNameだと思い込んでました(経験上動作には問題ないと思いますが)
http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-ElSetAttrNS
#もともと俺は,名前空間接頭辞関係はDOM任せで開発側(インターフェース利用側)は触らないものだと思っていたため,setAttributeNSでxmlnsを指定したことがない。
##実際これらを属性だと思っていなかった。
======================
>HTML-only DOM implementations do not need to implement this method.
XHTML支持者としては,この文言はあってほしくなかった。
げ,知らなかった。
http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-DocCrElNS
createElementNS
>qualifiedName of type DOMString
The qualified name of the element type to instantiate.
A qualified name is the name of an element or attribute defined as the concatenation of a local name (as defined in this specification), optionally preceded by a namespace prefix and colon character. See Qualified Names in Namespaces in XML [Namespaces].
てっきり第二引数はNCNameだと思い込んでました(経験上動作には問題ないと思いますが)
http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-ElSetAttrNS
#もともと俺は,名前空間接頭辞関係はDOM任せで開発側(インターフェース利用側)は触らないものだと思っていたため,setAttributeNSでxmlnsを指定したことがない。
##実際これらを属性だと思っていなかった。
======================
>HTML-only DOM implementations do not need to implement this method.
XHTML支持者としては,この文言はあってほしくなかった。