Skip to content

Commit aec4a6f

Browse files
committed
[css-paint-api] Fix 'Invoke' link and refer to github tc39 spec.
1 parent bff5738 commit aec4a6f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

css-paint-api/Overview.bs

+3-2
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ urlPrefix: https://html.spec.whatwg.org/multipage/scripting.html; type: dfn;
2828
text: output bitmap
2929
text: set bitmap dimensions
3030
url: concept-canvas-alpha; text: alpha
31-
urlPrefix: http://www.ecma-international.org/ecma-262/6.0/#sec-; type: dfn;
31+
urlPrefix: https://tc39.github.io/ecma262/#sec-; type: dfn;
3232
text: constructor
3333
text: Construct
34+
text: Invoke
3435
text: IsArray
3536
text: IsCallable
3637
text: IsConstructor
@@ -398,7 +399,7 @@ following steps:
398399
|concreteObjectSize|.
399400

400401
11. Perform <a>Invoke</a>(|paintInstance|, "paint", [|renderingContext|, |paintSize|,
401-
|styleMap|).
402+
|styleMap|]).
402403

403404
12. The image output is to be produced from the |renderingContext| given to the method.
404405

0 commit comments

Comments
 (0)