[html5] r8133 - [e] (0) Update refs to FontLoader Affected topics: Canvas, HTML, Security
whatwg at whatwg.org
whatwg at whatwg.org
Tue Aug 6 13:48:30 PDT 2013
Author: ianh
Date: 2013-08-06 13:48:28 -0700 (Tue, 06 Aug 2013)
New Revision: 8133
Modified:
complete.html
index
source
Log:
[e] (0) Update refs to FontLoader
Affected topics: Canvas, HTML, Security
Modified: complete.html
===================================================================
--- complete.html 2013-08-06 20:30:50 UTC (rev 8132)
+++ complete.html 2013-08-06 20:48:28 UTC (rev 8133)
@@ -3824,8 +3824,8 @@
specification. <a href=#refsCSSATTR>[CSSATTR]</a></p>
<p>The <code><a href=#canvasrenderingcontext2d>CanvasRenderingContext2D</a></code> object's use of fonts depends on the features
- described in the CSS Fonts specification, including in particular
- <dfn id=fontloader><code>FontLoader</code></dfn>. <a href=#refsCSSFONTS>[CSSFONTS]</a></p>
+ described in the CSS Fonts and Font Load Eventsspecifications, including in particular
+ <dfn id=fontloader><code>FontLoader</code></dfn>. <a href=#refsCSSFONTS>[CSSFONTS]</a> <a href=#refsCSSFONTLOAD>[CSSFONTLOAD]</a></p>
</dd>
@@ -34655,7 +34655,7 @@
<a href=#font-style-source-object>font style source object</a> must therefore be available once they are loaded. If a font
is used before it is fully loaded, or if the <a href=#font-style-source-object>font style source object</a> does not have
that font in scope at the time the font is to be used, 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=#refsCSSFONTS>[CSSFONTS]</a></p>
+ unknown font, falling back to another as described by the relevant CSS specifications. <a href=#refsCSSFONTS>[CSSFONTS]</a> <a href=#refsCSSFONTLOAD>[CSSFONTLOAD]</a></p>
<p>On getting, the <code title=dom-context-2d-font><a href=#dom-context-2d-font>font</a></code>
attribute must return the <a href=#serializing-a-css-value title="serializing a CSS
@@ -66187,10 +66187,11 @@
<dt>For fonts</dt>
<dd>
+<!--CLEANUP-->
<p>The <a href=#origin>origin</a> of a downloadable Web font is an <a href=#concept-origin-alias title=concept-origin-alias>alias</a> to the
<a href=#origin>origin</a> of the <a href=#absolute-url>absolute URL</a> used to
- obtain the font (after any redirects). <a href=#refsCSSFONTS>[CSSFONTS]</a></p> <!-- this means you can
+ obtain the font (after any redirects). <a href=#refsCSSFONTS>[CSSFONTS]</a> <a href=#refsCSSFONTLOAD>[CSSFONTLOAD]</a></p> <!-- this means you can
get data from a remote site if you can make it redirect to your
own site in some fashion controlled by the data you want to read
-->
@@ -102732,8 +102733,11 @@
<dt id=refsCSSCOLOR>[CSSCOLOR]</dt>
<dd><cite><a href=http://dev.w3.org/csswg/css3-color/>CSS Color Module Level 3</a></cite>, T. Çelik, C. Lilley, L. Baron. W3C.</dd>
+ <dt id=refsCSSFONTLOAD>[CSSFONTLOAD]</dt>
+ <dd><cite><a href=http://dev.w3.org/csswg/css-font-load-events/>CSS Font Load Events</a></cite>, J. Daggett. W3C.</dd>
+
<dt id=refsCSSFONTS>[CSSFONTS]</dt>
- <dd><cite><a href=http://dev.w3.org/csswg/css3-fonts/>CSS Fonts Module Level 3</a></cite>, J. Daggett. W3C.</dd>
+ <dd><cite><a href=http://dev.w3.org/csswg/css3-fonts/>CSS Fonts</a></cite>, J. Daggett. W3C.</dd>
<dt id=refsCSSIMAGES>[CSSIMAGES]</dt>
<dd><cite><a href=http://dev.w3.org/csswg/css-images/>CSS Image Values and Replaced Content Module</a></cite>, E. Etemad, T. Atkins. W3C.</dd>
Modified: index
===================================================================
--- index 2013-08-06 20:30:50 UTC (rev 8132)
+++ index 2013-08-06 20:48:28 UTC (rev 8133)
@@ -3824,8 +3824,8 @@
specification. <a href=#refsCSSATTR>[CSSATTR]</a></p>
<p>The <code><a href=#canvasrenderingcontext2d>CanvasRenderingContext2D</a></code> object's use of fonts depends on the features
- described in the CSS Fonts specification, including in particular
- <dfn id=fontloader><code>FontLoader</code></dfn>. <a href=#refsCSSFONTS>[CSSFONTS]</a></p>
+ described in the CSS Fonts and Font Load Eventsspecifications, including in particular
+ <dfn id=fontloader><code>FontLoader</code></dfn>. <a href=#refsCSSFONTS>[CSSFONTS]</a> <a href=#refsCSSFONTLOAD>[CSSFONTLOAD]</a></p>
</dd>
@@ -34655,7 +34655,7 @@
<a href=#font-style-source-object>font style source object</a> must therefore be available once they are loaded. If a font
is used before it is fully loaded, or if the <a href=#font-style-source-object>font style source object</a> does not have
that font in scope at the time the font is to be used, 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=#refsCSSFONTS>[CSSFONTS]</a></p>
+ unknown font, falling back to another as described by the relevant CSS specifications. <a href=#refsCSSFONTS>[CSSFONTS]</a> <a href=#refsCSSFONTLOAD>[CSSFONTLOAD]</a></p>
<p>On getting, the <code title=dom-context-2d-font><a href=#dom-context-2d-font>font</a></code>
attribute must return the <a href=#serializing-a-css-value title="serializing a CSS
@@ -66187,10 +66187,11 @@
<dt>For fonts</dt>
<dd>
+<!--CLEANUP-->
<p>The <a href=#origin>origin</a> of a downloadable Web font is an <a href=#concept-origin-alias title=concept-origin-alias>alias</a> to the
<a href=#origin>origin</a> of the <a href=#absolute-url>absolute URL</a> used to
- obtain the font (after any redirects). <a href=#refsCSSFONTS>[CSSFONTS]</a></p> <!-- this means you can
+ obtain the font (after any redirects). <a href=#refsCSSFONTS>[CSSFONTS]</a> <a href=#refsCSSFONTLOAD>[CSSFONTLOAD]</a></p> <!-- this means you can
get data from a remote site if you can make it redirect to your
own site in some fashion controlled by the data you want to read
-->
@@ -102732,8 +102733,11 @@
<dt id=refsCSSCOLOR>[CSSCOLOR]</dt>
<dd><cite><a href=http://dev.w3.org/csswg/css3-color/>CSS Color Module Level 3</a></cite>, T. Çelik, C. Lilley, L. Baron. W3C.</dd>
+ <dt id=refsCSSFONTLOAD>[CSSFONTLOAD]</dt>
+ <dd><cite><a href=http://dev.w3.org/csswg/css-font-load-events/>CSS Font Load Events</a></cite>, J. Daggett. W3C.</dd>
+
<dt id=refsCSSFONTS>[CSSFONTS]</dt>
- <dd><cite><a href=http://dev.w3.org/csswg/css3-fonts/>CSS Fonts Module Level 3</a></cite>, J. Daggett. W3C.</dd>
+ <dd><cite><a href=http://dev.w3.org/csswg/css3-fonts/>CSS Fonts</a></cite>, J. Daggett. W3C.</dd>
<dt id=refsCSSIMAGES>[CSSIMAGES]</dt>
<dd><cite><a href=http://dev.w3.org/csswg/css-images/>CSS Image Values and Replaced Content Module</a></cite>, E. Etemad, T. Atkins. W3C.</dd>
Modified: source
===================================================================
--- source 2013-08-06 20:30:50 UTC (rev 8132)
+++ source 2013-08-06 20:48:28 UTC (rev 8133)
@@ -2663,8 +2663,9 @@
specification. <a href="#refsCSSATTR">[CSSATTR]</a></p>
<p>The <code>CanvasRenderingContext2D</code> object's use of fonts depends on the features
- described in the CSS Fonts specification, including in particular
- <dfn><code>FontLoader</code></dfn>. <a href="#refsCSSFONTS">[CSSFONTS]</a></p>
+ described in the CSS Fonts and Font Load Eventsspecifications, including in particular
+ <dfn><code>FontLoader</code></dfn>. <a href="#refsCSSFONTS">[CSSFONTS]</a> <a
+ href="#refsCSSFONTLOAD">[CSSFONTLOAD]</a></p>
</dd>
@@ -37520,7 +37521,7 @@
is used before it is fully loaded, or if the <span>font style source object</span> does not have
that font in scope at the time the font is to be used, 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="#refsCSSFONTS">[CSSFONTS]</a></p>
+ href="#refsCSSFONTS">[CSSFONTS]</a> <a href="#refsCSSFONTLOAD">[CSSFONTLOAD]</a></p>
<p>On getting, the <code title="dom-context-2d-font">font</code>
attribute must return the <span title="serializing a CSS
@@ -73845,12 +73846,13 @@
<dt>For fonts</dt>
<dd>
+<!--CLEANUP-->
<p>The <span>origin</span> of a downloadable Web font is an <span
title="concept-origin-alias">alias</span> to the
<span>origin</span> of the <span>absolute URL</span> used to
obtain the font (after any redirects). <a
- href="#refsCSSFONTS">[CSSFONTS]</a></p> <!-- this means you can
+ href="#refsCSSFONTS">[CSSFONTS]</a> <a href="#refsCSSFONTLOAD">[CSSFONTLOAD]</a></p> <!-- this means you can
get data from a remote site if you can make it redirect to your
own site in some fashion controlled by the data you want to read
-->
@@ -115087,8 +115089,11 @@
<dt id="refsCSSCOLOR">[CSSCOLOR]</dt>
<dd><cite><a href="http://dev.w3.org/csswg/css3-color/">CSS Color Module Level 3</a></cite>, T. Çelik, C. Lilley, L. Baron. W3C.</dd>
+ <dt id="refsCSSFONTLOAD">[CSSFONTLOAD]</dt>
+ <dd><cite><a href="http://dev.w3.org/csswg/css-font-load-events/">CSS Font Load Events</a></cite>, J. Daggett. W3C.</dd>
+
<dt id="refsCSSFONTS">[CSSFONTS]</dt>
- <dd><cite><a href="http://dev.w3.org/csswg/css3-fonts/">CSS Fonts Module Level 3</a></cite>, J. Daggett. W3C.</dd>
+ <dd><cite><a href="http://dev.w3.org/csswg/css3-fonts/">CSS Fonts</a></cite>, J. Daggett. W3C.</dd>
<dt id="refsCSSIMAGES">[CSSIMAGES]</dt>
<dd><cite><a href="http://dev.w3.org/csswg/css-images/">CSS Image Values and Replaced Content Module</a></cite>, E. Etemad, T. Atkins. W3C.</dd>
More information about the Commit-Watchers
mailing list