Re: [css-houdini-drafts] [css-paint-api]: APIs not exposed in Worklets

The big thing we want to avoid is requiring the CSS parser to be active in worklets; we don't have a thread-safe version yet.

Luckily, we've moved away from the parsing-based constructors anyway; they're all factory methods now, and *can* be individually marked as not exposed.  The only thing that does parsing is for URLs, and Chrome definitely has a thread-safe URL parser (needed for workers of all kinds), and I assume everyone else does too.

-- 
GitHub Notification of comment by tabatkins
Please view or discuss this issue at https://github.com/w3c/css-houdini-drafts/issues/237#issuecomment-318208451 using your GitHub account

Received on Wednesday, 26 July 2017 23:04:47 UTC