Closed Bug 1069574 Opened 10 years ago Closed 10 years ago

[AccessFu] Read specialized screen reader hint tags

Categories

(Core :: Disability Access APIs, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla36

People

(Reporter: eeejay, Assigned: yzen)

Details

(Whiteboard: [b2ga11y p=1])

Attachments

(1 file)

We are thinking it would be awesome to provide the user with some contextual hints when they encounter something that requires non-trivial interaction like double finger swipe.
This sounds hard to scope :)
We were thinking of inventing an attribute, something like:
aria-moz-screenreader-hint, and use that.
Assignee: nobody → yzenevich
Attached patch 1069574 patch v1Splinter Review
Attachment #8524746 - Flags: review?(eitan)
Comment on attachment 8524746 [details] [diff] [review]
1069574 patch v1

Review of attachment 8524746 [details] [diff] [review]:
-----------------------------------------------------------------

::: accessible/jsat/Utils.jsm
@@ +483,5 @@
> +    let hint = this.getAttributes(aAccessible)['moz-hint'];
> +    if (hint) {
> +      return hint;
> +    }
> +    debugger;

I will remove this
Comment on attachment 8524746 [details] [diff] [review]
1069574 patch v1

Review of attachment 8524746 [details] [diff] [review]:
-----------------------------------------------------------------

Looks good.

The utils method could be a PivotContext method, and we don't need another private method, it could be scoped inside the public one.
Attachment #8524746 - Flags: review?(eitan) → review+
https://hg.mozilla.org/mozilla-central/rev/c7c492d4f480
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla36
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: