Skip to content

Commit cc86619

Browse files
committed
[css-font-loading] Add issue about the FontFaceSet status promise.
1 parent b71b85a commit cc86619

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

css-font-loading/Overview.bs

+4
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,10 @@ The <code>FontFaceSet</code> Interface</h2>
466466
If any of the above conditions are false,
467467
there are <dfn>possibly pending font loads</dfn>.
468468

469+
Issue: The above is wrong; it assumes that you're only asking about the <a>font source</a>.
470+
The <a idl for=FontFaceSet>status</a> promise needs to pay attention to what <a idl>FontFaceSet</a> it's attached to.
471+
I guess only the <a>font source's</a> <a idl for=FontFaceSet>status</a> promise should care about pending layout operations.
472+
469473
<h3 id='set-modifications'>
470474
Modifications of normal Set methods</h3>
471475

css-font-loading/Overview.html

+11-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,8 @@ <h2 class="no-num no-toc no-ref heading settled heading" id=contents><span class
153153
<li><a href=#normative><span class=secno></span> Normative References</a>
154154
<li><a href=#informative><span class=secno></span> Informative References</a></ul>
155155
<li><a href=#index><span class=secno></span> Index</a>
156-
<li><a href=#property-index><span class=secno></span> Property index</a></ul></div>
156+
<li><a href=#property-index><span class=secno></span> Property index</a>
157+
<li><a href=#issues-index><span class=secno></span> Issues Index</a></ul></div>
157158

158159

159160

@@ -578,6 +579,10 @@ <h2 class="heading settled heading" data-level=3 id=FontFaceSet-interface><span
578579
<p>If any of the above conditions are false,
579580
there are <dfn data-dfn-type=dfn data-noexport="" id=possibly-pending-font-loads>possibly pending font loads<a class=self-link href=#possibly-pending-font-loads></a></dfn>.</p>
580581

582+
<p class=issue id=issue-bf2e5cbe><a class=self-link href=#issue-bf2e5cbe></a>The above is wrong; it assumes that you’re only asking about the <a data-link-type=dfn href=#font-source title="font source">font source</a>.
583+
The <a data-link-for=FontFaceSet data-link-type=idl href=#dom-fontfaceset-status title=status>status</a> promise needs to pay attention to what <a data-link-type=idl href=#dom-fontfaceset title=fontfaceset>FontFaceSet</a> it’s attached to.
584+
I guess only the <a data-link-type=dfn href=#font-source title="font source’s">font source’s</a> <a data-link-for=FontFaceSet data-link-type=idl href=#dom-fontfaceset-status title=status>status</a> promise should care about pending layout operations.</p>
585+
581586
<h3 class="heading settled heading" data-level=3.1 id=set-modifications><span class=secno>3.1 </span><span class=content>
582587
Modifications of normal Set methods</span><a class=self-link href=#set-modifications></a></h3>
583588

@@ -1312,3 +1317,8 @@ <h2 class="no-num no-ref heading settled heading" id=property-index><span class=
13121317
<div data-fill-with=property-index><p>No properties defined.</div>
13131318

13141319

1320+
<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>The above is wrong; it assumes that you’re only asking about the <a data-link-type=dfn href=#font-source title="font source">font source</a>.
1321+
The <a data-link-for=FontFaceSet data-link-type=idl href=#dom-fontfaceset-status title=status>status</a> promise needs to pay attention to what <a data-link-type=idl href=#dom-fontfaceset title=fontfaceset>FontFaceSet</a> it’s attached to.
1322+
I guess only the <a data-link-type=dfn href=#font-source title="font source’s">font source’s</a> <a data-link-for=FontFaceSet data-link-type=idl href=#dom-fontfaceset-status title=status>status</a> promise should care about pending layout operations.<a href=#issue-bf2e5cbe></a></div>
1323+
1324+
</div>

0 commit comments

Comments
 (0)