hixie: canvas: Mention how to handle system fonts. (whatwg r3632)

hixie: canvas: Mention how to handle system fonts. (whatwg r3632)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2819&r2=1.2820&f=h
http://html5.org/tools/web-apps-tracker?from=3631&to=3632

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2819
retrieving revision 1.2820
diff -u -d -r1.2819 -r1.2820
--- Overview.html 15 Aug 2009 11:43:25 -0000 1.2819
+++ Overview.html 15 Aug 2009 11:45:19 -0000 1.2820
@@ -21772,8 +21772,9 @@
   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', and with the 'font-size' component converted to CSS
-  pixels. If the new value is syntactically incorrect (including using
+  'normal', with the 'font-size' component converted to CSS pixels,
+  and with system fonts being computed to explicit values. 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="#refsCSS">[CSS]</a></p>

Received on Saturday, 15 August 2009 11:46:24 UTC