mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-17 21:26:44 +00:00
LibWeb: Fix spec link on <textarea>'s value setter
This commit is contained in:
committed by
Andreas Kling
parent
a9b8840a82
commit
324feb04e7
@@ -129,7 +129,7 @@ String HTMLTextAreaElement::value() const
|
||||
return m_raw_value;
|
||||
}
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/form-elements.html#dom-output-value
|
||||
// https://html.spec.whatwg.org/multipage/form-elements.html#dom-textarea-value
|
||||
void HTMLTextAreaElement::set_value(String const& value)
|
||||
{
|
||||
// FIXME: 1. Let oldAPIValue be this element's API value.
|
||||
|
||||
Reference in New Issue
Block a user