LibWeb: Ensure inert elements are not visible for hit testing

This commit is contained in:
Tim Ledbetter 2025-02-05 23:37:21 +00:00 committed by Sam Atkins
commit cb405c773b
Notes: github-actions[bot] 2025-02-21 12:43:19 +00:00
4 changed files with 67 additions and 1 deletions

View file

@ -109,7 +109,7 @@ public:
CSS::ImmutableComputedValues const& computed_values() const;
bool visible_for_hit_testing() const { return computed_values().pointer_events() != CSS::PointerEvents::None; }
bool visible_for_hit_testing() const;
GC::Ptr<HTML::Navigable> navigable() const;