[fxtf-drafts] [css-masking] definition of mask-type ignores mask-mode

dbaron has just created a new issue for https://github.com/w3c/fxtf-drafts:

== [css-masking] definition of mask-type ignores mask-mode ==
The [definition of `mask-mode: match-source`](https://drafts.fxtf.org/css-masking-1/#the-mask-mode) says:
> If the <mask-reference> of the mask-image property is of type <mask-source> the luminance values of the mask layer image should be used as the mask values.

This, however, ignores the [`mask-type` property](https://drafts.fxtf.org/css-masking-1/#the-mask-type), which changes what a <mask> element's default behavior is.

I believe it should instead say that in this case (`mask-mode: match-source` on a `mask-image` of type <mask-source>) the <mask> element's `mask-type` property should be used.

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

Received on Friday, 14 April 2017 23:45:29 UTC