Skip to content

AOM and controlling screen reader #186

@khsbory

Description

@khsbory

Hello.

I found AOM project about two years ago, and very excited.

My expectations for the AOM project are high because there are many limitations in the current communication method between the existing DOM and Assistive Technology.

Also last year's CSUN, google revealed some AOM such as reflection and aria-description.

I hope that more AOM-related attributes will be applied to real as soon as possible.

By the way, there are attributes such as increment and decrement.

If there is a custom slider, there is no way controlling screen reader's increment and decrement gesture now.

So these attribute also make me very excited.
Because through script it can be possible to control increment or decrement gesture.
However, I would like to add a few more attributes that control the screen reader along with the attribute of increment and decrement.

First is catch TalkBack focus in WebView.

In native android world, there is a way to catch TalkBack focus such as isAccessibilityFocused property.

So it is possible to stop or play carousel based on TalkBack focus is stayed on carousel view or not.

But in HTML, there is no way to catch TalkBack focus.

So through AOM, if there is a way to catch accessibility focused, it will be used to improve accessibility case by case.

Second is change accessibility hint message string.

In native, there is a way to change accessibility hint such as replaceAccessibilityAction method.

So default TalkBack hint is doubletap to activate, I can change it to such as doubletap to play.

But in HTML, there is no way to change hint message.

So if you add a way to control hint string, it will be very helpful.

How do you think so?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions