Skip to content

0.27.0

Compare
Choose a tag to compare
@jlp-craigmorten jlp-craigmorten released this 24 Jul 15:13
· 44 commits to main since this release
6e25e6d

What's Changed

Nested elements with the same accessible name will now be added to the internal VSR accessibility tree so they are now exposed. E.g. previously navigating through the following would only announce "heading, Heading Level 1 Containing Link, level 1":

<h1><a href="/path">Heading Level 1 Containing Link</a></h1>

But now it will announce all of:

  • "heading, Heading Level 1 Containing Link, level 1"
  • "link, Heading Level 1 Containing Link"
  • "end of heading, Heading Level 1 Containing Link, level 1"

Full Changelog: 0.26.1...0.27.0