mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
LibWeb: Add stub reset algorithm for HTMLTextAreaElement
This commit is contained in:
committed by
Andreas Kling
parent
b55c9f36dc
commit
119e58a8c1
@@ -24,4 +24,10 @@ i32 HTMLTextAreaElement::default_tab_index_value() const
|
||||
return 0;
|
||||
}
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/form-elements.html#the-textarea-element:concept-form-reset-control
|
||||
void HTMLTextAreaElement::reset_algorithm()
|
||||
{
|
||||
// FIXME: The reset algorithm for textarea elements is to set the dirty value flag back to false, and set the raw value of element to its child text content.
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user