humble chaos

medical transporter this morning was amazing. looks like a Vinny Raffa Jr though lol. he had dope music blasting when he picked me up — Smoking Popes, “Days Just Wave Goodbye” — which is already a pretty strong way to start the day before TMS.i’m on my way to my TMS session now, then i’ve got freeCodeCamp(fCC)’s Absolute and Relative Units Quiz, and then onto Pseudo Classes and Elements next. probably going to take a pause after the Design A Greeting Card Workshop, because […]

https://blogguerz.wordpress.com/2026/06/03/humble-chaos/

📐 SVG: ‹metadata›

Stores metadata about an SVG document or fragment.

https://developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/metadata

#HTML #WebDev #DailyHTML

<metadata> - SVG | MDN

The <metadata> SVG element adds metadata to SVG content. Metadata is structured information about data. The contents of <metadata> should be elements from other XML namespaces such as RDF, FOAF, etc.

MDN Web Docs

hey accessibility and frontend friends! I wrote a flash post about the importance of using the html tags <del>, <ins> and <s> correctly to create meaningful price tags. You can read here on the following link: https://micaavigliano.com/en/blog/semantic-del-s-tags

let me know your thoughts!

#accessibility #frontend #html #a11y

Understanding the key differences between <del> and <s> tags, when to use each of them and how to write semantic and accessible price tags for e-commerces.

In this article, I will explain the key differences between <del> and <s> tags, when to use each of them and how to write semantic and accessible price tags for e-commerces. I will also give you some tips on how to make your price tags discoverable by AI agents.

Micaela Avigliano

#Development #Guides
How declarative partial updates work · From HTML streaming to out-of-order patching https://ilo.im/16dcl5

_____
#HtmlStreaming #Chrome #Browser #APIs #WebDev #Frontend #HTML #JavaScript #Backend #NodeJS

How Declarative Partial Updates Work in HTML

HTML has always supported streaming. The server doesn't need to build an entire page in memory before sending it to the browser. It can send the initial HTML first, then send more chunks as each chunk

freeCodeCamp.org

@firefoxwebdevs I believe this would reach its full potential if supported and implemented also for headers in @mediawiki transcluded pages/templates, and in situations with no front-end JavaScript, for example when computing the heading level inside @11ty includes.

#JavaScript #HTML #11ty #BuildAwesome #MediaWiki

ICYMI: Gary Illyes: the web's JavaScript mess is an AI agent nightmare: Gary Illyes of Google says clean HTML and server-side rendering would radically simplify LLM training, agentic RAG, and raw data processing for AI systems. https://ppc.land/gary-illyes-the-webs-javascript-mess-is-an-ai-agent-nightmare/ #AI #MachineLearning #JavaScript #WebDevelopment #HTML
Gary Illyes: the web's JavaScript mess is an AI agent nightmare

Gary Illyes of Google says clean HTML and server-side rendering would radically simplify LLM training, agentic RAG, and raw data processing for AI systems.

PPC Land

I wrote about my first pass at making dual backend / frontend HTML templates:

https://olivierforget.net/blog/2026/dom-patching-backflip-template/

It's limited in scope, but BackflipHTML can now generate HTML server side, then patch it in the DOM after the browser render, all based on one template.

#html #webdev

DOM Patching from a BackflipHTML Template

Olivier Forget's Personal Blog

<h1>–<h6> HTML section heading elements - HTML | MDN

The <h1> to <h6> HTML elements represent six levels of section headings. <h1> is the highest section level and <h6> is the lowest. By default, all heading elements create a block-level box in the layout, starting on a new line and taking up the full width available in their containing block.

MDN Web Docs