- From: poot <cvsmail@w3.org>
- Date: Sat, 1 Aug 2009 07:46:46 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Clarify what should be ignored on .font for canvas (whatwg r3513) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2710&r2=1.2711&f=h http://html5.org/tools/web-apps-tracker?from=3512&to=3513 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2710 retrieving revision 1.2711 diff -u -d -r1.2710 -r1.2711 --- Overview.html 31 Jul 2009 10:08:02 -0000 1.2710 +++ Overview.html 31 Jul 2009 22:46:21 -0000 1.2711 @@ -21734,8 +21734,10 @@ property of CSS (but without supporting property-independent stylesheet syntax like 'inherit'), and the resulting font must be assigned to the context, with the 'line-height' component forced to - 'normal'. If the new value is syntactically incorrect, then it must - be ignored, without assigning a new font value. <a href="#references">[CSS]</a></p> + 'normal'. If the new value is syntactically incorrect (including + using property-independent stylesheet syntax like 'inherit' or + 'initial'), then it must be ignored, without assigning a new font + value. <a href="#references">[CSS]</a></p> <p>Font names must be interpreted in the context of the <code><a href="#the-canvas-element">canvas</a></code> element's stylesheets; any fonts embedded using
Received on Friday, 31 July 2009 22:47:23 UTC