- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Wed, 30 Mar 2022 22:11:49 +0000
- To: public-css-archive@w3.org
Example: say 'margin' had the ability to set all 8 longhands by explciitly naming the edge, like `margin: 20px left, 30px inline-start;`. In this case, left and inline-start would resolve their directions, realize that this is English so they're the same, and 'left' would win because it's physical. The rest of the sides would get reset to 0, with the physical ones reset last (unsure if this would be observable). -- GitHub Notification of comment by tabatkins Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7057#issuecomment-1083682967 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 30 March 2022 22:11:50 UTC