mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 12:07:14 +02:00
LibWeb: Support setting dimensions on input image buttons
Users are allowed to specify the height and width of an image button directly in the HTML.
This commit is contained in:
committed by
Andreas Kling
parent
3ea26327c7
commit
3f3db34587
Notes:
sideshowbarker
2024-07-17 06:00:02 +09:00
Author: https://github.com/trflynn89 Commit: https://github.com/SerenityOS/serenity/commit/3f3db34587 Pull-request: https://github.com/SerenityOS/serenity/pull/23256
@@ -194,6 +194,7 @@ private:
|
||||
|
||||
// ^DOM::Element
|
||||
virtual i32 default_tab_index_value() const override;
|
||||
virtual void apply_presentational_hints(CSS::StyleProperties&) const override;
|
||||
|
||||
// ^Layout::ImageProvider
|
||||
virtual bool is_image_available() const override;
|
||||
|
||||
Reference in New Issue
Block a user