LibWeb/SVG: Implement default_tab_index_value for a element

Another FIXME bites the dust :^)
This commit is contained in:
Jamie Mansfield 2024-08-14 18:45:18 +01:00 committed by Tim Ledbetter
commit 9c4e80a3ec
Notes: github-actions[bot] 2024-08-14 19:40:26 +00:00
5 changed files with 61 additions and 1 deletions

View file

@ -33,6 +33,7 @@ private:
// ^DOM::Element
virtual void attribute_changed(FlyString const& name, Optional<String> const& old_value, Optional<String> const& value) override;
virtual i32 default_tab_index_value() const override;
JS::GCPtr<DOM::DOMTokenList> m_rel_list;
};