mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-28 02:27:19 +02:00
LibWeb: Remove duplicated HTMLInputElement::name
This is already implemented by Element with a cache. Remove it - and make use of this function where applicable.
This commit is contained in:
committed by
Andreas Kling
parent
0695236408
commit
2a94cddb02
Notes:
sideshowbarker
2024-07-17 06:09:44 +09:00
Author: https://github.com/shannonbooth Commit: https://github.com/SerenityOS/serenity/commit/2a94cddb02 Pull-request: https://github.com/SerenityOS/serenity/pull/22732
@@ -65,7 +65,6 @@ public:
|
||||
WebIDL::ExceptionOr<void> set_type(String const&);
|
||||
|
||||
ByteString default_value() const { return deprecated_attribute(HTML::AttributeNames::value); }
|
||||
ByteString name() const { return deprecated_attribute(HTML::AttributeNames::name); }
|
||||
|
||||
virtual String value() const override;
|
||||
WebIDL::ExceptionOr<void> set_value(String const&);
|
||||
|
||||
Reference in New Issue
Block a user