- From: Domenic Denicola via GitHub <sysbot+gh@w3.org>
- Date: Wed, 07 Sep 2016 17:09:21 +0000
- To: public-houdini-archive@w3.org
domenic has just created a new issue for https://github.com/w3c/css-houdini-drafts: == [css-paint-api-1] "This is how the class should look" is confusing == Web developers don't generally understand Web IDL. And implementers aren't going to be implementing this callback interface. This is confusing to both groups. I'd suggest replacing it with a JavaScript example for web developers, e.g. ```js class PaintClass { static get inputProperties() { return []; } paint(ctx, geom, inputProperties) { /* ... */ } } ``` Please view or discuss this issue at https://github.com/w3c/css-houdini-drafts/issues/288 using your GitHub account
Received on Wednesday, 7 September 2016 17:09:32 UTC