Skip to content

Commit 7da7eac

Browse files
xfqtabatkins
authored andcommitted
[css-font-loading] Bikeshed fix (w3c#1218)
1 parent ab8c431 commit 7da7eac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-font-loading/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Previous Version: https://www.w3.org/TR/2014/WD-css-font-loading-3-20140522/
1212
Editor: Tab Atkins Jr., Google, http://xanthir.com/contact/
1313
Former Editor: John Daggett, Mozilla, jdaggett@mozilla.com
1414
Abstract: This CSS module describes events and interfaces used for dynamically loading font resources.
15-
Link Defaults: css-fonts-3 (descriptor) src, dom (interface) Event, typedarray (interface) ArrayBuffer/ArrayBufferView
15+
Link Defaults: css-fonts-3 (descriptor) src, dom (interface) Event
1616
Ignored Terms: EventHandler, InvalidModificationError, WorkerGlobalScope, CanvasProxy, Document, add(), src
1717
</pre>
1818

@@ -202,7 +202,7 @@ The Constructor</h3>
202202

203203
A {{FontFace}} can be constructed either
204204
from a URL pointing to a font face file,
205-
or from an ArrayBuffer (or ArrayBufferView) containing the binary representation of a font face.
205+
or from an {{ArrayBuffer}} (or {{ArrayBufferView}}) containing the binary representation of a font face.
206206

207207
When the <dfn constructor lt='FontFace()' for=FontFace>FontFace</dfn>(
208208
<span dfn-for="FontFace/FontFace(family, source, descriptors)">

0 commit comments

Comments
 (0)