[html5] r3632 - [gw] (2) canvas: Mention how to handle system fonts.
whatwg at whatwg.org
whatwg at whatwg.org
Sat Aug 15 04:45:14 PDT 2009
Author: ianh
Date: 2009-08-15 04:45:13 -0700 (Sat, 15 Aug 2009)
New Revision: 3632
Modified:
index
source
Log:
[gw] (2) canvas: Mention how to handle system fonts.
Modified: index
===================================================================
--- index 2009-08-15 11:43:20 UTC (rev 3631)
+++ index 2009-08-15 11:45:13 UTC (rev 3632)
@@ -24700,8 +24700,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>
Modified: source
===================================================================
--- source 2009-08-15 11:43:20 UTC (rev 3631)
+++ source 2009-08-15 11:45:13 UTC (rev 3632)
@@ -26993,8 +26993,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>
More information about the Commit-Watchers
mailing list