mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-26 22:38:51 +00:00
LibWeb: Provide default text for Reset and Submit buttons
This commit is contained in:
parent
c790cf2194
commit
056b774b1e
Notes:
github-actions[bot]
2025-01-07 11:42:33 +00:00
Author: https://github.com/stelar7
Commit: 056b774b1e
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3165
Reviewed-by: https://github.com/tcl3 ✅
2 changed files with 55 additions and 1 deletions
|
@ -306,6 +306,8 @@ private:
|
|||
GC::Ptr<DOM::Element> m_placeholder_element;
|
||||
GC::Ptr<DOM::Text> m_placeholder_text_node;
|
||||
|
||||
void update_button_input_shadow_tree();
|
||||
|
||||
void update_text_input_shadow_tree();
|
||||
GC::Ptr<DOM::Element> m_inner_text_element;
|
||||
GC::Ptr<DOM::Text> m_text_node;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue