Skip to content

Commit 75ef34b

Browse files
committed
[css-font-loading] Bikeshed fix
--HG-- extra : rebase_source : f949f4ff90e2612af24ec6f8b27387d00e7ca39d
1 parent ab6f655 commit 75ef34b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

css-font-loading/Overview.bs

+3-3
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,8 @@ The Constructor</h3>
203203
Set <var>font face's</var> {{FontFace/status}} attribute to <code>"unloaded"</code>,
204204
Set its internal {{[[FontStatusPromise]]}} slot to a fresh pending {{Promise}} object.
205205

206-
Parse the {{family!argument}} argument,
207-
and the members of the {{descriptors!argument}} argument,
206+
Parse the {{family!!argument}} argument,
207+
and the members of the {{descriptors!!argument}} argument,
208208
according to the grammars of the corresponding descriptors of the CSS ''@font-face'' rule.
209209
If any of them fail to parse correctly,
210210
reject <var>font face's</var> {{[[FontStatusPromise]]}} with a DOMException named "SyntaxError",
@@ -218,7 +218,7 @@ The Constructor</h3>
218218
otherwise,
219219
complete the rest of these steps asynchronously.
220220

221-
2. If the {{source!argument}} argument was a {{DOMString}},
221+
2. If the {{source!!argument}} argument was a {{DOMString}},
222222
parse it according to the grammar of the 'src' descriptor of the CSS ''@font-face'' rule.
223223
If it fails to parse correctly,
224224
reject <var>font face's</var> {{[[FontStatusPromise]]}} with a DOMException named "SyntaxError" exception,

css-font-loading/Overview.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
</p>
5555
<h1 class="p-name no-ref" id=title>CSS Font Loading Module Level 3</h1>
5656
<h2 class="no-num no-toc no-ref heading settled" id=subtitle><span class=content>Editor’s Draft,
57-
<span class=dt-updated><span class=value-title title=20141013>13 October 2014</span></span></span></h2>
57+
<span class=dt-updated><span class=value-title title=20141017>17 October 2014</span></span></span></h2>
5858
<div data-fill-with=spec-metadata><dl><dt>This version:<dd><a class=u-url href=http://dev.w3.org/csswg/css-font-loading/>http://dev.w3.org/csswg/css-font-loading/</a><dt>Latest version:<dd><a href=http://w3.org/TR/css-font-loading/>http://w3.org/TR/css-font-loading/</a><dt>Previous Versions:<dd><a href=http://www.w3.org/TR/2014/WD-css-font-loading-3-20140522/ rel=previous>http://www.w3.org/TR/2014/WD-css-font-loading-3-20140522/</a><dt>Feedback:<dd><span><a href="mailto:www-style@w3.org?subject=[css-font-loading] feedback">www-style@w3.org</a> with subject line “<kbd>[css-font-loading] <var>… message topic …</var></kbd>” (<a href=http://lists.w3.org/Archives/Public/www-style/ rel=discussion>archives</a>)</span><dt>Editor:<dd><div class="p-author h-card vcard"><a class="p-name fn u-url url" href=http://xanthir.com/contact/>Tab Atkins Jr.</a> (<span class="p-org org">Google</span>)</div><dt>Former Editor:<dd><div class="p-author h-card vcard"><a class="p-name fn u-email email" href=mailto:jdaggett@mozilla.com>John Daggett</a> (<span class="p-org org">Mozilla</span>)</div></dl></div>
5959
<div data-fill-with=warning></div>
6060
<p class=copyright data-fill-with=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a> © 2014 <a href=http://www.w3.org/><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a href=http://www.csail.mit.edu/><abbr title="Massachusetts Institute of Technology">MIT</abbr></a>, <a href=http://www.ercim.eu/><abbr title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>, <a href=http://www.keio.ac.jp/>Keio</a>, <a href=http://ev.buaa.edu.cn/>Beihang</a>), All Rights Reserved. W3C <a href=http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer>liability</a>, <a href=http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks>trademark</a> and <a href=http://www.w3.org/Consortium/Legal/copyright-documents>document use</a> rules apply.

0 commit comments

Comments
 (0)