[html5] r3514 - [] (0) Define how to handle still-loading @font-face fonts in canvas.

whatwg at whatwg.org whatwg at whatwg.org
Fri Jul 31 15:52:56 PDT 2009


Author: ianh
Date: 2009-07-31 15:52:55 -0700 (Fri, 31 Jul 2009)
New Revision: 3514

Modified:
   index
   source
Log:
[] (0) Define how to handle still-loading @font-face fonts in canvas.

Modified: index
===================================================================
--- index	2009-07-31 22:46:15 UTC (rev 3513)
+++ index	2009-07-31 22:52:55 UTC (rev 3514)
@@ -24651,7 +24651,10 @@
 
   <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
-  <code title="">@font-face</code> must therefore be available. <a href=#refsCSSWEBFONTS>[CSSWEBFONTS]</a></p>
+  <code title="">@font-face</code> must therefore be available once
+  they are loaded. (If a font is referenced before it is fully loaded,
+  then it must be treated as if it was an unknown font, falling back
+  to another as described by the relevant CSS specifications.) <a href=#refsCSSWEBFONTS>[CSSWEBFONTS]</a></p>
 
   <p>Only vector fonts should be used by the user agent; if a user
   agent were to use bitmap fonts then transformations would likely

Modified: source
===================================================================
--- source	2009-07-31 22:46:15 UTC (rev 3513)
+++ source	2009-07-31 22:52:55 UTC (rev 3514)
@@ -26926,7 +26926,10 @@
 
   <p>Font names must be interpreted in the context of the
   <code>canvas</code> element's stylesheets; any fonts embedded using
-  <code title="">@font-face</code> must therefore be available. <a
+  <code title="">@font-face</code> must therefore be available once
+  they are loaded. (If a font is referenced before it is fully loaded,
+  then it must be treated as if it was an unknown font, falling back
+  to another as described by the relevant CSS specifications.) <a
   href="#refsCSSWEBFONTS">[CSSWEBFONTS]</a></p>
 
   <p>Only vector fonts should be used by the user agent; if a user




More information about the Commit-Watchers mailing list