- From: poot <cvsmail@w3.org>
- Date: Thu, 3 Jul 2008 03:52:28 +0900 (JST)
- To: public-html-diffs@w3.org
1.962 Make computed values in the Canvas API take effect on setting (whatwg r1772) (changed by: Michael Smith) Diffs for this change per section: http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.291.html#conformance_wd2 http://people.w3.org/mike/diffs/html5/pubnotes/Overview.1.291.html#the-2d_wd2 Current content per affected section: http://dev.w3.org/html5/pubnotes/Overview.html#conformance_wd2 http://dev.w3.org/html5/pubnotes/Overview.html#the-2d_wd2 Previously published WD content per affected section: http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#conformance_wd2 http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#the-2d_wd2 Cumulative diff: http://people.w3.org/mike/diffs/html5/pubnotes/Overview.diff.html http://dev.w3.org/cvsweb/html5/pubnotes/Overview.html?r1=1.290&r2=1.291&f=h http://html5.org/tools/web-apps-tracker?from=1771&to=1772 =================================================================== RCS file: /sources/public/html5/pubnotes/Overview.html,v retrieving revision 1.290 retrieving revision 1.291 diff -u -d -r1.290 -r1.291 --- Overview.html 2 Jul 2008 16:34:27 -0000 1.290 +++ Overview.html 2 Jul 2008 18:50:19 -0000 1.291 @@ -1370,6 +1370,37 @@ objects to the <code>CanvasPixelArray</code> object.</li> + <li>The following text was added: + <blockquote> + <p><q>Whenever the CSS value currentColor is + used as a color in this API, the “computed + value of the ‘color’ property” for the + purposes of determining the computed value + of the currentColor keyword is the computed + value of the ‘color’ property on the element + in question at the time that the color is + specified (e.g. when the appropriate + attribute is set, or when the method is + called; not when the color is rendered or + otherwise used). If the computed value of + the ‘color’ property is undefined for a + particular case (e.g. because the element is + not in a document), then the “computed value + of the ‘color’ property” for the purposes of + determining the computed value of the + currentColor keyword is fully opaque + black.</q></p> + </blockquote> + </li> + <li>In the “Text” subsection, text was revised + to specify that the values of the ‘font-size’ + and ‘font-weight’ components must be interpreted + relative to the computed value of the + corresponding + <code class="element">canvas</code> + element + <em>at the time that the attribute is + set</em>.</li> </ul> </div> </div> Index: Overview.src.html =================================================================== RCS file: /sources/public/html5/pubnotes/Overview.src.html,v retrieving revision 1.275 retrieving revision 1.276 diff -u -d -r1.275 -r1.276 --- Overview.src.html 2 Jul 2008 16:34:28 -0000 1.275 +++ Overview.src.html 2 Jul 2008 18:50:19 -0000 1.276 @@ -655,6 +655,37 @@ objects to the <code>CanvasPixelArray</code> object.</li> + <li>The following text was added: + <blockquote> + <p><q>Whenever the CSS value currentColor is + used as a color in this API, the “computed + value of the ‘color’ property” for the + purposes of determining the computed value + of the currentColor keyword is the computed + value of the ‘color’ property on the element + in question at the time that the color is + specified (e.g. when the appropriate + attribute is set, or when the method is + called; not when the color is rendered or + otherwise used). If the computed value of + the ‘color’ property is undefined for a + particular case (e.g. because the element is + not in a document), then the “computed value + of the ‘color’ property” for the purposes of + determining the computed value of the + currentColor keyword is fully opaque + black.</q></p> + </blockquote> + </li> + <li>In the “Text” subsection, text was revised + to specify that the values of the ‘font-size’ + and ‘font-weight’ components must be interpreted + relative to the computed value of the + corresponding + <code class=element>canvas</code> + element + <em>at the time that the attribute is + set</em>.</li> </ul> </section> </section>
Received on Wednesday, 2 July 2008 18:53:06 UTC