- From: jsnkuhn via GitHub <sysbot+gh@w3.org>
- Date: Tue, 21 Sep 2021 14:12:12 +0000
- To: public-css-archive@w3.org
stumbled on this completely by accident: in the definition for `border-image-slice` there is a reference to corners and edges. >This property specifies inward offsets from the top, right, bottom, and left edges of the image, dividing it into nine regions: four corners, four edges and a middle. so we have `border` that refers to the stroke all the way around the element, `corners` referring to just the... corners and `edges` is used to refer to everything that's not a corner i guess. https://drafts.csswg.org/css-backgrounds-3/#border-image-slice So would that mean we'd need matching `edge-` properties to go with `corner-` properties. All of which would over write the existing umbrella `border-` properties? -- GitHub Notification of comment by jsnkuhn Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6521#issuecomment-924029570 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 21 September 2021 14:12:14 UTC