Skip to content

Commit 59a692d

Browse files
committed
[css-paint-api] Update changes section.
1 parent 24e3bf5 commit 59a692d

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

css-paint-api/Overview.bs

+6-12
Original file line numberDiff line numberDiff line change
@@ -996,18 +996,12 @@ There are no known privacy issues introduced by these features.
996996
Changes {#changes}
997997
==================
998998

999-
Changes since the last publication:
1000-
<ul>
1001-
<li id="change-2018-paint-function-webidl">
1002-
Adding converting the paint function to the WebIDL Function type, instead of just a raw
1003-
javascript function.
1004-
(<a href="https://github.com/w3c/css-houdini-drafts/issues/743">Issue 743</a>)
999+
Changes since the <a href="https://www.w3.org/TR/2018/CR-css-paint-api-1-20180809/">9 August 2018 CR publication</a>:
10051000

1006-
<li id="change-2018-filter-input-properties">
1007-
Added a step to {{registerPaint()}} to filter out unsupported native CSS properties. These now
1008-
do not appear in the {{StylePropertyMapReadOnly}} provided to the paint function.
1009-
(<a href="https://github.com/w3c/css-houdini-drafts/issues/523">Issue 523</a>)
1010-
</ul>
1001+
* Filtered the list of input properties to a paint worklet to be only known or custom properties.
10111002

1012-
A <a href="https://drafts.css-houdini.org/css-paint-api-1/issues-list-2018-04-10">Disposition of Comments</a> is available.
1003+
* Added alpha flag to {{PaintRenderingContext2D}} to control whether the rendering surface is forced opaque or allows transparency.
10131004

1005+
* Fix definition for the size of the output bitmap:
1006+
1007+
> The size of the output bitmap is the <ins>concrete object size of the object it is rendering to</ins> <del>size of the fragment it is rendering</del>.

0 commit comments

Comments
 (0)