- From: fantasai via GitHub <sysbot+gh@w3.org>
- Date: Fri, 19 Jul 2019 23:48:34 +0000
- To: public-css-archive@w3.org
@krit You'll need to update css-masking with something like the following:
```
This property sets the mask layer image of an element. Where:
<mask-reference> = none | <image> | <url>
<image>
(define image handling here)
<url>
An [=ambiguous image URL=],
possibly referencing a <{mask}> element.
If it references a <{mask}>,
(mask handling here);
otherwise,
it's treated as <<image>>, above.
```
--
GitHub Notification of comment by fantasai
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/383#issuecomment-513413559 using your GitHub account
Received on Friday, 19 July 2019 23:48:35 UTC