[15] 文書が完全に活性であるとは、 おおよそ文書が表示中であることを表しています。
[19]
HTML文書のいろいろな処理は、完全に活性であるときだけ行われます。
たとえば
Webブラウザーの画面に表示中の文書の
iframe
要素はフレームとして他の文書を読み込みますが、
XMLHttpRequest
で取得した文書の
iframe
要素は何も読み込みません。
[13] Change document's fully active condition · whatwg/html@8700e2c ( 版) https://github.com/whatwg/html/commit/8700e2c36c4d06c8913f4feedaf841677536f177
[16] Add an explanation of active vs. fully active documents (domenic著, ) https://github.com/whatwg/html/commit/4f438d594d868202d3630033e813c5e844d1cbea
[17] Add an explanation of active vs. fully active documents by domenic · Pull Request #3811 · whatwg/html () https://github.com/whatwg/html/pull/3811
[18] Give browsing context an explicit container (annevk, , ) https://github.com/whatwg/html/commit/7b4964ad0a953b05738afc66600fa47a4dc8045d
iframe
要素の文書が完全に活性となることはできません。