- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
- Date: Thu, 29 Jul 2021 03:56:39 +0000
- To: public-css-archive@w3.org
Note we already have a precedent for referring to logical box corners: `start-start`, `start-end`, `end-start`, `end-end` (https://drafts.csswg.org/css-logical/#border-radius-properties). So to be consistent, the syntax should maybe be ``` <side-or-corner> = [ [left | right] || [top | bottom] ] | <logical-side> | <logical-corner> <logical-side> = inline-start | inline-end | block-start | block-end <logical-corner> = start-start | start-end | end-start | end-end ``` -- GitHub Notification of comment by Loirooriol Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1724#issuecomment-888780958 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 29 July 2021 03:56:41 UTC