Re: [csswg-drafts] [css-logical] Flow-relative syntax for `margin`-like shorthands (#1282)

What about using a slash `/` to indicate logical properties? In other words,
```less
margin: 1px 2px 3px 4px;   // top, right, bottom, left (respectively)
margin: 1px 2px / 3px 4px; // block-start, block-end, inline-start, inline-end (respectively)
```

-- 
GitHub Notification of comment by chharvey
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1282#issuecomment-1105401257 using your GitHub account


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

Received on Thursday, 21 April 2022 15:46:22 UTC