Yura Zenevich
f7f2600a27
Bug 1001628 - listbox option role string is now less verbose. r=eeejay
...
---
accessible/tests/mochitest/jsat/test_output.html | 12 ++++++++++--
dom/locales/en-US/chrome/accessibility/AccessFu.properties | 2 +-
2 files changed, 11 insertions(+), 3 deletions(-)
2014-04-30 11:27:13 -04:00
Marco Zehe
f31cf99608
Bug 989958 - Expose PRESSED state on a native button element and remove CHECKABLE state from toggle buttons, r=surkov, r=eeejay
2014-04-04 10:01:19 +02:00
Eitan Isaacson
b215619269
Bug 978075 - Screen reader turn on and off announce. r=yzen
...
This patch does several other things:
1. When a PrefCache with no default setting available is created, or cleared, set value to null.
2. Removed weird margin change in announce box.
3. Add announce method to speech presenter.
4. Don't start and stop AccessFu implicitly in AccessFuTest.
5. Change tests to two start/stop pairs where in one pair we activate via pref, and
the other one via settings (TODO).
2014-03-04 10:10:38 -08:00
Max Li
5583fc9732
Bug 933393 - [AccessFu] Utter selection changes. r=eeejay
...
--HG--
extra : rebase_source : 2997b101df0cc63aba3e94b60ebe63c0db7eb3b7
2013-11-12 19:56:24 -05:00
Yura Zenevich
fc8d60de77
Bug 934737 - [AccessFu] fixing a string bundle error when encountering an input type='date'. r=eeejay
...
---
accessible/src/jsat/OutputGenerator.jsm | 7 ++++++-
accessible/tests/mochitest/jsat/test_utterance_order.html | 4 ++++
dom/locales/en-US/chrome/accessibility/AccessFu.properties | 1 +
3 files changed, 11 insertions(+), 1 deletion(-)
2013-11-05 21:51:56 -05:00
Yura Zenevich
6ef1a2b457
Bug 924896 - [AccessFu] Exposing the type attribute for entries such as search, url, tel, etc. r=eeejay
...
---
accessible/src/jsat/OutputGenerator.jsm | 22 +++++++++++++++++-
.../tests/mochitest/jsat/test_utterance_order.html | 27 ++++++++++++++++++++++
.../en-US/chrome/accessibility/AccessFu.properties | 6 +++++
3 files changed, 54 insertions(+), 1 deletion(-)
2013-10-24 23:21:29 -04:00
Ed Morley
eded2daadb
Backed out changeset f59777bbd950 (bug 924896)
2013-10-24 18:14:09 +01:00
Yura Zenevich
41ecc9a0dc
Bug 924896 - [AccessFu] Exposing the type attribute for entries such as search, url, tel, etc. r=eeejay
...
---
accessible/src/jsat/OutputGenerator.jsm | 17 +++++++++++-
.../tests/mochitest/jsat/test_utterance_order.html | 27 ++++++++++++++++++++
.../en-US/chrome/accessibility/AccessFu.properties | 6 ++++
3 files changed, 49 insertions(+), 1 deletions(-)
2013-10-24 11:16:23 -04:00
Yura Zenevich
bd1a13e7e8
Bug 795957 - [PATCH 1/2][AccessFu] Adding support for live regions. r=eejay
...
---
accessible/src/jsat/AccessFu.jsm | 6 +
accessible/src/jsat/EventManager.jsm | 192 ++++++++++++++++++--
accessible/src/jsat/OutputGenerator.jsm | 10 +-
accessible/src/jsat/Presentation.jsm | 47 +++++-
accessible/src/jsat/Utils.jsm | 39 +++--
.../en-US/chrome/accessibility/AccessFu.properties | 4 +
6 files changed, 263 insertions(+), 35 deletions(-)
2013-08-21 12:40:06 -04:00
Marco Zehe
24dd6a6bb7
Bug 907125 - [AccessFu] Improve the output for ARIA tabs and tab lists, r=yzen
2013-08-21 09:52:46 +02:00
Francesco Lodolo [:flod]
793a8f6b53
Bug 894844 - Add localization comment to plural forms in AccessFu.properties. r=yzen
2013-07-17 14:34:22 -04:00
Marco Zehe
a2d7846b39
Bug 893336 - Rename listItemCount to reflect string change, r=yzen,flod
2013-07-15 15:57:54 +02:00
Marco Zehe
dfa71f5e1c
Bug 892491 - [AccessFu] Add landmark quick navigation, r=eeejay
2013-07-11 16:42:11 -04:00
Yura Zenevich
72d3039342
Bug 891335 - [AccessFu] Making lists with only one item use the singular form of 'List 1 item'. r=eeejay, marcoz
...
---
accessible/src/jsat/OutputGenerator.jsm | 6 +++---
.../tests/mochitest/jsat/test_landmarks.html | 4 ++--
.../tests/mochitest/jsat/test_utterance_order.html | 12 ++++++------
.../en-US/chrome/accessibility/AccessFu.properties | 2 +-
4 files changed, 12 insertions(+), 12 deletions(-)
2013-07-10 10:33:38 -04:00
Yura Zenevich
f348323f11
Bug 888256 - Adding support for speaking landmarks. r=eeejay, marcoz
...
---
accessible/src/jsat/OutputGenerator.jsm | 76 ++++++++--
accessible/tests/mochitest/jsat/Makefile.in | 1 +
.../tests/mochitest/jsat/test_landmarks.html | 154 ++++++++++++++++++++
.../en-US/chrome/accessibility/AccessFu.properties | 8 +
4 files changed, 225 insertions(+), 14 deletions(-)
create mode 100644 accessible/tests/mochitest/jsat/test_landmarks.html
2013-07-09 16:09:25 -04:00
Yura Zenevich
dd580decd2
Bug 830748 - [PATCH 1/2] [AccessFu] Improved reading of table semantics. r=eeejay
2013-06-27 14:15:36 -07:00
Max Li
f28dcf0bef
Bug 876475 - Make braille output less verbose. r=eeejay r=kats r=ted
...
--HG--
rename : accessible/src/jsat/UtteranceGenerator.jsm => accessible/src/jsat/OutputGenerator.jsm
rename : accessible/tests/mochitest/jsat/utterance.js => accessible/tests/mochitest/jsat/output.js
2013-06-17 10:36:41 -04:00
Marco Zehe
768a884728
Bug 877640 - [AccessFu] Expose the STATE_HASPOPUP info, r=yzen
2013-05-30 17:24:18 +02:00
Eitan Isaacson
4413b8708c
Bug 818343 - Introduce gesture quick navigation. r=davidb
2012-12-11 10:12:12 -08:00
Marco Zehe
9405d950dc
Bug 811269 - [AccessFu] Improve list and list item speech output, r=eeejay
2012-11-14 19:20:50 +01:00
Eitan Isaacson
046f0925ed
Bug 757372 - Announce "editing" when in editing mode. Use a11y states and focus to determine it. r=davidb
2012-07-10 16:10:15 -07:00
Hub Figuière
e66f91f91c
Bug 718700 - Implement subroles for WAI-ARIA Landmarks. f=marcoz r=dbolter
...
--HG--
extra : rebase_source : b4bd571fe82d401d96bdd11ad8902b3fa03b1294
2012-06-29 14:12:18 -07:00
Marco Zehe
71a31c7b67
Bug 757381 - Indicate whether a text entry field is multi line. r=eeejay
2012-05-25 09:37:48 -07:00
Eitan Isaacson
e8f5c2b9c7
Bug 757954 - Streamline and generalize state utterances in AccessFu UtteranceGenerator. r=MarcoZ
2012-05-24 11:46:04 -07:00
Gervase Markham
ca171eec44
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
Eitan Isaacson
7704a9f3c9
Bug 745986 - Report page loading, loaded and new tabs. r=surkov
2012-05-07 09:44:44 -07:00
Hub Figuière
de25f4f6ca
Bug 746358 - Implement new role for definition lists. r=tbsaunde
2012-04-24 11:35:23 -07:00
Hub Figuière
29f8c7e2dc
Bug 712924 - Part 2: Return the proper role description for definition lists, with localization. r=surkov a=NPOTB
2012-04-17 17:31:03 -07:00
Eitan Isaacson
30b13c4580
Bug 739498 - Added Javascript modules for mobile accessibility. r=surkov
2012-04-13 16:18:57 -07:00
Hub Figuière
81885a0d46
Bug 712927 - Rework the tabs hierarchy in Mac a11y. r=tbsaunde,surkov
...
--HG--
extra : rebase_source : 32fcd72c7b3dd377e0fb379c5838012fd84610a5
2012-01-26 22:14:09 -08:00
Hub Figuière
1ca1b7f113
Bug 714976 - The role description should be HTML Content. r=tbsaunde
2012-01-06 15:21:17 -08:00
hg@mozilla.com
465265d0d4
Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
2007-03-22 10:30:00 -07:00