mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
LibWeb: Allow focusable for the first summary child of a detail element
This commit is contained in:
committed by
Jelle Raaijmakers
parent
8ca59e7c7e
commit
bd56fdc57b
Notes:
github-actions[bot]
2025-11-12 12:58:07 +00:00
Author: https://github.com/lpas Commit: https://github.com/LadybirdBrowser/ladybird/commit/bd56fdc57b5 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6780 Reviewed-by: https://github.com/gmta ✅
@@ -2,8 +2,8 @@ Harness status: OK
|
||||
|
||||
Found 35 tests
|
||||
|
||||
33 Pass
|
||||
2 Fail
|
||||
34 Pass
|
||||
1 Fail
|
||||
Pass a should not be focusable by default.
|
||||
Pass a[href] should be focusable by default.
|
||||
Pass button should be focusable by default.
|
||||
@@ -12,7 +12,7 @@ Pass input[type="button"] should be focusable by default.
|
||||
Pass select should be focusable by default.
|
||||
Pass textarea should be focusable by default.
|
||||
Pass #summary-out should not be focusable by default.
|
||||
Fail #summary-first should be focusable by default.
|
||||
Pass #summary-first should be focusable by default.
|
||||
Pass #summary-second should not be focusable by default.
|
||||
Pass [contenteditable] should be focusable by default.
|
||||
Pass iframe should be focusable by default.
|
||||
|
||||
Reference in New Issue
Block a user