hixie: Define how to handle still-loading @font-face fonts in canvas. (whatwg r3514)

hixie: Define how to handle still-loading @font-face fonts in canvas.
(whatwg r3514)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2711&r2=1.2712&f=h
http://html5.org/tools/web-apps-tracker?from=3513&to=3514

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2711
retrieving revision 1.2712
diff -u -d -r1.2711 -r1.2712
--- Overview.html 31 Jul 2009 22:46:21 -0000 1.2711
+++ Overview.html 31 Jul 2009 22:53:00 -0000 1.2712
@@ -21741,7 +21741,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="#references">[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="#references">[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

Received on Friday, 31 July 2009 22:53:59 UTC