[html5] r4517 - [e] (0) editing error Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8546

whatwg at whatwg.org whatwg at whatwg.org
Wed Jan 6 02:40:55 PST 2010


Author: ianh
Date: 2010-01-06 02:40:51 -0800 (Wed, 06 Jan 2010)
New Revision: 4517

Modified:
   complete.html
   index
   source
Log:
[e] (0) editing error
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8546

Modified: complete.html
===================================================================
--- complete.html	2010-01-06 10:31:54 UTC (rev 4516)
+++ complete.html	2010-01-06 10:40:51 UTC (rev 4517)
@@ -76488,8 +76488,8 @@
 
   <p class=note>This isn't a security problem since the script that
   moves the <code><a href=#the-div-element>div</a></code> into the outer <code>Document</code> can
-  only do so because they have the two <code>Document</code> object
-  have the same <a href=#origin>origin</a>.</p>
+  only do so because the two <code>Document</code> object have the
+  same <a href=#origin>origin</a>.</p>
 
   <p>Thus, the first alert says "http://example.com/outer".</p>
 

Modified: index
===================================================================
--- index	2010-01-06 10:31:54 UTC (rev 4516)
+++ index	2010-01-06 10:40:51 UTC (rev 4517)
@@ -68115,8 +68115,8 @@
 
   <p class=note>This isn't a security problem since the script that
   moves the <code><a href=#the-div-element>div</a></code> into the outer <code>Document</code> can
-  only do so because they have the two <code>Document</code> object
-  have the same <a href=#origin>origin</a>.</p>
+  only do so because the two <code>Document</code> object have the
+  same <a href=#origin>origin</a>.</p>
 
   <p>Thus, the first alert says "http://example.com/outer".</p>
 

Modified: source
===================================================================
--- source	2010-01-06 10:31:54 UTC (rev 4516)
+++ source	2010-01-06 10:40:51 UTC (rev 4517)
@@ -87176,8 +87176,8 @@
 
   <p class="note">This isn't a security problem since the script that
   moves the <code>div</code> into the outer <code>Document</code> can
-  only do so because they have the two <code>Document</code> object
-  have the same <span>origin</span>.</p>
+  only do so because the two <code>Document</code> object have the
+  same <span>origin</span>.</p>
 
   <p>Thus, the first alert says "http://example.com/outer".</p>
 




More information about the Commit-Watchers mailing list