[html5] r3513 - [e] (0) Clarify what should be ignored on .font for canvas

whatwg at whatwg.org whatwg at whatwg.org
Fri Jul 31 15:46:17 PDT 2009


Author: ianh
Date: 2009-07-31 15:46:15 -0700 (Fri, 31 Jul 2009)
New Revision: 3513

Modified:
   index
   source
Log:
[e] (0) Clarify what should be ignored on .font for canvas

Modified: index
===================================================================
--- index	2009-07-31 10:07:56 UTC (rev 3512)
+++ index	2009-07-31 22:46:15 UTC (rev 3513)
@@ -24644,8 +24644,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=#refsCSS>[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=#refsCSS>[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

Modified: source
===================================================================
--- source	2009-07-31 10:07:56 UTC (rev 3512)
+++ source	2009-07-31 22:46:15 UTC (rev 3513)
@@ -26919,9 +26919,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="#refsCSS">[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="#refsCSS">[CSS]</a></p>
 
   <p>Font names must be interpreted in the context of the
   <code>canvas</code> element's stylesheets; any fonts embedded using




More information about the Commit-Watchers mailing list