[html5] r6153 - [e] (0) The platform is full of crazy. Fixing http://www.w3.org/Bugs/Public/show [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu May 26 17:31:30 PDT 2011


Author: ianh
Date: 2011-05-26 17:31:28 -0700 (Thu, 26 May 2011)
New Revision: 6153

Modified:
   complete.html
   index
   source
Log:
[e] (0) The platform is full of crazy.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12502

Modified: complete.html
===================================================================
--- complete.html	2011-05-27 00:24:04 UTC (rev 6152)
+++ complete.html	2011-05-27 00:31:28 UTC (rev 6153)
@@ -60429,13 +60429,16 @@
   <code><a href=#window>Window</a></code> object.</p>
 
   <p class=note>In general, there is a 1-to-1 mapping from the
-  <code><a href=#window>Window</a></code> object to the <code><a href=#document>Document</a></code> object. In
-  one particular case, a <code><a href=#window>Window</a></code> can be reused for the
-  presentation of a second <code><a href=#document>Document</a></code> in the same
-  <a href=#browsing-context>browsing context</a>, such that the mapping is then
-  2-to-1. This occurs when a <a href=#browsing-context>browsing context</a> is <a href=#navigate title=navigate>navigated</a> from the initial
+  <code><a href=#window>Window</a></code> object to the <code><a href=#document>Document</a></code> object.
+  There are two exceptions. First, a <code><a href=#window>Window</a></code> can be reused
+  for the presentation of a second <code><a href=#document>Document</a></code> in the same
+  <a href=#browsing-context>browsing context</a>, such that the mapping is then 2-to-1.
+  This occurs when a <a href=#browsing-context>browsing context</a> is <a href=#navigate title=navigate>navigated</a> from the initial
   <code><a href=#about:blank>about:blank</a></code> <code><a href=#document>Document</a></code> to another, with
-  <a href=#replacement-enabled>replacement enabled</a>.</p>
+  <a href=#replacement-enabled>replacement enabled</a>. Second, a <code><a href=#document>Document</a></code>
+  can end up being reused for several <code><a href=#window>Window</a></code> objects when
+  the <code title=dom-document-open><a href=#dom-document-open>document.open()</a></code> methos is
+  used, such that the mapping is then 1-to-many.</p>
 
   <p class=note>A <code><a href=#document>Document</a></code> does not necessarily have a
   <a href=#browsing-context>browsing context</a> associated with it. In particular,

Modified: index
===================================================================
--- index	2011-05-27 00:24:04 UTC (rev 6152)
+++ index	2011-05-27 00:31:28 UTC (rev 6153)
@@ -60449,13 +60449,16 @@
   <code><a href=#window>Window</a></code> object.</p>
 
   <p class=note>In general, there is a 1-to-1 mapping from the
-  <code><a href=#window>Window</a></code> object to the <code><a href=#document>Document</a></code> object. In
-  one particular case, a <code><a href=#window>Window</a></code> can be reused for the
-  presentation of a second <code><a href=#document>Document</a></code> in the same
-  <a href=#browsing-context>browsing context</a>, such that the mapping is then
-  2-to-1. This occurs when a <a href=#browsing-context>browsing context</a> is <a href=#navigate title=navigate>navigated</a> from the initial
+  <code><a href=#window>Window</a></code> object to the <code><a href=#document>Document</a></code> object.
+  There are two exceptions. First, a <code><a href=#window>Window</a></code> can be reused
+  for the presentation of a second <code><a href=#document>Document</a></code> in the same
+  <a href=#browsing-context>browsing context</a>, such that the mapping is then 2-to-1.
+  This occurs when a <a href=#browsing-context>browsing context</a> is <a href=#navigate title=navigate>navigated</a> from the initial
   <code><a href=#about:blank>about:blank</a></code> <code><a href=#document>Document</a></code> to another, with
-  <a href=#replacement-enabled>replacement enabled</a>.</p>
+  <a href=#replacement-enabled>replacement enabled</a>. Second, a <code><a href=#document>Document</a></code>
+  can end up being reused for several <code><a href=#window>Window</a></code> objects when
+  the <code title=dom-document-open><a href=#dom-document-open>document.open()</a></code> methos is
+  used, such that the mapping is then 1-to-many.</p>
 
   <p class=note>A <code><a href=#document>Document</a></code> does not necessarily have a
   <a href=#browsing-context>browsing context</a> associated with it. In particular,

Modified: source
===================================================================
--- source	2011-05-27 00:24:04 UTC (rev 6152)
+++ source	2011-05-27 00:31:28 UTC (rev 6153)
@@ -68867,14 +68867,17 @@
   <code>Window</code> object.</p>
 
   <p class="note">In general, there is a 1-to-1 mapping from the
-  <code>Window</code> object to the <code>Document</code> object. In
-  one particular case, a <code>Window</code> can be reused for the
-  presentation of a second <code>Document</code> in the same
-  <span>browsing context</span>, such that the mapping is then
-  2-to-1. This occurs when a <span>browsing context</span> is <span
+  <code>Window</code> object to the <code>Document</code> object.
+  There are two exceptions. First, a <code>Window</code> can be reused
+  for the presentation of a second <code>Document</code> in the same
+  <span>browsing context</span>, such that the mapping is then 2-to-1.
+  This occurs when a <span>browsing context</span> is <span
   title="navigate">navigated</span> from the initial
   <code>about:blank</code> <code>Document</code> to another, with
-  <span>replacement enabled</span>.</p>
+  <span>replacement enabled</span>. Second, a <code>Document</code>
+  can end up being reused for several <code>Window</code> objects when
+  the <code title="dom-document-open">document.open()</code> methos is
+  used, such that the mapping is then 1-to-many.</p>
 
   <p class="note">A <code>Document</code> does not necessarily have a
   <span>browsing context</span> associated with it. In particular,




More information about the Commit-Watchers mailing list