|
@@ -37,6 +37,10 @@ public:
|
|
TypeAttributeState type_state() const;
|
|
TypeAttributeState type_state() const;
|
|
void set_type(String const&);
|
|
void set_type(String const&);
|
|
|
|
|
|
|
|
+ // ^EventTarget
|
|
|
|
+ // https://html.spec.whatwg.org/multipage/interaction.html#the-tabindex-attribute:the-button-element
|
|
|
|
+ virtual bool is_focusable() const override { return true; }
|
|
|
|
+
|
|
// ^FormAssociatedElement
|
|
// ^FormAssociatedElement
|
|
// https://html.spec.whatwg.org/multipage/forms.html#category-listed
|
|
// https://html.spec.whatwg.org/multipage/forms.html#category-listed
|
|
virtual bool is_listed() const override { return true; }
|
|
virtual bool is_listed() const override { return true; }
|