Skip to content

Commit 23b0509

Browse files
committed
[css-font-loading] Use proper shortcut syntax for section links.
1 parent 01da8b2 commit 23b0509

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

css-font-loading/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ The <code>FontFaceSet</code> Interface</h2>
439439
<dd>
440440
This attribute reflects the {{FontFaceSet}}'s {{[[ReadyPromise]]}} slot.
441441

442-
See <a section href="#font-face-set-ready"></a> for more details on this {{Promise}} and its use.
442+
See [[#font-face-set-ready]] for more details on this {{Promise}} and its use.
443443

444444
<dt><dfn>size</dfn> <span attribute-info for=FontFaceSet/size></span>
445445
<dd>
@@ -496,15 +496,15 @@ The <code>FontFaceSet</code> Interface</h2>
496496
which is initialized to a fresh pending {{Promise}},
497497
and a <dfn attribute for=FontFaceSet>\[[ContainedFonts]]</dfn> slot,
498498
which is initialized by the <a constructor title="FontFaceSet()">FontFaceSet constructor</a> to a {{Set}} object
499-
(though see <a section href="#document-font-face-set"></a> for information on how the Set may be pre-filled
499+
(though see [[#document-font-face-set]] for information on how the Set may be pre-filled
500500
for {{FontFaceSet}} objects created by the user agent).
501501

502502
Because font families are loaded only when they are used,
503503
content sometimes needs to understand when the loading of fonts occurs.
504504
Authors can use the events and methods defined here to allow greater control over actions
505505
that are dependent upon the availability of specific fonts.
506506

507-
There are <dfn>no pending font loads</dfn> whenever all of the following are true:
507+
There are <dfn>no pending font loads</dfn> for a given {{FontFaceSet}} whenever all of the following are true:
508508

509509
<ul>
510510
<li>

css-font-loading/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ <h2 class="heading settled" data-level=3 id=FontFaceSet-interface><span class=se
573573
Authors can use the events and methods defined here to allow greater control over actions
574574
that are dependent upon the availability of specific fonts.</p>
575575

576-
<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:</p>
576+
<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> for a given <code class=idl><a data-link-type=idl href=#dom-fontfaceset title=FontFaceSet>FontFaceSet</a></code> whenever all of the following are true:</p>
577577

578578
<ul>
579579
<li>

0 commit comments

Comments
 (0)