Closed
Bug 1069574
Opened 11 years ago
Closed 11 years ago
[AccessFu] Read specialized screen reader hint tags
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
mozilla36
People
(Reporter: eeejay, Assigned: yzen)
Details
(Whiteboard: [b2ga11y p=1])
Attachments
(1 file)
|
7.36 KB,
patch
|
eeejay
:
review+
|
Details | Diff | Splinter Review |
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.
Comment 1•11 years ago
|
||
This sounds hard to scope :)
| Reporter | ||
Comment 2•11 years ago
|
||
We were thinking of inventing an attribute, something like:
aria-moz-screenreader-hint, and use that.
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → yzenevich
| Assignee | ||
Comment 3•11 years ago
|
||
Attachment #8524746 -
Flags: review?(eitan)
| Assignee | ||
Comment 4•11 years ago
|
||
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
| Reporter | ||
Comment 5•11 years ago
|
||
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+
| Assignee | ||
Comment 6•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla36
You need to log in
before you can comment on or make changes to this bug.
Description
•