- From: Guillaume via GitHub <sysbot+gh@w3.org>
- Date: Tue, 30 Aug 2022 07:33:12 +0000
- To: public-fxtf-archive@w3.org
cdoublev has just created a new issue for https://github.com/w3c/fxtf-drafts: == [css-masking-1] Disallow trailing slashes in `mask-border` == I propose to disallow trailing slashes in [`mask-border`](https://drafts.fxtf.org/css-masking-1/#propdef-mask-border), for the same reason it was [disallowed in `border-image`](https://github.com/w3c/csswg-drafts/commit/798cf615622b6bf122cc6b365f2f96851f0daff5). ```diff - <'mask-border-source'> || <'mask-border-slice'> [ / <'mask-border-width'>? [ / <'mask-border-outset'> ]? ]? || <'mask-border-repeat'> || <'mask-border-mode'> + <'mask-border-source'> || <'mask-border-slice'> [ / <'mask-border-width'> | / <'mask-border-width'>? / <'mask-border-outset'> ]? || <'mask-border-repeat'> || <'mask-border-mode'> ``` Please view or discuss this issue at https://github.com/w3c/fxtf-drafts/issues/467 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 30 August 2022 07:33:14 UTC