mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
LibWeb: Adjust buttons computed display style
This commit is contained in:
parent
4bcb34d7a0
commit
f54793315c
Notes:
github-actions[bot]
2025-11-01 13:03:55 +00:00
Author: https://github.com/lpas
Commit: f54793315c
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6481
Reviewed-by: https://github.com/AtkinsSJ ✅
5 changed files with 41 additions and 20 deletions
|
|
@ -31,6 +31,7 @@ public:
|
|||
virtual ~HTMLButtonElement() override;
|
||||
|
||||
virtual void initialize(JS::Realm&) override;
|
||||
virtual void adjust_computed_style(CSS::ComputedProperties&) override;
|
||||
|
||||
enum class TypeAttributeState {
|
||||
#define __ENUMERATE_HTML_BUTTON_TYPE_ATTRIBUTE(_, state) state,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue