rdkcentral / Lightning

Lightning - The WPE UI Framework for developing Apps and UX
Apache License 2.0
188 stars 108 forks source link

Accessibility / screen reading #284

Closed elsassph closed 3 years ago

elsassph commented 3 years ago

Is there any screen reading functionality? It's a requirement for some apps on Tizen and I believe an option on Rdk.

g-zachar commented 3 years ago

Hi @elsassph

Could you elaborate on what you're looking for a little bit more?

Best regards

elsassph commented 3 years ago

https://developer.samsung.com/SmartTV/develop/develop/guides/fundamentals/accessibility.html

https://developer.samsung.com/SmartTV/develop/develop/guides/fundamentals/text-to-speech.html (this is ARIA, but it also supports HTML5 speech synthesis).

g-zachar commented 3 years ago

Hi @elsassph

The links you provided unfortunately don't work for me, but I get the idea. We usually implement those as feature requests (e.g. recently added magnifying shader - which is not released yet but part of master - you can check out this example). Some of them are not fit to be in lightning core, but it is possible they could be in SDK or build as third party libraries elsewhere. Answering your question, there are no accessibility functionalities in lightning core itself.

Best regards

elsassph commented 3 years ago

Ok this is super odd... Using search on the Samsung website I can find the pages but they are oddly 404 when linking it them...

Thanks for the answer anyway.