The Test Page Series
Index
Sometimes the fastest way to find out how things behave in the browser is to just try them out.
Over the years, I’ve created various test pages, so eventually they all ended up in this collection for quick access.
Posts in this series
-
:focus-visible and JavaScript
How moving focus with script affects the CSS focus-visible selector.
Code
-
Safari vs. Unstyled Lists
Safari requires ARIA to retain semantics of unstyled lists.
Code
-
CSS at-rule nesting Test Page
What started with the question whether @supports may live @media, ended up in a test page.
Code
-
Breakpoints for Print
A media query test page for web browsers.
Code
-
VoiceOver Table Issues
Do not feed an HTML table without display:table to VoiceOver (Mac).
Code
-
::first-letter Test Page
You think it’s easy to determine the first letter of a sentence? Think again!
Code