mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 09:51:57 -05:00
LibWeb: Fix spec link on <textarea>'s value setter
This commit is contained in:
parent
a9b8840a82
commit
324feb04e7
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue