Skip to content

Commit 27c8c07

Browse files
committed
[css-font-loading] Forgot a comma.
1 parent ad2d62b commit 27c8c07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

css-font-loading/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ The Constructor</h3>
209209
If the <a>source</a> argument was a <a>DOMString</a>,
210210
parse it according to the grammar of the 'src' descriptor of the CSS ''@font-face'' rule.
211211
If it fails to parse correctly,
212-
reject <var>font face's</var> <a>[<!---->[FontStatusPromise]]</a> with a DOMException named "SyntaxError" exception
212+
reject <var>font face's</var> <a>[<!---->[FontStatusPromise]]</a> with a DOMException named "SyntaxError" exception,
213213
queue a task to set <var>font face’s</var> <a idl for=FontFace>status</a> attribute to "error",
214214
and abort these steps;
215215
otherwise, set <var>font face's</var> internal <a>[<!---->[Urls]]</a> slot to the string.

css-font-loading/Overview.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ <h3 class="heading settled heading" data-level=2.1 id=font-face-constructor><spa
336336
If the <a data-link-type=idl href=#dom-fontfacefontface-source title=source>source</a> argument was a <a data-link-type=idl title=domstring>DOMString</a>,
337337
parse it according to the grammar of the <a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css-fonts-3/#descdef-src title=src>src</a> descriptor of the CSS <a class=css data-link-type=maybe href=http://dev.w3.org/csswg/css-fonts-3/#at-font-face-rule title=@font-face>@font-face</a> rule.
338338
If it fails to parse correctly,
339-
reject <var>font face’s</var> <a data-link-type=idl href=#dom-fontface-fontstatuspromise title=[[fontstatuspromise]]>[[FontStatusPromise]]</a> with a DOMException named "SyntaxError" exception
339+
reject <var>font face’s</var> <a data-link-type=idl href=#dom-fontface-fontstatuspromise title=[[fontstatuspromise]]>[[FontStatusPromise]]</a> with a DOMException named "SyntaxError" exception,
340340
queue a task to set <var>font face’s</var> <a data-link-for=FontFace data-link-type=idl href=#dom-fontface-status title=status>status</a> attribute to "error",
341341
and abort these steps;
342342
otherwise, set <var>font face’s</var> internal <a data-link-type=idl href=#dom-fontface-urls title=[[urls]]>[[Urls]]</a> slot to the string.

0 commit comments

Comments
 (0)