[5] document.close
メソッドは、
document.open
により作成した文書に EOF
を挿入します。
[3] Document
インターフェイスの
close
メソッドは、次のようにしなければなりません
>>2。
[7] スピンが発生する状況を整理すると、字句化器の停止するのは
EOF 文字まで (つまり最後まで) 処理が進んだ場合と、
script
要素の処理でそれ以上進めなくなったら、
ということになります。
(特別なことを要求されているように思えますが、通常通り処理できるところまで進むだけでOKです。)
[6] 構文解析器を通じて文書や busy indicator の表示に影響をあたえることがあります。
[1] Web Applications 1.0 r4241 Make document.close() more evil. ( 版) <https://html5.org/r/4241>
[8] Make document.open() and close() check for an XML document · whatwg/html@0ee9935 ( 版) <https://github.com/whatwg/html/commit/0ee993535960c18ea154ab6ec37fa62edcad1057>
[11] Formalize custom element reactions · whatwg/html@27aa7bc ( 版) <https://github.com/whatwg/html/commit/27aa7bc4fa6f168654a8c858f0773e611f679b39>
[12] Make document.write etc. throw during parsing custom elements (domenic著, ) <https://github.com/whatwg/html/commit/00c6fa07bdb9f0d08a28f6c6e1ababca7d08618c>