







body.skin-vector-2022 .mw-parser-output .skip-to-toc,body.skin-timeless .mw-parser-output .skip-to-bottom,.mw-parser-output .skip-to-bottom-timeless{display:none}body.skin-timeless .mw-parser-output .skip-to-bottom-timeless{display:inline}
Revealing Text With CSS letter-spacing | CSS-Tricks
Until we get something like ::nth-letter, there are still some really cool text effects we can make from existing CSS features, like letter-spacing, ::first-word and ::first-line.

My HTML boilerplate in 2026 - Manuel Matuzović
Every element I use for the basic structure of a HTML document, with explanations why.

My HTML boilerplate in 2026 - Manuel Matuzović
Every element I use for the basic structure of a HTML document, with explanations why.

Reducing XSS by way of Automatic Context-Aware Escaping in Template Systems
Posted by Jad S. Boutros, Security Team Building on our earlier posts on defenses against web application flaws [ "Automating Web Applicatio...

Pretext Does What CSS Can't — Measuring Text Before the DOM Even Exists | HackerNoon
Cheng Lou's Pretext library measures multiline text height without touching the DOM — unlocking layout capabilities CSS has never been able to offer.

Put aria-hidden=true on decorative SVGs - Manuel Matuzovic
I'm a frontend developer in Graz, specialized in HTML, accessibility, and CSS layout and architecture.

Cross-Document View Transitions: The Gotchas Nobody Mentions | CSS-Tricks
This is Part 1 of a two-part series about cross-document view transitions, going over all the gotchas, from ditching the deprecated way to opt into them to a little-known 4-second timeout.


Mochott_ Kitchen Sink
Check out all the formatting styles, text options, blocks, and features available for your posts on this platform.
Our CSS isn't opinionated enough
Why styling on semantics and roles could make accessibility harder to skip

2050141 - [text-box-trim] Set layout.css.text-box.enabled for all users
RESOLVED (sajidanwar94) in Core - Layout: Block and Inline. Last updated 2026-07-15.
Margin (@margin.at)
Write on the margins of the internet. Powered by the AT Protocol. Website: margin.at Contact: hello@margin.at
Mochott_ Kitchen Sink with Markpub record
Check out all the formatting styles, text options, blocks, and features available for your posts on this platform.
ClaudeDevs on Twitter / X
You can now set Claude Code's output style to Concise.Claude leads with the result, keeps responses short, and still gives full detail when you ask.Turn it on in /config → Output style, or set "outputStyle": "Concise" in settings.json. pic.twitter.com/XYg7bHeVT2— ClaudeDevs (@ClaudeDevs) August 20, 2026

Incremental Font Transfer Demo
This demonstrates the use of the incremental font transfer (IFT) to load font data for display of a variety of scripts. IFT works by using patches to extend a font to cover more codepoints and/or axes as they are encountered in rendered text. This allows loading of only the parts of a font that are actually needed. This demo is using a fully static (ie. no dynamic backend) version of IFT. IFT is currently in development with the w3c webfonts working group and an early draft of the specification implemented by this demo can be found here.