[css-houdini-drafts] Pull Request: [css-paint-api] Adds paint function arguments.

tabatkins has just labeled a pull request from bfgeek for 
https://github.com/w3c/css-houdini-drafts as "ready":

== [css-paint-api] Adds paint function arguments. ==
E.g.

registerPaint('foo', class {
    static get inputArguments() { return ['<length>']; }

    paint(ctx, size, styleMap, arguments) {

    }
});

Fixes #100.

See https://github.com/w3c/css-houdini-drafts/pull/337

Received on Thursday, 5 January 2017 11:35:37 UTC