







Because I always use unitless values for line-height, I had always, incorrectly, assumed that it worked the same way as using % would... turns out I was wrong!
Rethinking the "disabled norm": 7 patterns to use instead in your design system - zeroheight
Chela Giraldo explains how disabled states harm accessibility and what to do instead to build clearer, more inclusive user interfaces.

did:plc:x747gklkwqilltssmoubjg6l — Margin
did:plc:x747gklkwqilltssmoubjg6l's profile on Margin

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.

Thomas Bloom on Twitter / X
Big news! (And not really my area, but yes, I would rank this as bigger than the unit distance counterexample. Maybe not bigger than a proof of unit distance would have been, but in terms of constructions, this is big.) https://t.co/VDRti1HZ6Z— Thomas Bloom (@thomasfbloom) August 1, 2026
Bézier Spline Simplification Using Locally Integrated Error Metrics
This summary was generated using automated tools and was not authored or reviewed by the article's author(s). It is provided to support discovery, help readers assess relevance, and assist readers from adjacent research areas in understanding the work. It is intended to complement the author-supplied abstract, which remains the primary summary of the paper. The full article remains the authoritative version of record. Click here to learn more.

A side selective line simplification algorithm for nautical chart generalization
Depth contours are essential chart features, portraying seabed morphology and delineating the depth areas used by navigation systems to assess route safety and trigger alarms. Their portrayal must ...

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.
Hand stamp beech wood, 6-line (5 × 8 cm)
The medium size model holds 6 lines and is ideal for printing business cards or aphorisms. 5 × 8 cm, height 8 cm. Weight 75 g.

Victor (@vpon.me)
One CSS property just killed every auto-resize textarea script you've ever written. Seriously, one line. The property is field-sizing: content
Better fluid sizing with round()
Using the round() function to get a more predictable fluid sizing.
Controlling when CSS custom property values are computed
The default might not be what you expect, and it has a big impact on your styles.

HTML Whitespace is Broken - Devel without a Cause
A deep dive into HTML whitespace collapsing: How it works, why it sucks, how it should work, and how to deal with it.

HTML Whitespace is Broken - Devel without a Cause
A deep dive into HTML whitespace collapsing: How it works, why it sucks, how it should work, and how to deal with it.

Text rendering and effects using GPU-computed distances
Text rendering is cursed. Anyone who has worked on text will tell you the same; whether it's about layout, bi-directional, shaping, Unicode, or the rendering itself, it's never a completely solved problem. In my personal case, I've been working on trying to render text in the context of a compositing engine for creative content. I needed crazy text effects, and I needed them to be reasonably fast, which implied working with the GPU as much as possible. The distance field was an obvious requirement because it unlocks anti-aliasing and the ability to make many great effects for basically free.