mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 19:59:17 +00: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
@@ -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