- From: poot <cvsmail@w3.org>
- Date: Thu, 18 Mar 2010 08:50:55 +0900 (JST)
- To: public-html-diffs@w3.org
2Dapi; hixie: 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) http://dev.w3.org/cvsweb/html5/2dcontext/Overview.html?r1=1.24&r2=1.25&f=h http://html5.org/tools/web-apps-tracker?from=4856&to=4857 =================================================================== 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:51:25 UTC