[csswg-drafts] [css-borders-4] Move `<image-1D>` to `border-image-source` (#9735)

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

== [css-borders-4] Move `<image-1D>` to `border-image-source` ==
At the moment, `<image-1D>` and with it the `stripes()` function are part of `border-color`. Though that always felt a bit weird to me because author's are familiar with `-color` properties defining colors, not images.
So I mentioned at some point that we should rather add this functionality to `border-image-source` instead.

This probably requires being able to turn off the image slicing, see #9734.

If we define that slicing doesn't have any effect on `<image-1D>` values, one could simply define stripes like that:

```css
border-image: stripes(red, yellow, green, blue);
```

Sebastian

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


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

Received on Wednesday, 20 December 2023 21:06:18 UTC