Is there some sort of `shape-outside: self;` in CSS, to use an image as it's own shape? 🤔
I couldn't find it in any docs, but it would be really useful to not declare the same URL twice.
https://nho.io/n/2021/01/19/1/
I guess an idea could be to use CSS3 `attr()` with the `url` type:https://drafts.csswg.org/css-values-4/#valdef-attr-url
But it's not supported anywhere… 😥https://caniuse.com/css3-attr
BTW, in CSS Values and Units Module Level 4:https://drafts.csswg.org/css-values-4/#valdef-attr-url:
> Note: If `url()` was syntactically capable of containing functions, `attr(foo url)` would be identical to `url(attr(foo string))`.
Mamot.fr est un serveur Mastodon francophone, géré par La Quadrature du Net.
BTW, in CSS Values and Units Module Level 4:
https://drafts.csswg.org/css-values-4/#valdef-attr-url:
> Note: If `url()` was syntactically capable of containing functions, `attr(foo url)` would be identical to `url(attr(foo string))`.