FireFoxによるTABLEにおける各要素のfirstChild属性の処理(続き)
HTML 5.0はもうしばらく経っているそうですが、何が改善されたのか分かりませんが、この2,3日でSpecificationを見て、次の言葉を見つけました.
The markup snippet at the top of this section would be turned into the following DOM tree:
DOCTYPE:
2つのノードに1つのtextノードを挿入するのがHTML 5であることが分かった.0の基準は、Tableの特殊な場合だけではありません.まずBSは自分の寡聞さを見て、引き続き努力します!
Firefox 3.5はHTML 5をサポートするため.0、簡単なプログラムを書いてテストして、検証しました:
Test HTML5.0
The markup snippet at the top of this section would be turned into the following DOM tree:
DOCTYPE:
html
html
head
#text
: ⏎␣␣ title
#text
: Sample page #text
: ⏎␣ #text
: ⏎␣ body
#text
: ⏎␣␣ h1
#text
: Sample page #text
: ⏎␣␣ p
#text
: This is a a
href
="demo.html
"#text
: simple #text
: sample. #text
: ⏎␣␣ #comment
: this is a comment #text
: ⏎␣⏎ 2つのノードに1つのtextノードを挿入するのがHTML 5であることが分かった.0の基準は、Tableの特殊な場合だけではありません.まずBSは自分の寡聞さを見て、引き続き努力します!
Firefox 3.5はHTML 5をサポートするため.0、簡単なプログラムを書いてテストして、検証しました:
ddd
This is a test program for HTML5.0.