Re: CSS Masking

For the 'mask' property, did you mean for the <mask-type> to apply to
both ways of specifying a mask?  Right now it only applies to the
webkit way.

As well, you can simplify the webkit syntax by using the # multiplier.

Assuming I'm right about the previous, then, the grammar can be written as:

[ <mask-source> | <mask-layer># ] <mask-type>?

~TJ

Received on Sunday, 12 August 2012 05:57:41 UTC