mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-10 01:59:31 +00:00
LibWeb: Fix spec link on <textarea>'s value setter
This commit is contained in:
parent
a9b8840a82
commit
324feb04e7
Notes:
sideshowbarker
2024-07-17 07:19:27 +09:00
Author: https://github.com/trflynn89
Commit: 324feb04e7
Pull-request: https://github.com/SerenityOS/serenity/pull/23586
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ String HTMLTextAreaElement::value() const
|
||||||
return m_raw_value;
|
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)
|
void HTMLTextAreaElement::set_value(String const& value)
|
||||||
{
|
{
|
||||||
// FIXME: 1. Let oldAPIValue be this element's API value.
|
// FIXME: 1. Let oldAPIValue be this element's API value.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue