Re: [csswg-drafts] [css-images][css-masking][paint] Ambiguities in handling url() (#383)

@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