LibWeb: Provide default text for Reset and Submit buttons

This commit is contained in:
stelar7 2025-01-07 00:30:02 +01:00 committed by Tim Ledbetter
parent c790cf2194
commit 056b774b1e
Notes: github-actions[bot] 2025-01-07 11:42:33 +00:00
2 changed files with 55 additions and 1 deletions

View file

@ -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;