Skip to content

Commit 1b83117

Browse files
committed
[css-font-loading] bikeshed fixes
--HG-- extra : rebase_source : ddff4dfdb9b01e8fa2ed3c073f860d043a48f14d
1 parent 959cae2 commit 1b83117

File tree

2 files changed

+141
-29
lines changed

2 files changed

+141
-29
lines changed

css-font-loading/Overview.bs

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Previous Version: http://www.w3.org/TR/2014/WD-css-font-loading-3-20140522/
1111
Editor: Tab Atkins Jr., Google, http://xanthir.com/contact/
1212
Former Editor: John Daggett, Mozilla, jdaggett@mozilla.com
1313
Abstract: This CSS module describes events and interfaces used for dynamically loading font resources.
14-
Link Defaults: css-fonts-3 (descriptor) src, dom-core-ls (interface) event
15-
Ignored Terms: domstring, eventinit, cssfontfacerule, eventtarget, workerglobalscope, document, canvasproxy, iterator, unsigned long, set, src
14+
Link Defaults: css-fonts-3 (descriptor) src, dom-core-ls (interface) event, typedarray (interface) arraybuffer/arraybufferview
15+
Ignored Terms: domstring, eventinit, cssfontfacerule, eventtarget, workerglobalscope, document, canvasproxy, iterator, unsigned long, set, src, iterator behavior
1616
</pre>
1717

1818
<h2 id="introduction">
@@ -87,7 +87,7 @@ The <code>FontFace</code> Interface</h2>
8787
enum FontFaceLoadStatus { "unloaded", "loading", "loaded", "error" };
8888

8989
[Constructor(DOMString family, (DOMString or BinaryData) source,
90-
optional FontFaceDescriptors descriptors),
90+
optional FontFaceDescriptors descriptors),
9191
Exposed=Window,Worker]
9292
interface FontFace {
9393
attribute DOMString family;

0 commit comments

Comments
 (0)