File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -228,8 +228,8 @@ The Constructor</h3>
228
228
2. If the {{source!!argument}} argument was a {{DOMString}} ,
229
229
parse it according to the grammar of the 'src' descriptor of the CSS ''@font-face'' rule.
230
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" ,
231
+ queue a task to set <var> font face’ s</var> {{FontFace/status }} attribute to "error"
232
+ and reject <var> font face' s</var> {{[[FontStatusPromise]] }} with a DOMException named "SyntaxError" exception ,
233
233
and abort these steps;
234
234
otherwise, set <var> font face's</var> internal {{[[Urls]]}} slot to the string.
235
235
You can’t perform that action at this time.
0 commit comments