Posts tagged ‘accessibility’

  1. View transitions

    I've wanted smoother navigation on this site for a while. For years the standard behaviour on a multi-page site is that you click a link, the old page disappears, and the new one snaps into place. The View Transitions API changes that, and for cross-document transitions the best part is that it only takes a few lines of CSS. Browser support is still maturing and the spec continues to evolve…

  2. Dark mode

    Dark mode can provide a number of benefits for consuming content: reduced eye strain due to emissive displays, particularly in low-light environments; reduced power consumption on some display types (e.g. OLED); reduced blue light exposure; and more. It's not always suitable but when it is, knowing how to take advantage of it is very useful. Some applications or websites allow a user to explicitly choose between light and dark modes, others respect the system settings and don't provide the ability for the user to override this.

See all tags.

-