Skip to content

Commit ea82e7f

Browse files
committed
[css-paint-api] Add the newly-published Previous Version.
1 parent 215b04e commit ea82e7f

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
@@ -4,7 +4,8 @@ Status: ED
44
Group: houdini
55
ED: https://drafts.css-houdini.org/css-paint-api-1/
66
TR: http://www.w3.org/TR/css-paint-api-1/
7-
Previous Version: http://www.w3.org/TR/2016/WD-css-paint-api-1-20160607/
7+
Previous Version: https://www.w3.org/TR/2018/WD-css-paint-api-1-20180410/
8+
Previous Version: https://www.w3.org/TR/2016/WD-css-paint-api-1-20160607/
89
Shortname: css-paint-api
910
Level: 1
1011
Abstract:
@@ -600,7 +601,7 @@ When the user agent wants to <dfn>invoke a paint callback</dfn> given |name|, |i
600601
8. Let |renderingContext| be the result of <a>create a PaintRenderingContext2D object</a> given:
601602
- "width" - The width given by |concreteObjectSize|.
602603
- "height" - The height given by |concreteObjectSize|.
603-
- "paintRenderingContext2DSettings" - The
604+
- "paintRenderingContext2DSettings" - The
604605
<a for="paint definition">PaintRenderingContext2DSettings object</a> given by |definition|.
605606

606607
Note: The |renderingContext| is not be re-used between invocations of paint. Implicitly this

0 commit comments

Comments
 (0)