v13.39.0
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
- #2846 Canvas should not be a node by @tomlyn in #2847
- #2848 Error importing locale files when starting app with Elyra Canva… by @tomlyn in #2849
Full Changelog: v13.38.1...v13.39.0