Skip to content

Commit 0060f1b

Browse files
committed
[css-paint-api] Added changes list.
1 parent 16ba59d commit 0060f1b

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

css-paint-api/Overview.bs

+17
Original file line numberDiff line numberDiff line change
@@ -1001,3 +1001,20 @@ Privacy Considerations {#privacy-considerations}
10011001
================================================
10021002

10031003
There are no known privacy issues introduced by these features.
1004+
1005+
Changes {#changes}
1006+
==================
1007+
1008+
Changes since the last publication:
1009+
<ul>
1010+
<li id="change-2018-paint-function-webidl">
1011+
Adding converting the paint function to the WebIDL Function type, instead of just a raw
1012+
javascript function.
1013+
(<a href="https://github.com/w3c/css-houdini-drafts/issues/743">Issue 743</a>)
1014+
1015+
<li id="change-2018-filter-input-properties">
1016+
Added a step to {{registerPaint()}} to filter out unsupported native CSS properties. These now
1017+
do not appear in the {{StylePropertyMapReadOnly}} provided to the paint function.
1018+
(<a href="https://github.com/w3c/css-houdini-drafts/issues/523">Issue 523</a>)
1019+
</ul>
1020+

0 commit comments

Comments
 (0)