[css-houdini-drafts] [css-paint-api] Add "alpha" as an option.

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

== [css-paint-api] Add "alpha" as an option. ==
Syntax...

```js
registerPaint('foo', class {
  static get alpha() { return true; }

  paint() { }
});
```

This is similar to CRC2D alpha context option. If true the backdrop of
 the rendering context is transparent, if false (default) the backdrop
 is opaque.

An opaque backdrop may prevent loading occluded images, or simplify 
drawing operations.

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

Received on Monday, 13 June 2016 22:08:49 UTC