Notes
Newest first. Everything here is also in the feed.
- A link should look like one
Underlining links only on hover leaves keyboard and touch users with nothing to go on, and this site had been doing exactly that in its body copy.
- Auditing what the build renders
The build already has every page as a string, so checking them for missing titles, duplicate ids and contradictory ARIA costs almost nothing.
- Inlining the stylesheet
Why this site puts its entire stylesheet inside every page, what that costs on a repeat visit, and the escaping trap that comes with it.