Files
servo/components/script/dom/html
Martin Robinson cd8df9e099 script: Allow <input type=button> to be activatable (#42095)
Although these type of inputs do not have an activation behavior (the
behavior of their clicks are up to the page), they should still get the
"active" node state when they are pressed. This allows the `:active`
pseudo-selector to work on them, making press highlights work.

Testing: This fixes two WPT subtests.

Signed-off-by: Martin Robinson <mrobinson@igalia.com>
2026-01-23 08:11:02 +00:00
..