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

Concerns:

 - Backgrounds L4 says that `background-position: start end` expands to `background-position-inline: start; background-position-block: end`.

   That's inconsistent with `border-start-end-radius` referring to corner between the block-start and inline-end sides.
   So I would say that both for `background-position` and `linear-gradient` should be aligned with logical border radius.

 - The grammar above allows both `start start` and `block-start inline-start`, which are exact synonyms.
   I don't see a strong reason to do that, and if we do, we should define if one maps to the other at specified/computed value time, or if they just happen to behave the same.

-- 
GitHub Notification of comment by Loirooriol
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1724#issuecomment-1551932262 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 19:21:53 UTC