| 12:03 | <Alan Stearns> | We had cancelled next week’s joint CSSWG/WHATWG/OpenUI task force meeting because of the CSSWG face-to-face at Mozilla Berlin, but I got a request to have a presentation on form controls styling in that meeting’s agenda. I’m slotting this at the regular joint meeting time (which happens to be at the last hour of the face-to-face). More details on dialing in and the presentation contents will come as I get them. |
| 12:32 | <River> | (found it) |
| 12:47 | <River> | my apologies if this is a rather basic question, because I stumbled onto it and I have been lurking here for a while would it be okay if I were to attend the meeting as an observer – I have been programming for a while now, I'm curious to how these meetings progress and I can recommend great restaurants in berlin since I live here, if anyone is curious! |
| 12:56 | <Alan Stearns> | I can ask our host - are you interested in forms control styling specifically? |
| 13:05 | <River> | yes!, absolutely! |
| 13:08 | <River> | I think I've been styling forms in "the library does it for me" ways for a bit, most of my information comes from jake archibald's videos, although I haven't been able to professionally try them out I'd love to know how to do it better! |
| 15:51 | <Stephen> | Regrets for the meeting today. In transit. Please carry over any canvas text issues to next week (which I think is already the case) |
| 19:23 | <Noam Rosenthal> | emilio: I liked the <link rel=stylesheet type=module> idea. Can also be <link rel="module stylesheet"> or <link rel="import stylesheet">. any of these is OK. |
| 19:23 | <Noam Rosenthal> | Also as far as CSSOM goes we can mostly reuse what constructed stylesheets do, with some type: "module" specific thing |
| 19:24 | <Noam Rosenthal> | Lea Verou: I wasn't there at the end but, this doesn't specifically solve the SSR problem. We still need a way to export inline stylesheets into the module map (though you can kinda do it with this + <script type=importmap> and data: URLs |
| 19:24 | <Noam Rosenthal> | (for the audience at home, this is some WHATNOT followup) |
| 20:29 | <emilio> | Same, I think either seems fine to me. Only advantage type may have is if it prevents loading in older browsers |
| 20:42 | <Noam Rosenthal> | But maybe we want it to behave like a normal stylesheet in older browser if it's a regular HTTP(s) URL? |
| 21:32 | <emilio> | Yeah that's true / fair |