html5/spec Overview.html,1.2819,1.2820

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv30048

Modified Files:
	Overview.html 
Log Message:
canvas: Mention how to handle system fonts. (whatwg r3632)

Index: Overview.html
===================================================================
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:45:32 UTC