aria-hidden = true marked elements aren't respected
[aria-hidden=true] is listed in ignoreTags (like .no-read-aloud) however unlike the class the attribute is ignored and the elements under it are still modified with read-aloud class.
This is similar to https://github.com/ken107/read-aloud/issues/438 however I'm pretty sure my extension is the latest available version.
Could you link to a URL where you encountered this problem? Would help a lot. Thanks
To be fair there wasn't, I just marked sections of a page using ublock so they wouldn't be read (eg. comments). But you could just create a local html file to check:
<html><body><p>Read this.</p><p aria-hidden="true">Don't read this.</p><p class="no-read-aloud">This won't be read.</p></body><html>
it appears to be working for me, are you using Chrome or another browser?
Lastest version of firefox
ah, thanks for that, forgot to copy this change over from main branch. Will appear in next release.