- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Wed, 17 May 2023 17:49:56 +0000
- To: public-css-archive@w3.org
@fantasai's point is that gradient's `<side-or-corner>` production is consistent with background-position (just stripped down to only the relevant bits), and we should do the same here. With my adjusted production above, this means we'd have: ``` <side-or-corner> = [left | right] || [top | bottom] | [ start | end ]{2} | [ block-start | block-end ] || [ inline-start | inline-end ] ``` -- GitHub Notification of comment by tabatkins Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1724#issuecomment-1551822198 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 17 May 2023 17:49:58 UTC