@@ -253,11 +253,11 @@ called, the user agent <em>must</em> run the following steps:
253
253
254
254
20. Let |definition| be a new <a>paint definition</a> with:
255
255
256
- - <a> class constructor</a> being |paintCtor|.
256
+ - [=paint definition/ class constructor=] being |paintCtor|.
257
257
258
258
- <a>paint function</a> being |paint|.
259
259
260
- - <a> constructor valid flag</a> being <b> true</b> .
260
+ - [=paint definition/ constructor valid flag=] being <b> true</b> .
261
261
262
262
- <a for="paint definition">input properties</a> being |inputProperties|.
263
263
@@ -586,15 +586,16 @@ When the user agent wants to <dfn>invoke a paint callback</dfn> given |name|, |i
586
586
5. Let |paintInstance| be the result of <a>get</a> |paintClassInstanceMap|[|name] |. If
587
587
|paintInstance| is null, run the following steps:
588
588
589
- 1. If the <a> constructor valid flag</a> on |definition| is false, let the image output be an
589
+ 1. If the [=paint definition/ constructor valid flag=] on |definition| is false, let the image output be an
590
590
<a>invalid image</a> and abort all these steps.
591
591
592
- 2. Let |paintCtor| be the <a> class constructor</a> on |definition|.
592
+ 2. Let |paintCtor| be the [=paint definition/ class constructor=] on |definition|.
593
593
594
594
3. Let |paintInstance| be the result of <a>Construct</a> (|paintCtor|).
595
595
596
- If <a>construct</a> throws an exception, set the |definition|'s <a>constructor valid
597
- flag</a> to false, let the image output be an <a>invalid image</a> and abort all these
596
+ If <a>construct</a> throws an exception,
597
+ set the |definition|'s [=paint definition/constructor valid flag=] to false,
598
+ let the image output be an <a>invalid image</a> and abort all these
598
599
steps.
599
600
600
601
4. <a for=map>Set</a> |paintClassInstanceMap|[|name|] to |paintInstance|.
0 commit comments