html5/spec Overview.html,1.2711,1.2712

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

Modified Files:
	Overview.html 
Log Message:
Define how to handle still-loading @font-face fonts in canvas. (whatwg r3514)

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