mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-28 02:27:19 +02:00
LibWeb/HTML: Select html input elements with selectable text
only select input elements that select applies to and has a selectable text.
This commit is contained in:
committed by
Andreas Kling
parent
d77843e2f0
commit
6fe43e9f73
Notes:
github-actions[bot]
2024-09-22 04:44:47 +00:00
Author: https://github.com/mobounya Commit: https://github.com/LadybirdBrowser/ladybird/commit/6fe43e9f736 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1478
@@ -204,6 +204,7 @@ public:
|
||||
bool step_up_or_down_applies() const;
|
||||
bool select_applies() const;
|
||||
bool selection_or_range_applies() const;
|
||||
bool has_selectable_text() const;
|
||||
|
||||
static bool selection_or_range_applies_for_type_state(TypeAttributeState);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user