We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b29a55 commit 14f5d0aCopy full SHA for 14f5d0a
css-font-loading/Overview.bs
@@ -228,8 +228,8 @@ The Constructor</h3>
228
2. If the {{source!!argument}} argument was a {{DOMString}},
229
parse it according to the grammar of the 'src' descriptor of the CSS ''@font-face'' rule.
230
If it fails to parse correctly,
231
- reject <var>font face's</var> {{[[FontStatusPromise]]}} with a DOMException named "SyntaxError" exception,
232
- queue a task to set <var>font face’s</var> {{FontFace/status}} attribute to "error",
+ queue a task to set <var>font face’s</var> {{FontFace/status}} attribute to "error"
+ and reject <var>font face's</var> {{[[FontStatusPromise]]}} with a DOMException named "SyntaxError" exception,
233
and abort these steps;
234
otherwise, set <var>font face's</var> internal {{[[Urls]]}} slot to the string.
235
0 commit comments