Skip to content

Commit 6dc65e4

Browse files
committed
[css-font-loading] Remove the 'font load' term, as it's no longer necessary.
1 parent c2fb2a3 commit 6dc65e4

2 files changed

Lines changed: 2 additions & 19 deletions

File tree

css-font-loading/Overview.bs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -314,14 +314,6 @@ The <code>FontFaceSet</code> Interface</h2>
314314
Authors can use the events and methods defined here to allow greater control over actions
315315
that are dependent upon the availability of specific fonts.
316316

317-
The term <dfn>font load</dfn> indicates when the
318-
loading of content for a given <a interface>FontFace</a> object completes.
319-
A <a interface>FontFace</a> object may list multiple alternate resources
320-
within its <a attribute>[Urls]</a> attribute,
321-
including references to local fonts,
322-
but the term font load only refers to the loading of the finally selected resource for a given <a interface>FontFace</a>,
323-
not to the loading of each individual resource.
324-
325317
There are <dfn>no pending font loads</dfn> whenever all of the following are true:
326318

327319
<ul>

css-font-loading/Overview.html

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
</p>
1414
<h1 class="p-name no-ref" id=title>CSS Font Loading Module Level 3</h1>
1515
<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=20140304>4 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-20140304/>http://www.w3.org/TR/2014/WD-css-font-loading-3-20140304/</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=20140305>5 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-20140305/>http://www.w3.org/TR/2014/WD-css-font-loading-3-20140305/</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>
1818
<dt>Feedback:</dt>
1919
<dd><a href="mailto:www-style@w3.org?subject=%5Bcss-font-loading%5D%20feedback">www-style@w3.org</a>
2020
with subject line
@@ -407,14 +407,6 @@ <h2 class="heading settled heading" data-level=3 id=FontFaceSet-interface><span
407407
Authors can use the events and methods defined here to allow greater control over actions
408408
that are dependent upon the availability of specific fonts.
409409

410-
<p> The term <dfn data-dfn-type=dfn data-noexport="" id=font-load>font load<a class=self-link href=#font-load></a></dfn> indicates when the
411-
loading of content for a given <a class=idl-code data-link-type=interface href=#dom-fontface title=fontface>FontFace</a> object completes.
412-
A <a class=idl-code data-link-type=interface href=#dom-fontface title=fontface>FontFace</a> object may list multiple alternate resources
413-
within its <a class=idl-code data-link-type=attribute href=#dom-fontface-urls title=[urls]>[Urls]</a> attribute,
414-
including references to local fonts,
415-
but the term font load only refers to the loading of the finally selected resource for a given <a class=idl-code data-link-type=interface href=#dom-fontface title=fontface>FontFace</a>,
416-
not to the loading of each individual resource.
417-
418410
<p> There are <dfn data-dfn-type=dfn data-noexport="" id=no-pending-font-loads>no pending font loads<a class=self-link href=#no-pending-font-loads></a></dfn> whenever all of the following are true:
419411

420412
<p> <ul>
@@ -1063,7 +1055,6 @@ <h2 class="no-num no-ref heading settled heading" id=index><span class=content>
10631055
</ul><li>FontFaceSet, <a href=#dom-fontfaceset title="section 3">3</a>
10641056
<li>FontFaceSetLoadStatus, <a href=#enumdef-fontfacesetloadstatus title="section 3">3</a>
10651057
<li>FontFaceSource, <a href=#dom-fontfacesource title="section 4">4</a>
1066-
<li>font load, <a href=#font-load title="section 3">3</a>
10671058
<li>fonts, <a href=#dom-fontfacesource-fonts title="section 4">4</a>
10681059
<li>font source, <a href=#font-source title="section 4">4</a>
10691060
<li>[FontStatusPromise], <a href=#dom-fontface-fontstatuspromise title="section 2">2</a>

0 commit comments

Comments
 (0)