guidepup / virtual-screen-reader

Virtual Screen Reader is a screen reader simulator for unit tests.
https://guidepup.dev
MIT License
99 stars 3 forks source link

fix: support aliased roles #70

Closed jlp-craigmorten closed 6 months ago

jlp-craigmorten commented 6 months ago

Issue

No issue.

Details

According to WPT img should be aliased to image and presentation should be aliased to none.

This change adds support for this, as well as fixes the WPT test shim for getting the role from the internal VSR accessibility tree.

CheckList