[18] Document
インターフェイスの
body
IDL属性は、文書body要素を返します。
ほとんどの場合、 document.body
属性は
body
要素を返すものです。
[4] 文書body要素は、
文書html要素の最初の body
要素または
frameset
要素である子供です。
そのような要素がなければ、 null です。 >>3
[5] Document
インターフェイスの
body
IDL属性の取得器は、
文書body要素を返さなければなりません >>3。
[6] Document
インターフェイスの
body
IDL属性の設定器は、
次のようにしなければなりません >>3。
[1] Web Applications 1.0 r7800 Match reality ( ( 版)) <http://html5.org/tools/web-apps-tracker?from=7799&to=7800>
[2] IRC logs: freenode / #whatwg / 20130417 ( ( 版)) <http://krijnhoetmer.nl/irc-logs/whatwg/20130417#l-1157>
[19] 構文解析器が body
要素を文書に挿入する前に実行されるスクリプトでは、
document.body
は null になります。
[20] 今日では frameset
要素はほとんど用いられることが無いため、
スクリプトは普通は body
要素が返されるものと考えて構いません。
[21] Editorial: synchronize with the DOM Standard · whatwg/html@21c6ec7 ( 版) <https://github.com/whatwg/html/commit/21c6ec77594eb89b836d4872222f5916910967fd>
[22] Formalize custom element reactions · whatwg/html@27aa7bc ( 版) <https://github.com/whatwg/html/commit/27aa7bc4fa6f168654a8c858f0773e611f679b39>
[23] Specify how html and body elements fill the viewport ( (zcorpan著, )) <https://github.com/whatwg/quirks/commit/c81e2a263fb9f89fdfc55010afe666f1711540b7>
[28] Call out inconsistency in document.body behavior (zcorpan著, ) <https://github.com/whatwg/html/commit/aa2bec4ee4089f7e6329d3e285b6b5782ab3efc2>
[29] How should document.body setter behave when root is not an `<html>`? · Issue #3403 · whatwg/html () <https://github.com/whatwg/html/issues/3403>
[30] Call out inconsistency in document.body behavior by zcorpan · Pull Request #3449 · whatwg/html () <https://github.com/whatwg/html/pull/3449>