Skip to content

v13.39.0

Choose a tag to compare

@tomlyn tomlyn released this 20 Jan 22:29
e895e42

Minor Release v13.39.0

Common Canvas

#2846 Canvas should not be a <main> node

Accessibility guidelines state there should be only one <main> landmark on each page. Previously, the Common Canvas output on the page contained a <main> element. This prevented the application from placing the <main> landmark at an appropriate place within its own content.

In this release, the <main> landmark has been replaced with a <section> element which adopts an aria-role of region. Applications should add a <main> landmark to an appropriate place within their output.

Common Properties

No changes

Issues Resolved

Full Changelog: v13.38.1...v13.39.0