[csswg-drafts] [css-borders] allow `border` property to include `border-x` short-hands (#9204)

jsnkuhn has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-borders] allow `border` property to include `border-x` short-hands ==
Have a feeling I've seen this suggested before but can't find it so: 

https://drafts.csswg.org/css-borders-4/

Allow the `border` shorthand property to include `border-width`, `border-color` and `border-style` shorthands as values.

```css
  border: solid #ffd200;
  border-width: 0 30px;
```

could become

```css
  border: solid #ffd200 0 30px;
```

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9204 using your GitHub account


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

Received on Thursday, 17 August 2023 13:56:30 UTC