Skip to content

Commit 4b0617e

Browse files
author
John Daggett
committed
[css3-fonts] minor editorial fixups
1 parent 3583171 commit 4b0617e

1 file changed

Lines changed: 12 additions & 8 deletions

File tree

css3-fonts/Fonts.html

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -112,15 +112,15 @@
112112

113113
<h1>CSS Fonts Module Level 3</h1>
114114

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>
117117

118118
<dl id=authors>
119119
<dt>This version:
120120

121121
<dd><a
122122
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> -->
124124

125125

126126
<dt>Latest version:
@@ -5182,7 +5182,8 @@ <h3 id=fontloader-interface><span class=secno>9.2 </span>The
51825182
// and fire callback when all loads complete
51835183
void <a href="#fontloader-loadfont">loadFont</a>(LoadFontParameters params);
51845184

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)
51865187
boolean <a href="#fontloader-checkfont">checkFont</a>(DOMString font, optional DOMString text = " ");
51875188

51885189
// async notify upon completion, pending layout changes
@@ -5248,9 +5249,9 @@ <h4 id=events><span class=secno>9.2.1 </span>Events</h4>
52485249
</table>
52495250

52505251
<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
52545255
<code>CSSFontFaceLoadEvent</code> interface that also meets these
52555256
conditions:
52565257

@@ -5395,7 +5396,7 @@ <h4 id=methods><span class=secno>9.2.2 </span>Methods</h4>
53955396
class=idl-code>params</code>.
53965397
</ol>
53975398

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
53995400
the callbacks that fire due to font event handlers.
54005401

54015402
<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
56415642

56425643
<li>Added CORS cross-origin request algorithm parameters
56435644

5645+
<li>Added specification of Unicode caseless matching for font family names
5646+
based on WG resolution
5647+
56445648
<li>Minor editorial tweaks hither and thither
56455649
</ul>
56465650

0 commit comments

Comments
 (0)