gecko-dev/accessible/tests/mochitest/name
James Teh bb39797e35 Bug 1629078 part 1: For eNameFromSubtreeIfReqRule, don't walk into the descendants of the Accessible for which the text equiv is being calculated. r=MarcoZ
We already skipped descendants for eNameFromSubtreeIfReqRule when the element wasn't labelled by something else; i.e. when calling GetNameFromSubtree.
However, when such an element is labelled/described by an ancestor, we compute the text equiv for the label using AppendTextEquivFromContent.
Previously, when descending from the ancestor down into the element itself, we would descend into its subtree despite eNameFromSubtreeIfReqRule.
This meant that groupings labelled/described by ancestor would include the content of the grouping itself in its label/description.
This was causing problems for time inputs (once those can accept an ancestor label in the next patch).

Differential Revision: https://phabricator.services.mozilla.com/D72079
2020-04-23 04:38:19 +00:00
..
a11y.ini Bug 1429575 - removing test disabling conditions. r=Jamie 2020-02-06 00:30:08 +00:00
markup.js Bug 1602069 - Enable ESLint no-undef rule for accessible/test/mochitest js files. r=Jamie 2019-12-08 23:52:15 +00:00
markuprules.xml Bug 686400 - Delay accessible removal on frame reconstruction. r=Jamie,emilio 2019-08-02 22:13:28 +00:00
test_ARIACore_examples.html Bug 1544322 - Part 3 - Remove the [type] attribute for multiline <script> tags loading files in chrome://mochikit/content/ r=bzbarsky 2019-04-16 03:59:25 +00:00
test_browserui.xhtml Bug 1429575 - update test_browserui test to use BrowserTestUtils wherever possible. r=Jamie 2020-01-31 15:00:45 +00:00
test_counterstyle.html Bug 1544322 - Part 3 - Remove the [type] attribute for multiline <script> tags loading files in chrome://mochikit/content/ r=bzbarsky 2019-04-16 03:59:25 +00:00
test_general.html Bug 1629078 part 1: For eNameFromSubtreeIfReqRule, don't walk into the descendants of the Accessible for which the text equiv is being calculated. r=MarcoZ 2020-04-23 04:38:19 +00:00
test_general.xhtml Bug 1606130 - Make display: -moz-box more similar to other display types for block layout. r=jfkthame,surkov 2020-01-07 21:00:42 +00:00
test_link.html Bug 1544322 - Part 3 - Remove the [type] attribute for multiline <script> tags loading files in chrome://mochikit/content/ r=bzbarsky 2019-04-16 03:59:25 +00:00
test_list.html Bug 1474771 - Adjust accessibility test_list.html to deal with frames having NS_FRAME_IS_DIRTY more often. r=Jamie 2019-07-03 05:30:30 +00:00
test_markup.html Bug 1544322 - Part 3 - Remove the [type] attribute for multiline <script> tags loading files in chrome://mochikit/content/ r=bzbarsky 2019-04-16 03:59:25 +00:00
test_svg.html Bug 1544322 - Part 3 - Remove the [type] attribute for multiline <script> tags loading files in chrome://mochikit/content/ r=bzbarsky 2019-04-16 03:59:25 +00:00
test_tree.xhtml Bug 1588918, rename .xul test files in accessible/ to .xhtml r=surkov 2019-10-16 16:59:02 +00:00