gecko-dev/accessible/generic
James Teh b02d77311a Bug 1628415 part 2: Correct comments regarding XUL control Accessible name computation. r=MarcoZ
This is not strictly related to this bug, but I'm touching the surrounding code and I've been confused by this on several occasions.
The previous comments suggested that NameFromAssociatedXULLabel (which uses XULLabelIterator) looks at child labels.
This is incorrect: XULLabelIterator only looks at <label control="id">.
The inclusion of child labels in the name comes from GetNameFromSubtree, which is called elsewhere.

Differential Revision: https://phabricator.services.mozilla.com/D74371
2020-05-08 04:27:00 +00:00
..
ARIAGridAccessible-inl.h
ARIAGridAccessible.cpp
ARIAGridAccessible.h
Accessible-inl.h
Accessible.cpp Bug 1628415 part 2: Correct comments regarding XUL control Accessible name computation. r=MarcoZ 2020-05-08 04:27:00 +00:00
Accessible.h Bug 1625864 - Fire state change event on LINKED change. r=Jamie,morgan 2020-04-24 14:34:09 +00:00
ApplicationAccessible.cpp
ApplicationAccessible.h
BaseAccessibles.cpp
BaseAccessibles.h
DocAccessible-inl.h
DocAccessible.cpp Bug 1634217. Make `accessible/` buildable outside of `unified-build` environment. r=eeejay 2020-05-01 04:28:35 +00:00
DocAccessible.h Bug 1628715 - Part 7: Add MOZ_NONNULL_RETURN to infallible nsTArray::AppendElements. r=xpcom-reviewers,necko-reviewers,nika,valentin 2020-04-24 13:31:14 +00:00
FormControlAccessible.cpp
FormControlAccessible.h
HyperTextAccessible-inl.h
HyperTextAccessible.cpp Bug 1634663: part 1) Declare `Selection::GetRangeAt`'s callers `const` around dom/ code. r=masayuki 2020-05-02 23:43:02 +00:00
HyperTextAccessible.h
ImageAccessible.cpp
ImageAccessible.h
OuterDocAccessible.cpp
OuterDocAccessible.h
RootAccessible.cpp Bug 1634217. Make `accessible/` buildable outside of `unified-build` environment. r=eeejay 2020-05-01 04:28:35 +00:00
RootAccessible.h
TableAccessible.cpp Bug 1634217. Make `accessible/` buildable outside of `unified-build` environment. r=eeejay 2020-05-01 04:28:35 +00:00
TableAccessible.h
TableCellAccessible.cpp
TableCellAccessible.h
TextLeafAccessible.cpp
TextLeafAccessible.h
moz.build