|
54 | 54 | </p> |
55 | 55 | <h1 class="p-name no-ref" id=title>CSS Font Loading Module Level 3</h1> |
56 | 56 | <h2 class="no-num no-toc no-ref heading settled heading" id=subtitle><span class=content>Editor’s Draft, |
57 | | - <span class=dt-updated><span class=value-title title=20140627>27 June 2014</span></span></span></h2> |
| 57 | + <span class=dt-updated><span class=value-title title=20140630>30 June 2014</span></span></span></h2> |
58 | 58 | <div data-fill-with=spec-metadata><dl> |
59 | 59 | <dt>This version: |
60 | 60 | <dd><a class=u-url href=http://dev.w3.org/csswg/css-font-loading/>http://dev.w3.org/csswg/css-font-loading/</a> |
@@ -178,6 +178,15 @@ <h2 class="heading settled heading" data-level=1 id=introduction><span class=sec |
178 | 178 | It also provides methods to track the loading status of an individual font, |
179 | 179 | or of all the fonts on an entire page.</p> |
180 | 180 |
|
| 181 | +<p class=issue id=issue-531209c4><a class=self-link href=#issue-531209c4></a>Several things in this spec use normal ES objects to define behavior, |
| 182 | + such as various things using Promises internally, |
| 183 | + and FontFaceSet using a Set internally. |
| 184 | + I believe the intention here is that these objects |
| 185 | + (and their prototype chains) are pristine, |
| 186 | + unaffected by anything the author has done. |
| 187 | + Is this a good intention? |
| 188 | + If so, how should I indicate this in the spec?</p> |
| 189 | + |
181 | 190 | <h3 class="heading settled heading" data-level=1.1 id=values><span class=secno>1.1 </span><span class=content> |
182 | 191 | Values</span><a class=self-link href=#values></a></h3> |
183 | 192 |
|
@@ -1338,7 +1347,16 @@ <h2 class="no-num no-ref heading settled heading" id=property-index><span class= |
1338 | 1347 | <div data-fill-with=property-index><p>No properties defined.</div> |
1339 | 1348 |
|
1340 | 1349 |
|
1341 | | -<h2 class="no-num heading settled" id=issues-index><span class=content>Issues Index</span><a class=self-link href=#issues-index></a></h2><div style="counter-reset: issue"><div class=issue>Need to define the base url, |
| 1350 | +<h2 class="no-num heading settled" id=issues-index><span class=content>Issues Index</span><a class=self-link href=#issues-index></a></h2><div style="counter-reset: issue"><div class=issue>Several things in this spec use normal ES objects to define behavior, |
| 1351 | + such as various things using Promises internally, |
| 1352 | + and FontFaceSet using a Set internally. |
| 1353 | + I believe the intention here is that these objects |
| 1354 | + (and their prototype chains) are pristine, |
| 1355 | + unaffected by anything the author has done. |
| 1356 | + Is this a good intention? |
| 1357 | + If so, how should I indicate this in the spec?<a href=#issue-531209c4> ↵ </a></div> |
| 1358 | + |
| 1359 | +<div class=issue>Need to define the base url, |
1342 | 1360 | so relative urls can resolve. |
1343 | 1361 | Should it be the url of the document? |
1344 | 1362 | Is that correct for workers too, |
|
0 commit comments