You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-font-loading/Overview.bs
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -131,7 +131,7 @@ The Constructor</h3>
131
131
from a URL pointing to a font face file,
132
132
or from an ArrayBuffer (or ArrayBufferView) containing the binary representation of a font face.
133
133
134
-
When the <dfn method title='FontFace()' link-type=idl for=FontFace>FontFace(DOMString <dfn argument>family</dfn>, (DOMString or <a>BinaryData</a>) <dfn argument>source</dfn>, <a>FontFaceDescriptors</a><dfn argument>descriptors</dfn>)</dfn> method is called,
134
+
When the <dfn method title='FontFace()' for=FontFace>FontFace</dfn>(DOMString <dfn argument for="FontFace/FontFace()">family</dfn>, (DOMString or <a idl>BinaryData</a>) <dfn argument for="FontFace/FontFace()">source</dfn>, <a idl>FontFaceDescriptors</a><dfn argument for="FontFace/FontFace()">descriptors</dfn>) method is called,
135
135
execute these steps:
136
136
137
137
<ol link-type=idl>
@@ -561,7 +561,7 @@ The <code>load()</code> method</h3>
561
561
which is fulfilled when all of the fonts are loaded and ready to be used,
562
562
or rejected if any font failed to load properly.
563
563
564
-
When the <dfn method for="FontFaceSet">load(<dfn argument>font</dfn>, <dfn argument>text</dfn>)</dfn> method is called,
564
+
When the <dfn method for="FontFaceSet" title="load()">load</dfn>(<dfn argument for="FontFaceSet/load()">font</dfn>, <dfn argument for="FontFaceSet/load()">text</dfn>) method is called,
565
565
execute these steps:
566
566
567
567
<ol>
@@ -599,7 +599,7 @@ The <code>check()</code> method</h3>
599
599
it returns true;
600
600
otherwise, it returns false.
601
601
602
-
When the <dfn method for="FontFaceSet">check(<dfn argument>font</dfn>, <dfn argument>text</dfn>)</dfn> method is called,
602
+
When the <dfn method for="FontFaceSet" title="check()">check</dfn>(<dfn argument for="FontFaceSet/check()">font</dfn>, <dfn argument for="FontFaceSet/check()">text</dfn>) method is called,
0 commit comments