[html5] r7869 - [giow] (3) Make document.write() a no-op on non-active documents. Fixing https:/ [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue May 28 13:47:10 PDT 2013
Author: ianh
Date: 2013-05-28 13:47:08 -0700 (Tue, 28 May 2013)
New Revision: 7869
Modified:
complete.html
index
source
Log:
[giow] (3) Make document.write() a no-op on non-active documents.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=21875
Affected topics: HTML Syntax and Parsing
Modified: complete.html
===================================================================
--- complete.html 2013-05-28 16:47:54 UTC (rev 7868)
+++ complete.html 2013-05-28 20:47:08 UTC (rev 7869)
@@ -12074,6 +12074,9 @@
</li>
+ <li><p>If the <code><a href=#document>Document</a></code> object is not an <a href=#active-document>active document</a>, then abort
+ these steps.</li>
+
<li>
<p>If the <a href=#insertion-point>insertion point</a> is undefined and either the <code><a href=#document>Document</a></code>'s
Modified: index
===================================================================
--- index 2013-05-28 16:47:54 UTC (rev 7868)
+++ index 2013-05-28 20:47:08 UTC (rev 7869)
@@ -12074,6 +12074,9 @@
</li>
+ <li><p>If the <code><a href=#document>Document</a></code> object is not an <a href=#active-document>active document</a>, then abort
+ these steps.</li>
+
<li>
<p>If the <a href=#insertion-point>insertion point</a> is undefined and either the <code><a href=#document>Document</a></code>'s
Modified: source
===================================================================
--- source 2013-05-28 16:47:54 UTC (rev 7868)
+++ source 2013-05-28 20:47:08 UTC (rev 7869)
@@ -12302,6 +12302,9 @@
</li>
+ <li><p>If the <code>Document</code> object is not an <span>active document</span>, then abort
+ these steps.</p></li>
+
<li>
<p>If the <span>insertion point</span> is undefined and either the <code>Document</code>'s
More information about the Commit-Watchers
mailing list