Everything tagged with #html
The web never rests. I love seeing stuff like this from @webkit.org in the roadmap! #HTML
CSS Grid and Flexbox brought incredible layout tools to the web, but they don’t yet do everything a designer might want.
https://webkit.org/blog/16587/item-flow-part-1-a-new-unified-concept-for-layout/TIL about the #HTML <base>
element!
The <base> HTML element specifies the base URL to use for all relative URLs in a document. There can be only one <base> element in a document.
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/baseI still haven't used @htmx.org, but I've read the #HyperMedia book and I'm a big fan of their ideas and where the project is headed overall. 🚀
htmx gives you access to AJAX, CSS Transitions, WebSockets and Server Sent Events directly in HTML, using attributes, so you can build modern user interfaces with the simplicity and power of hypertext htmx is small (~14k min.gz’d), dependency-free, extendable, IE11 compatible & has reduced code base sizes by 67% when compared with react
https://htmx.org/essays/future/