- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 02 Jul 2008 18:50:22 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/pubnotes In directory hutz:/tmp/cvs-serv13165 Modified Files: Overview.html Overview.src.html Log Message: 1.962 Make computed values in the Canvas API take effect on setting (whatwg r1772) Index: Overview.html =================================================================== 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:50:57 UTC