[css-houdini-drafts] registerPaint() inputProperties is unsafe

annevk has just created a new issue for 
https://github.com/w3c/css-houdini-drafts:

== registerPaint() inputProperties is unsafe ==
>From @bzbarsky: 'The thing stored as value in the "paint name to paint
 image definition map" is a JS array. Later things are gotten from it.
 This is not an idempotent operation, or a side-effect-free one. And 
the getting happens on a different thread from the one the array 
exists on. A snapshot should be used instead and it probably needs to 
accept any iterable, not just an array.'

Please view or discuss this issue at 
https://github.com/w3c/css-houdini-drafts/issues/233 using your GitHub
 account

Received on Wednesday, 22 June 2016 13:30:55 UTC