gecko-dev/accessible/tests/mochitest/value
James Teh e85d14a8ef Bug 1730175: Set aria-valuetext to "" on numeric datetime fields when the input is cleared. r=emilio,eeejay
Before this patch, we didn't set aria-valuetext when the value was initially empty, nor did we clear it after a value was set and subsequently cleared.
This resulted in incorrect numeric values being reported to users.
Now, we set aria-valuetext to "" in either of these cases.

Differential Revision: https://phabricator.services.mozilla.com/D125366
2021-09-29 06:30:06 +00:00
..
a11y.ini Bug 1730175: Set aria-valuetext to "" on numeric datetime fields when the input is cleared. r=emilio,eeejay 2021-09-29 06:30:06 +00:00
test_ariavalue.html
test_datetime.html Bug 1730175: Set aria-valuetext to "" on numeric datetime fields when the input is cleared. r=emilio,eeejay 2021-09-29 06:30:06 +00:00
test_general.html Bug 1650462: Don't include group descendants when calculating the acc name of treeitems. r=MarcoZ 2020-07-13 01:32:33 +00:00
test_meter.html Bug 1460378: Introduce meter role and HTMLMeterAccessible class. r=Jamie 2021-02-17 15:58:31 +00:00
test_number.html
test_progress.html
test_range.html