WordPress / playground-tools

GNU General Public License v2.0
127 stars 38 forks source link

Playground block: A11Y: Add link to skip preview #308

Closed brandonpayton closed 1 week ago

brandonpayton commented 2 weeks ago

What and Why?

Offer a skip link so users using assistive technology and keyboard-driven workflows have an opportunity to skip over the Playground preview iframe.

Fixes #293

How?

This PR adds a number of items that are hidden visually but shown if they receive focus.

The "Skip Playground Preview Iframe" link is shown when focused. Screenshot 2024-06-14 at 2 02 55 PM

When the skip-link is clicked, it focuses "End of Playground Preview" which is revealed at the bottom of the preview pane when focused. Screenshot 2024-06-14 at 2 03 18 PM

Testing Instructions

In both the editor and front end, test working with an instance of the block by focusing the "Run" button, tab to the next link which is "Skip Playground Preview", click it, and confirm focus is moved to "End of Playground Preview".