[html5] r4736 - [e] (0) Make this sentence more useful. Fixing http://www.w3.org/Bugs/Public/sho [...]

whatwg at whatwg.org whatwg at whatwg.org
Sun Feb 14 03:24:28 PST 2010


Author: ianh
Date: 2010-02-14 03:24:26 -0800 (Sun, 14 Feb 2010)
New Revision: 4736

Modified:
   complete.html
   index
   source
Log:
[e] (0) Make this sentence more useful.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8866

Modified: complete.html
===================================================================
--- complete.html	2010-02-14 11:10:51 UTC (rev 4735)
+++ complete.html	2010-02-14 11:24:26 UTC (rev 4736)
@@ -20030,7 +20030,8 @@
    <dd>
 
     <p>This flag <a href=#sandboxOrigin>forces content into a unique
-    origin</a> for the purposes of the <a href=#origin title=origin>same-origin policy</a>.</p>
+    origin</a>, thus preventing it from accessing other content from
+    the same <a href=#origin>origin</a>.</p>
 
     <p>This flag also <a href=#sandboxCookies>prevents script from
     reading from or writing to the <code title=dom-document-cookie>document.cookie</code> IDL

Modified: index
===================================================================
--- index	2010-02-14 11:10:51 UTC (rev 4735)
+++ index	2010-02-14 11:24:26 UTC (rev 4736)
@@ -19929,7 +19929,8 @@
    <dd>
 
     <p>This flag <a href=#sandboxOrigin>forces content into a unique
-    origin</a> for the purposes of the <a href=#origin title=origin>same-origin policy</a>.</p>
+    origin</a>, thus preventing it from accessing other content from
+    the same <a href=#origin>origin</a>.</p>
 
     <p>This flag also <a href=#sandboxCookies>prevents script from
     reading from or writing to the <code title=dom-document-cookie>document.cookie</code> IDL

Modified: source
===================================================================
--- source	2010-02-14 11:10:51 UTC (rev 4735)
+++ source	2010-02-14 11:24:26 UTC (rev 4736)
@@ -21291,8 +21291,8 @@
    <dd>
 
     <p>This flag <a href="#sandboxOrigin">forces content into a unique
-    origin</a> for the purposes of the <span
-    title="origin">same-origin policy</span>.</p>
+    origin</a>, thus preventing it from accessing other content from
+    the same <span>origin</span>.</p>
 
     <p>This flag also <a href="#sandboxCookies">prevents script from
     reading from or writing to the <code




More information about the Commit-Watchers mailing list