html5/spec Overview.html,1.944,1.945

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv10614

Modified Files:
	Overview.html 
Log Message:
make the intro paragraph easier to understand (whatwg r1755)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.944
retrieving revision 1.945
diff -u -d -r1.944 -r1.945
--- Overview.html	12 Jun 2008 23:09:55 -0000	1.944
+++ Overview.html	12 Jun 2008 23:11:37 -0000	1.945
@@ -20704,8 +20704,9 @@
    href="#canvas">canvas</a></code> elements</h5>
 
   <p><strong>Information leakage</strong> can occur if scripts from one <a
-   href="#origin0">origin</a> are exposed to images from another origin (one
-   that isn't the <a href="#same-origin" title="same origin">same</a>).
+   href="#origin0">origin</a> can access information (e.g. read pixels) from
+   images from another origin (one that isn't the <a href="#same-origin"
+   title="same origin">same</a>).
 
   <p>To mitigate this, <code><a href="#canvas">canvas</a></code> elements are
    defined to have a flag indicating whether they are <i>origin-clean</i>.

Received on Thursday, 12 June 2008 23:12:13 UTC