mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-28 04:08:08 +00:00
LibWeb: Follow spec steps to set the selectionDirection attribute value
This commit is contained in:
committed by
Andreas Kling
parent
e0cd2edccb
commit
d0b97873d4
@@ -118,7 +118,7 @@ public:
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#dom-textarea/input-selectiondirection
|
||||
String selection_direction_binding() const;
|
||||
void set_selection_direction_binding(String direction);
|
||||
void set_selection_direction_binding(String const& direction);
|
||||
|
||||
void set_dirty_value_flag(Badge<FormAssociatedElement>, bool flag) { m_dirty_value = flag; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user