mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 18:47:53 +00:00
1dcf0a5946
Calculating it relative to an ancestor causes problems when the frame ancestry and the a11y ancestry diverge. For example, this can happen for a transform which is also position: absolute. In that case, the parent Accessible's frame is not an ancestor of the child Accessible's frame. Since the transform is no longer relative to the ancestor, we no longer need to remove our parent-relative bounds before applying it. However, we do need to ensure that we apply the transform *before* adding parent-relative bounds. Differential Revision: https://phabricator.services.mozilla.com/D169059 |
||
---|---|---|
.. | ||
browser | ||
crashtests | ||
mochitest |