#accessibility
2posts
-
The pseudo-elements running this blog — a dozen patterns I actually ship
Not a trick list. The drop cap on this page, the external-link arrow, the menu that won't snap shut — the real ::before/::after/::marker patterns I ship, and the accessibility trap each one hides.
-
Build an accessible disclosure with details and summary
The native <details>/<summary> element is the most underrated component in HTML — a fully accessible show/hide toggle with zero JavaScript. Here's how to style it without breaking it.