On other TVs it’s possible to add aria-hidden="true"
on the body or other tags and then all elements within that parent element are ignored from aria speech.
On Tizen, aria-hidden="true"
seems to be ignored if there exists any other aria tags exist on that element or child elements.
The reason we are trying to disable aria is so that we can implement our own text-to-speech service. Is there a way to disable tizen’s aria text-to-speech?