File tree 2 files changed +8
-14
lines changed
2 files changed +8
-14
lines changed Original file line number Diff line number Diff line change @@ -224,8 +224,7 @@ The Constructor</h3>
224
224
Attempt to parse the data in it as a font.
225
225
When this is completed,
226
226
successfully or not,
227
- await a stable state,
228
- then run the following steps synchronously:
227
+ queue a task to run the following steps synchronously:
229
228
230
229
<ol>
231
230
<li>
@@ -294,8 +293,7 @@ The <code>load()</code> method</h3>
294
293
<li>
295
294
When the load operation completes,
296
295
successfully or not,
297
- await a stable state,
298
- then run the following steps synchronously:
296
+ queue a task to run the following steps synchronously:
299
297
300
298
<ol>
301
299
<li>
@@ -698,8 +696,7 @@ The <code>load()</code> method</h3>
698
696
and terminate these steps.
699
697
700
698
<li>
701
- Await a stable state,
702
- then run the following steps synchronously:
699
+ Queue a task to run the following steps synchronously:
703
700
704
701
<ol>
705
702
<li>
@@ -1030,7 +1027,7 @@ API Examples</h2>
1030
1027
1031
1028
<ol>
1032
1029
<li>
1033
- Corrected the async algorithms to use "await a stable state " language,
1030
+ Corrected the async algorithms to use "queue a task " language,
1034
1031
to ensure that side-effect timing is well-defined.
1035
1032
</ol>
1036
1033
Original file line number Diff line number Diff line change @@ -352,8 +352,7 @@ <h3 class="heading settled heading" data-level=2.1 id=font-face-constructor><spa
352
352
Attempt to parse the data in it as a font.
353
353
When this is completed,
354
354
successfully or not,
355
- await a stable state,
356
- then run the following steps synchronously:
355
+ queue a task to run the following steps synchronously:
357
356
358
357
< ol >
359
358
< li >
@@ -414,8 +413,7 @@ <h3 class="heading settled heading" data-level=2.2 id=font-face-load><span class
414
413
< li >
415
414
When the load operation completes,
416
415
successfully or not,
417
- await a stable state,
418
- then run the following steps synchronously:
416
+ queue a task to run the following steps synchronously:
419
417
420
418
< ol >
421
419
< li >
@@ -795,8 +793,7 @@ <h3 class="heading settled heading" data-level=3.3 id=font-face-set-load><span c
795
793
and terminate these steps.
796
794
797
795
< li >
798
- Await a stable state,
799
- then run the following steps synchronously:
796
+ Queue a task to run the following steps synchronously:
800
797
801
798
< ol >
802
799
< li >
@@ -1086,7 +1083,7 @@ <h2 class="no-num heading settled heading" id=changes><span class=content>Change
1086
1083
1087
1084
< ol >
1088
1085
< li >
1089
- Corrected the async algorithms to use "await a stable state " language,
1086
+ Corrected the async algorithms to use "queue a task " language,
1090
1087
to ensure that side-effect timing is well-defined.
1091
1088
</ ol >
1092
1089
You can’t perform that action at this time.
0 commit comments