Skip to content

Dirtbag 0.1.12

Choose a tag to compare

@dknauss dknauss released this 21 Jun 15:18
8efddc4

Accessibility — name the image lightbox trigger without JavaScript

The core image lightbox "enlarge" button is named only at runtime by the Interactivity API, so with JavaScript off (or before hydration) it had no accessible name. Dirtbag now adds a static, translatable aria-label ("Enlarge image") in the server-rendered HTML via a functions.php filter (HTML API); core's script still refines the label when it runs.

This means images can keep the lightbox enabled and stay accessible. Full changelog: see CHANGELOG.md.