Re: [csswg-drafts] Small problems with CSS, JAVA & HTML that seems not possible without photo editor (#3738)

Hi! I'm not really sure what to do with your feedback. I will point out that we do have layering, see the `z-index` property https://www.w3.org/TR/CSS2/visuren.html#z-index; transforms, including 3D transforms, can be done with the `transform` property https://www.w3.org/TR/css-transforms-1/ https://drafts.csswg.org/css-transforms-2/. Absolute positioning can be used to do a lot of explicit positioning https://www.w3.org/TR/CSS2/visuren.html#img-flow-clear2, and is made more powerful by integration with Grid Layout https://www.w3.org/TR/css-grid-1/#abspos-items and Box Alignment https://www.w3.org/TR/css-align-3/#justify-abspos (not yet implemented).

Jen Simmons has done some amazing conference talks and videos on the possibilities of design with new CSS features, you can watch them here: https://www.youtube.com/channel/UC7TizprGknbDalbHplROtag

Lastly, I will point out that CSS does document layout; for images you might want to consider SVG? :)

-- 
GitHub Notification of comment by fantasai
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3738#issuecomment-484304899 using your GitHub account

Received on Thursday, 18 April 2019 00:00:07 UTC