|
112 | 112 |
|
113 | 113 | <h1>CSS Fonts Module Level 3</h1> |
114 | 114 |
|
115 | | - <h2 class="no-num no-toc" id=editors-draft-4-february-2013>Editor's Draft |
116 | | - 4 February 2013</h2> |
| 115 | + <h2 class="no-num no-toc" id=editors-draft-5-february-2013>Editor's Draft |
| 116 | + 5 February 2013</h2> |
117 | 117 |
|
118 | 118 | <dl id=authors> |
119 | 119 | <dt>This version: |
120 | 120 |
|
121 | 121 | <dd><a |
122 | 122 | href="http://dev.w3.org/csswg/css3-fonts/">http://dev.w3.org/csswg/css3-fonts/</a> |
123 | | - <!-- <dd><a href="http://www.w3.org/TR/2013/ED-css3-fonts-20130204/">http://www.w3.org/TR/2013/ED-css3-fonts-20130204/</a> --> |
| 123 | + <!-- <dd><a href="http://www.w3.org/TR/2013/ED-css3-fonts-20130205/">http://www.w3.org/TR/2013/ED-css3-fonts-20130205/</a> --> |
124 | 124 |
|
125 | 125 |
|
126 | 126 | <dt>Latest version: |
@@ -5182,7 +5182,8 @@ <h3 id=fontloader-interface><span class=secno>9.2 </span>The |
5182 | 5182 | // and fire callback when all loads complete |
5183 | 5183 | void <a href="#fontloader-loadfont">loadFont</a>(LoadFontParameters params); |
5184 | 5184 |
|
5185 | | - // return whether all fonts in the fontlist are loaded (does not initiate load if not available) |
| 5185 | + // return whether all fonts in the fontlist are loaded |
| 5186 | + // (does not initiate load if not available) |
5186 | 5187 | boolean <a href="#fontloader-checkfont">checkFont</a>(DOMString font, optional DOMString text = " "); |
5187 | 5188 |
|
5188 | 5189 | // async notify upon completion, pending layout changes |
@@ -5248,9 +5249,9 @@ <h4 id=events><span class=secno>9.2.1 </span>Events</h4> |
5248 | 5249 | </table> |
5249 | 5250 |
|
5250 | 5251 | <p>To <dfn id=fire-a-font-load-event>fire a font load event</dfn> named |
5251 | | - <var>e</var> with a given <var>font face rule</var> and an |
5252 | | - <var>error</var> at an object <var>target</var> means to <a href="">fire |
5253 | | - an event named e</a> at <var>target</var> with an <a>event</a> using the |
| 5252 | + <var>e</var> at a <code>FontLoader</code> target means to <a |
| 5253 | + href="http://www.w3.org/TR/html5/webappapis.html#event-firing">fire a |
| 5254 | + simple event</a> named <var>e</var> using the |
5254 | 5255 | <code>CSSFontFaceLoadEvent</code> interface that also meets these |
5255 | 5256 | conditions: |
5256 | 5257 |
|
@@ -5395,7 +5396,7 @@ <h4 id=methods><span class=secno>9.2.2 </span>Methods</h4> |
5395 | 5396 | class=idl-code>params</code>. |
5396 | 5397 | </ol> |
5397 | 5398 |
|
5398 | | - <p>Callsbacks for <code class=idl-code>loadFont</code> fire in addition to |
| 5399 | + <p>Callbacks for <code class=idl-code>loadFont</code> fire in addition to |
5399 | 5400 | the callbacks that fire due to font event handlers. |
5400 | 5401 |
|
5401 | 5402 | <p>The <a id=fontloader-checkfont><code class=idl-code>checkFont(font, |
@@ -5641,6 +5642,9 @@ <h3 class=no-num id=recent-changes> Changes from the <a |
5641 | 5642 |
|
5642 | 5643 | <li>Added CORS cross-origin request algorithm parameters |
5643 | 5644 |
|
| 5645 | + <li>Added specification of Unicode caseless matching for font family names |
| 5646 | + based on WG resolution |
| 5647 | + |
5644 | 5648 | <li>Minor editorial tweaks hither and thither |
5645 | 5649 | </ul> |
5646 | 5650 |
|
|
0 commit comments