LibWeb: Support accent-color for range input and progress element

Fixes #466

(cherry picked from commit 9df8e1f22468884db353f55d10823cd3d15c511b)
This commit is contained in:
simonkrauter
2024-07-11 17:47:25 -03:00
committed by Nico Weber
parent a8c4f34bff
commit 61f38a1fa7
5 changed files with 32 additions and 5 deletions

View File

@@ -212,6 +212,7 @@ private:
// ^DOM::Element
virtual i32 default_tab_index_value() const override;
virtual void computed_css_values_changed() override;
// https://html.spec.whatwg.org/multipage/input.html#image-button-state-(type=image):dimension-attributes
virtual bool supports_dimension_attributes() const override { return type_state() == TypeAttributeState::ImageButton; }