Re: [csswg-drafts] [css-logical][css-images] flow-relative gradients (#1724)

@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