|
13 | 13 | </p> |
14 | 14 | <h1 class="p-name no-ref" id=title>CSS Font Loading Module Level 3</h1> |
15 | 15 | <h2 class="no-num no-toc no-ref heading settled heading" id=subtitle><span class=content>W3C First Public Working Draft, |
16 | | - <span class=dt-updated><span class=value-title title=20140325>25 March 2014</span></span></span></h2> |
17 | | - <div data-fill-with=spec-metadata><dl><dt>This version:<dd><a class=u-url href=http://www.w3.org/TR/2014/WD-css-font-loading-3-20140325/>http://www.w3.org/TR/2014/WD-css-font-loading-3-20140325/</a><dt>Latest version:<dd><a href=http://w3.org/TR/css-font-loading/>http://w3.org/TR/css-font-loading/</a><dt>Editor’s Draft:<dd><a href=http://dev.w3.org/csswg/css-font-loading/>http://dev.w3.org/csswg/css-font-loading/</a> |
| 16 | + <span class=dt-updated><span class=value-title title=20140328>28 March 2014</span></span></span></h2> |
| 17 | + <div data-fill-with=spec-metadata><dl><dt>This version:<dd><a class=u-url href=http://www.w3.org/TR/2014/WD-css-font-loading-3-20140328/>http://www.w3.org/TR/2014/WD-css-font-loading-3-20140328/</a><dt>Latest version:<dd><a href=http://w3.org/TR/css-font-loading/>http://w3.org/TR/css-font-loading/</a><dt>Editor’s Draft:<dd><a href=http://dev.w3.org/csswg/css-font-loading/>http://dev.w3.org/csswg/css-font-loading/</a> |
18 | 18 | <dt>Feedback:</dt> |
19 | 19 | <dd><a href="mailto:www-style@w3.org?subject=%5Bcss-font-loading%5D%20feedback">www-style@w3.org</a> |
20 | 20 | with subject line |
@@ -171,6 +171,7 @@ <h2 class="heading settled heading" data-level=2 id=fontface-interface><span cla |
171 | 171 | readonly attribute <a data-link-type=idl href=#enumdef-fontfaceloadstatus title=fontfaceloadstatus>FontFaceLoadStatus</a> <a class=idl-code data-global-name="FontFace<interface>/status<attribute>" data-link-for=FontFace data-link-type=attribute href=#dom-fontface-status title=status>status</a>; |
172 | 172 |
|
173 | 173 | <a data-link-type=idl href=#dom-promise title=promise>Promise</a> <a class=idl-code data-global-name="FontFace<interface>/load()<method>" data-link-for=FontFace data-link-type=method href=#dom-fontface-load title=load()>load</a>(); |
| 174 | + attribute <a data-link-type=idl href=#dom-promise title=promise>Promise</a> <a class=idl-code data-global-name="FontFace<interface>/loaded<attribute>" data-link-for=FontFace data-link-type=attribute href=#dom-fontface-loaded title=loaded>loaded</a>; |
174 | 175 | }; |
175 | 176 | </pre> |
176 | 177 | <dl data-dfn-for=FontFace data-dfn-type=attribute> |
@@ -210,6 +211,10 @@ <h2 class="heading settled heading" data-level=2 id=fontface-interface><span cla |
210 | 211 | such as through the <a class=idl-code data-link-for=FontFace data-link-type=method href=#dom-fontface-load title=load()>load()</a> method on <a class=idl-code data-link-type=interface href=#dom-fontface title=fontface>FontFace</a>, |
211 | 212 | or implicitly by the user agent, |
212 | 213 | due to it detecting that the font face is needed to draw some text on the screen. |
| 214 | + |
| 215 | + <dt><dfn class=idl-code data-dfn-for=FontFace data-dfn-type=attribute data-export="" id=dom-fontface-loaded>loaded<a class=self-link href=#dom-fontface-loaded></a></dfn>, of type <a class=idl-code data-link-type=interface href=#dom-promise title=promise>Promise</a> |
| 216 | + <dd> |
| 217 | + This attribute reflects the <a data-link-type=idl href=#dom-fontface-fontstatuspromise title=[fontstatuspromise]>[FontStatusPromise]</a> of the font face. |
213 | 218 | </dl> |
214 | 219 |
|
215 | 220 | <p> All <a class=idl-code data-link-type=interface href=#dom-fontface title=fontface>FontFace</a> objects contain an internal <dfn class=idl-code data-dfn-for=FontFace data-dfn-type=attribute data-export="" id=dom-fontface-fontstatuspromise>[FontStatusPromise]<a class=self-link href=#dom-fontface-fontstatuspromise></a></dfn> attribute, |
@@ -1118,7 +1123,8 @@ <h2 class="no-num no-ref heading settled heading" id=index><span class=content> |
1118 | 1123 | <li>[FontStatusPromise], <a href=#dom-fontface-fontstatuspromise title="section 2">2</a> |
1119 | 1124 | <li>load()<ul><li>method for FontFace, <a href=#dom-fontface-load title="section 2.2">2.2</a> |
1120 | 1125 | <li>method for FontFaceSet, <a href=#dom-fontfaceset-load title="section 3.3">3.3</a> |
1121 | | -</ul><li>[LoadedFonts], <a href=#dom-fontfaceset-loadedfonts title="section 3">3</a> |
| 1126 | +</ul><li>loaded, <a href=#dom-fontface-loaded title="section 2">2</a> |
| 1127 | +<li>[LoadedFonts], <a href=#dom-fontfaceset-loadedfonts title="section 3">3</a> |
1122 | 1128 | <li>loading, <a href=#dom-fontfaceset-loading title="section 3.2">3.2</a> |
1123 | 1129 | <li>loadingdone, <a href=#dom-fontfaceset-loadingdone title="section 3.2">3.2</a> |
1124 | 1130 | <li>loadingerror, <a href=#dom-fontfaceset-loadingerror title="section 3.2">3.2</a> |
|
0 commit comments