rsnext/test/integration/client-navigation-a11y/pages
Kitty Giraudel 3ceb9c5673
Give priority to document.title over h1 when announcing page change (#31147)
## Improvement

This pull-request should address https://github.com/vercel/next.js/issues/24021, improving the page change announcement for assistive technologies by giving priority to `document.title` over `h1`. Interestingly, it would also improve a potential performance bottleneck by skipping calls to `innerText` on the main `h1` raised in [this comment](https://github.com/vercel/next.js/pull/20428#issuecomment-962537038).
2021-11-08 14:58:21 +00:00
..
index.js Give priority to document.title over h1 when announcing page change (#31147) 2021-11-08 14:58:21 +00:00
page-with-h1-and-title.js Give priority to document.title over h1 when announcing page change (#31147) 2021-11-08 14:58:21 +00:00
page-with-h1.js Give priority to document.title over h1 when announcing page change (#31147) 2021-11-08 14:58:21 +00:00
page-with-title.js Revert "Revert "[a11y] Route Announcements"" (#23086) 2021-03-15 20:18:11 +00:00
page-without-h1-or-title.js Revert "Revert "[a11y] Route Announcements"" (#23086) 2021-03-15 20:18:11 +00:00