- From: CSS Meeting Bot via GitHub <noreply@w3.org>
- Date: Fri, 14 Nov 2025 05:15:35 +0000
- To: public-css-archive@w3.org
The CSS Working Group just discussed `lunch`. <details><summary>The full IRC log of that discussion</summary> <astearns> topic: lunch<br> <ydaniv> scribe+<br> <Euclid> +present<br> <ydaniv> nicolo-ribaudo: source maps, does anyone here know what it is?<br> <kbabbitt> github: https://github.com/w3c/csswg-drafts/issues/13098<br> <ydaniv> ... recap, mostly for JS but also now for HTML<br> <ydaniv> ... you write some code and then go through build tools<br> <ydaniv> ... more and more the code you write is now what ends up in the browser<br> <ydaniv> ... source maps have been around for some time now<br> <ydaniv> ... they are instructions for build tools<br> <kbabbitt> s/write is now what/write is not what/<br> <ydaniv> ... to make sure the code in browser looks like what you wrote in editor<br> <ydaniv> ... there's partial description in a google doc of what it does<br> <ydaniv> ... in ECMA we started defining it, and talking with browser dev teams<br> <ydaniv> ... where is it still problematic<br> <ydaniv> ... evolving the idea<br> <ydaniv> ... maybe you're using SASS or others and they do create source maps<br> <ydaniv> ... we should also try to focus on what can be done in CSS<br> <ydaniv> ... is ti just for build tools?<br> <ydaniv> ... what can we do more for CSS? ...<br> <ydaniv> ... one is nesting, that may be transpiled<br> <ydaniv> ... there are other bunch of build tools features that transpile<br> <ydaniv> ... I'm preseting this here because I think this transpiling may be confusing for authors<br> <astearns> the namespacing we just talked about might also be a use case<br> <ydaniv> ... could be great if we could work this out together<br> <ydaniv> ... find if we have dev experience issues<br> <kizu> q+<br> <astearns> ack kizu<br> <ydaniv> ... if ppl have opinions<br> <ydaniv> kizu: would be great to have<br> <ydaniv> ... a lot of it is not actually CSS, like comments etc.<br> <ydaniv> ... the source for things in CSS may not be just CSS itself, may come from JSON or JS<br> <ydaniv> ... [examples]<br> <ydaniv> ... also may come from [missed]<br> <ydaniv> nicolo-ribaudo: it's something you can do with source maps ideally<br> <ydaniv> TabAtkins: you mentioned some features, like nesting<br> <ydaniv> ... it's not only transpiling things that can't be, it may be also things from JS,<br> <miriam> q+<br> <ydaniv> ... also there's a lot of source transforms that can't be done<br> <ydaniv> nicolo-ribaudo: to be clear, there's no one with CSS experience<br> <ydaniv> ... so happy to see others for helping out<br> <astearns> ack miriam<br> <ydaniv> miriam: because transpiling is in external tools, would be nice to reach out for those tool makers<br> <ydaniv> kizu: tailwind is intreresting, the source is in CSS but tranforms to HTML<br> <ydaniv> nicolo-ribaudo: if you want to see the slides we have contact info there<br> <ydaniv> ... thanks!<br> <emilio> q+<br> <astearns> ack emilio<br> <ydaniv> emilio: you have comment syntax there, is that what would be strandardised?<br> <ydaniv> nicolo-ribaudo: yes<br> <ydaniv> ... there are ppl from FF dev tools on there<br> <ydaniv> astearns: thank you, moving on<br> </details> -- GitHub Notification of comment by css-meeting-bot Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/13098#issuecomment-3530868620 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 14 November 2025 05:15:36 UTC