target-size must check whether nearby elements are obscured #4387
Closed
Description
The "Accept all cookies" link should not fail. The nearby "go to top" link is obscured:
<div style="position: fixed; bottom: 0">
<a href="#">Go to top</a>
</div>
<div style="position: fixed; bottom: 0; left: 0; right: 0; background: #eee">
Cookies: <a href="#">Accept all cookies</a>
</div>
Note There are open issues related to this. Review them and keep them in mind when working on this.