Re: [csswg-drafts] [css-borders-4] Rename `border-clip-<side>` to `border-<side>-clip`? (#9252)

I am not aware of the discussions that have taken place about `border-<side>-radius` rather than `border-radius-<side>`, whereas there is no relationship with `border-<side>`.

Assuming this syntax would be valid in the future...:

```css
.box {
  border: {
    color: green;
    clip: 10px 1fr;
    top: {
      clip: normal;
      color: red;
    }
  }
}
```

... I do not have a clear idea on how shorthand expansion would work, but the order of the components in `border-<side>-<feature>` would not matter. `border-top-clip` may be handled as an alias of `border-clip-top` (which may also apply today), but considering `<feature>` as a property of `border-<side>` seems more natural to me.

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


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

Received on Wednesday, 13 December 2023 05:43:43 UTC