html5/2dcontext Overview.html,1.24,1.25

Update of /sources/public/html5/2dcontext
In directory hutz:/tmp/cvs-serv5609

Modified Files:
	Overview.html 
Log Message:
Fix meaning of 'live' throughout. Hide a Window object that had leaked out instead of turning into a WindowProxy object. Fix a note that had rotted. (whatwg r4857)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/2dcontext/Overview.html,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- Overview.html	12 Mar 2010 01:07:57 -0000	1.24
+++ Overview.html	17 Mar 2010 23:50:46 -0000	1.25
@@ -972,9 +972,9 @@
   value.</p>
 
   <p>When set to a <code><a href="#canvaspattern">CanvasPattern</a></code> or
-  <code><a href="#canvasgradient">CanvasGradient</a></code> object, the assignment is live, meaning
-  that changes made to the object after the assignment do affect
-  subsequent stroking or filling of shapes.</p>
+  <code><a href="#canvasgradient">CanvasGradient</a></code> object, the assignment is
+  <span>live</span>, meaning that changes made to the object after the
+  assignment do affect subsequent stroking or filling of shapes.</p>
 
   <p>On getting, if the value is a color, then the <a href="#serialization-of-a-color" title="serialization of a color">serialization of the color</a>
   must be returned. Otherwise, if it is not a color but a

Received on Wednesday, 17 March 2010 23:50:50 UTC