зеркало из https://github.com/mozilla/gecko-dev.git
3267d4f31f
Labels are often used as primary click targets for related inputs. If they are styled to certain bounds, but contain overflowing text for a11y with a color of "transparent", the synthesized click will happen outside the bounds of the label. If we skip text leafs with "color: transparent", we will skip labels altogether. Instead, lets land on labels when traversing, and ignore its subtree. Differential Revision: https://phabricator.services.mozilla.com/D77898 |
||
---|---|---|
.. | ||
ARIAGridAccessibleWrap.h | ||
AccessibleWrap.cpp | ||
AccessibleWrap.h | ||
ApplicationAccessibleWrap.h | ||
DocAccessibleWrap.cpp | ||
DocAccessibleWrap.h | ||
HTMLTableAccessibleWrap.h | ||
HyperTextAccessibleWrap.h | ||
ImageAccessibleWrap.h | ||
Platform.cpp | ||
ProxyAccessibleWrap.cpp | ||
ProxyAccessibleWrap.h | ||
RootAccessibleWrap.cpp | ||
RootAccessibleWrap.h | ||
SessionAccessibility.cpp | ||
SessionAccessibility.h | ||
TextLeafAccessibleWrap.h | ||
TraversalRule.cpp | ||
TraversalRule.h | ||
XULListboxAccessibleWrap.h | ||
XULMenuAccessibleWrap.h | ||
XULTreeGridAccessibleWrap.h | ||
moz.build |