Testing HTML With Modern CSS
Explores using modern CSS features like custom properties and :has() for testing HTML integrity and highlighting markup anti-patterns.
Explores using modern CSS features like custom properties and :has() for testing HTML integrity and highlighting markup anti-patterns.
Using CSS selectors to visually highlight invalid, unsemantic, or inaccessible HTML elements for easier debugging and linting.
A guide to setting up automated testing for a Jekyll blog using Travis CI and HTML Proofer to check for broken links, missing alt tags, and HTML validation.