[csswg-drafts] [fx-masking] Example 17 uses to mask-mode: auto but that's not a valid value for mask-mode (#6578)

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

== [fx-masking] Example 17 uses to mask-mode: auto but that's not a valid value for mask-mode ==
https://drafts.fxtf.org/css-masking-1/#the-mask-mode lists the values for `mask-mode` as `alpha`, `luminance` and `match-source`.

However, Example 17, when talking about `mask-type`, has this example:
```
<p style="mask-image: url(#mask); mask-mode: auto;">
  This is the masked content.
</p>
```

I think that `mask-mode` should be `match-source`.

Also Example 17 has some formatting issues.

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


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Friday, 3 September 2021 22:36:17 UTC