html5/spec Overview.html,1.2710,1.2711

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

Modified Files:
	Overview.html 
Log Message:
Clarify what should be ignored on .font for canvas (whatwg r3513)

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