[css-images-4][editorial] Improved examples for stripes() function#9749
[css-images-4][editorial] Improved examples for stripes() function#9749SebastianZ merged 2 commits intow3c:mainfrom
Conversation
Used SVGs instead of PNGs, aligned the file names with the rest of the assets and removed the alternative text because it's unnecessary.
fantasai
left a comment
There was a problem hiding this comment.
I would leave the height as 1em so it scales with text. Otherwise looks good.
|
I am wondering why the stripes() examples should be svgs, the other images are pngs in the draft. |
I've changed them to be 1em high, though note that this is counter-productive when users have chosen a different font size than 16px because the images then get stretched vertically which let's the text "transparent" appear stretched as well. Sebastian |
I only did that for the Sebastian |
I've made the changes I've mentioned in #9719. That is, SVGs are used instead of PNGs, the file names have been aligned with the rest of the assets and the alternative text has been removed because it's unnecessary because the description of the images is right above them.
Sebastian