In the past, Safari folks moved on the pile of `display` bugs after I started filing web compat PRs to change support notes.
Trying these as bug reports first, before I make PRs to change support:
• https://github.com/mdn/browser-compat-data/issues/27443
• https://github.com/mdn/browser-compat-data/issues/27444
• https://github.com/mdn/browser-compat-data/issues/27445
• https://github.com/mdn/browser-compat-data/issues/27446
#Mdream Ultra-performant #HTML to #Markdown Converter Optimized for #LLMs
~50% fewer tokens with minimal preset for efficient #LLM processing Generates #GitHub Flavored Markdown with frontmatter & nested HTML support
Site crawling capability genera
#opensourcetes llms.txt artifacts from entire websites
Lightning fast: Stream 1.4MB of HTML to markdown in ~50ms with 5kB gzip footprint
HTML-First, Framework-Second: Is JavaScript Finally Growing Up?, by @TheNewStack:
https://thenewstack.io/html-first-framework-second-is-javascript-finally-growing-up/
6 months and no acknowledgment (still marked as NEW) nor visible activity…
Bug 286267: AX: VoiceOver does not announce text preceding some phrasing elements
https://bugs.webkit.org/show_bug.cgi?id=286267
And it got worse since I reported it in January.
<embed>
Embeds external content at the specified point in the document.
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/embed
CSS Tip!
Create an infinite logo marquee using modern CSS and less than 10 lines of code.
https://css-tip.com/logo-marquee/
Where's the novelty, you might ask? It's responsive, works with any number of images, doesn't rely on magic numbers, and you can easily control it using CSS variables.
Another use case for modern CSS features (shape(), sibling-index(), sibling-count(), etc).
<blockquote>
Indicates that the enclosed text is an extended quotation.
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/blockquote
Abogo por una arquitectura web más simples y de mayor rendimiento que aprovechen las capacidades nativas del navegador en lugar de SPAs o frameworks de #javascript . Hoy en día tenemos herramientas tan poderosas como View Transitions API (transiciones entre páginas) y Speculation Rules (precargar páginas) para simular las transiciones suaves y sin loadings entre páginas o componentes. Pero además con un sistema de caché, no depender de estados y renderizar en el servidor; tendremos una velocidad fantástica y una experiencia de usuario similar a un APP.
#html #css
I have an infuriating #CSS question I can't answer.
I have an #HTML table with a sticky <thead>. It all works beautifully.
But when the viewport is narrow, there's no horizontal scrolling. I can't find a way to make an overflow-x work while *also* having a sticky header.
Any thoughts?
Code demo - https://codepen.io/edent/pen/VYvmaMM
Why I’m Writing Pure #HTML & #CSS in 2025: "Imagine a web page that loads instantly, deploys effortlessly, and never needs a security update. I’m using pure HTML and CSS to accomplish all that and to build things in a fraction of the time." https://joeldare.com/why-im-writing-pure-html-and-css-in-2025
<small>
Represents side-comments and small print, like copyright and legal text.
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/small
My responsive HTML diffing tool, wsdiff now folds blocks of unchanged lines and it now has a dark mode! Here's a demo, try changing your OS dark mode and try re-sizing the window!
https://jaseg.de/wsdiff-example.html
Install from PyPI (pip install -U wsdiff):
https://pypi.org/project/wsdiff/
“Semantic markup doesn’t guarantee better indexing or extraction – but it creates a foundation that systems can use, now and in the future. It’s a signal of quality, structure, and intent.
If everything is a <div> or a <span>, then nothing is meaningful.”
#WebDev #HTML #SEO
https://www.jonoalderson.com/conjecture/why-semantic-html-still-matters/
<dt>
Specifies a term in a description or definition list.
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/dt
I'm bored, so working on this, yes I'm #Autistic!
newsflash: html audio element is good enough we don't need your shitty custom implementation that only works in chrome.
<base>
Specifies the base URL to use for all relative URLs in a document. There can be only one such element in a document.
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/base
The annual celebration of HTML, HTML Day 2025 is coming up on August 2.
"On Saturday, August 2nd, 2025, we'll be gathering in places around the world to write and celebrate HTML."