WordPress / playground-tools

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

Playground block: Add ARIA labels to icon-only buttons #300

Closed brandonpayton closed 2 weeks ago

brandonpayton commented 2 weeks ago

What?

This PR adds ARIA labels to the code editor's "Add File" and "Download Code as a Zip File" buttons which previously only included visual indications of their function.

Fixes #286

Why?

Without ARIA labels, people using assistive technology may have no way to know what the buttons do.

Testing Instructions

brandonpayton commented 2 weeks ago

I'm going to merge this because it has been tested and is low risk.