- From: Christoph Päper via GitHub <sysbot+gh@w3.org>
- Date: Mon, 22 Aug 2022 14:59:58 +0000
- To: public-css-archive@w3.org
If this feature was about _image creation_, it should not be limited to a single layer, i.e. it would require nesting or additive sources. ~~~~ css @image --composite { @layer --stage { src: "backdrop.jpg"; } @layer --scene { src: "parallax.png"; } @layer --actor { src: "map.svg#sprite"; position: 200px 300px; } } ~~~~ I believe this would be suggested by the generic name `@image`. Otherwise, a different and more specific name should be chosen, e.g. `@image-effect`. -- GitHub Notification of comment by Crissov Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6807#issuecomment-1222481677 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 22 August 2022 15:00:00 UTC