mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-07 20:31:04 +03: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: https://github.com/SerenityOS/serenity/commit/324feb04e7 Pull-request: https://github.com/SerenityOS/serenity/pull/23586
@ -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…
Reference in New Issue
Block a user