- From: jsnkuhn via GitHub <sysbot+gh@w3.org>
- Date: Thu, 22 Sep 2022 12:44:02 +0000
- To: public-css-archive@w3.org
jsnkuhn has just created a new issue for https://github.com/w3c/csswg-drafts: == [css-backgrounds] manipulating `border-image-source` before slice == https://drafts.csswg.org/css-backgrounds/#border-images The `border-image` spec is missing the ability to manipulate `border-image-source` in the same ways we can manipulate `background-image` and `mask-image`. Note that this is about manipulating the `border-image-source` itself before it is sliced. suggesting adding: - `border-image-source-size` - `border-image-source-repeat` - `border-image-source-position`? - etc - comma separated multiple border-image-sources, -repeats, -sizes use cases: - Creating this sort of image to use for a corners only border should be doable with conic-gradient but currently isn't. ![Screenshot 2022-09-20 at 20-31-54 ExLXJoj](https://user-images.githubusercontent.com/1286791/191748844-79f7bf40-cb5a-489e-bc4f-01e0507e5085.png) border-image-source: conic-gradient(#0000 0 270deg, #000 270deg); border-image-source-size: 66.6% 66.6%; border-image-source-repeat: repeat; - other css pattern borders like checkerboard borders, diamonds etc... Many of which would currently require multiple images - `border-image-source-repeat` would allow the use of a single image to be used as stamps around the border. One icon image repeated to create a 3x3 grid of that icon to use as a border-image-source. border-image-source-size: 33.3% 33.3%; border-image-source-repeat: repeat; Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7777 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 22 September 2022 12:44:05 UTC