Skip to content

Commit 4e6fdf0

Browse files
author
John Daggett
committed
[css3-fonts] add issues for font load events
1 parent 112f636 commit 4e6fdf0

1 file changed

Lines changed: 17 additions & 4 deletions

File tree

css3-fonts/Fonts.html

Lines changed: 17 additions & 4 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-14-february-2013>Editor's Draft
116-
14 February 2013</h2>
115+
<h2 class="no-num no-toc" id=editors-draft-19-february-2013>Editor's Draft
116+
19 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-20130214/">http://www.w3.org/TR/2013/ED-css3-fonts-20130214/</a> -->
123+
<!-- <dd><a href="http://www.w3.org/TR/2013/ED-css3-fonts-20130219/">http://www.w3.org/TR/2013/ED-css3-fonts-20130219/</a> -->
124124

125125

126126
<dt>Latest version:
@@ -132,6 +132,9 @@ <h2 class="no-num no-toc" id=editors-draft-14-february-2013>Editor's Draft
132132

133133
<dd><a
134134
href="http://dev.w3.org/csswg/css3-fonts/">http://dev.w3.org/csswg/css3-fonts/</a>
135+
(<a
136+
href="https://dvcs.w3.org/hg/csswg/log/tip/css3-fonts/Fonts.html">change
137+
log</a>)
135138

136139
<dt>Previous version:
137140

@@ -5319,6 +5322,16 @@ <h3 id=fontloader-interface><span class=secno>9.2 </span>The
53195322
selected resource for a given rule, not to the loading of each individual
53205323
resource.
53215324

5325+
<p class=issue>Given that the FontLoader object is defined to be attached
5326+
to the document, how will canvas worker threads load fonts?
5327+
5328+
<p class=issue>Some FontLoader methods, in particular loadFont, seem like a
5329+
good fit for <a
5330+
href="https://github.com/slightlyoff/DOMFuture/">DOMFuture</a>, a spec
5331+
that hopefully will be ready within the next month or so. Should
5332+
FontLoader be based on that or at least some parts of that? Do we need to
5333+
decide this now?
5334+
53225335
<h4 id=events><span class=secno>9.2.1 </span>Events</h4>
53235336

53245337
<p>Font load events are grouped into two general categories, events
@@ -6161,7 +6174,7 @@ <h3 class=no-num id=other-references>Other References</h3>
61616174
<dt id=ELEMTYPO>[ELEMTYPO]
61626175

61636176
<dd>Robert Bringhurst. <cite>The Elements of Typographic Style, Version
6164-
3.1.</cite> Hartley &amp; Marks. 2005. ISBN 0-88179-206-3.</dd>
6177+
4.</cite> Hartley &amp; Marks. 2013. ISBN 0-88179-212-8.</dd>
61656178
<!---->
61666179

61676180
<dt id=LANGCULTTYPE>[LANGCULTTYPE]

0 commit comments

Comments
 (0)