WordPress / playground-tools

GNU General Public License v2.0
138 stars 39 forks source link

Playground block: Stop monopolizing main element #299

Closed brandonpayton closed 3 months ago

brandonpayton commented 3 months ago

What?

Fixes #292 - "Playground block: A11Y: Remove duplicate main landmarks"

This PR replaces the Playground block's <main> element with a <section> element annotated with an aria-label.

Why?

There is only supposed to be one <main> element per document. We do not know if a document including a Playground block will be rendered within another <main> element, and there can be multiple Playground blocks in a single document.

Testing Instructions

brandonpayton commented 3 months ago

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