mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-21 02:35:21 +00:00
bb33c7f919
Previously, this returned a value if the ARIA value rule was not eNoValue, which covered eHasValueMinMaxIfFocusable. However, eHasValueMinMaxIfFocusable needs the focusable state to be checked. Rather than checking the value rule directly, just use HasNumericValue(), which already knows how to handle this. Differential Revision: https://phabricator.services.mozilla.com/D81483