fix isVisible false positives from deep nesting or alternate means#33960
fix isVisible false positives from deep nesting or alternate means#33960
isVisible false positives from deep nesting or alternate means#33960Conversation
|
@RyanBerliner Hm wouldn't be checking |
99% of the time, yes! However, so long as we keep the This is why I've decided to support the |
|
@RyanBerliner From my observations I couldn't find any informations in the spec tho, that would confirm if an HTMLAreaElement should or shouldn't have a bounding box. Also I found that even when you apply Maybe we should just risk it, and fix it if some issue pops up. |
|
Interesting - I'm starting to think we should just completely remove the edge case handling of |
|
To be honest, I don't really have a preference here. It's hard to argue when neither the browser nor the specification is clear about this behavior. I feel like image maps may be some abandoned thing since they lack of responsiveness or something. I had a talk with Geo yesterday, and he asked about opacity. My guess that would require to have a loop, if we want to take care about that too. Hard to say what's the best approach here, but I'm a bit concerned, that with that many iterations we will block you or kill your mood a bit. ❤️ |
|
IMO kill the 'AREA' thing. Is so rare. As @alpadev said:
I cannot agree more. |
isVisible false positives from deep nesting or alternate means
fixes #33914