0.27.0
What's Changed
- chore(deps): bump braces from 3.0.2 to 3.0.3 in /examples/vue by @dependabot in #83
- chore: update dependencies
- test: update wpt suite with latest tests
- fix: don't ignore non-trivial children
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