mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-22 02:09:24 +00:00
LibWeb: Add support for the “suggestion” ARIA role
This commit is contained in:
parent
68164aa7ec
commit
96540e9f89
Notes:
github-actions[bot]
2024-12-12 08:54:20 +00:00
Author: https://github.com/sideshowbarker
Commit: 96540e9f89
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2845
Reviewed-by: https://github.com/AtkinsSJ ✅
5 changed files with 48 additions and 3 deletions
|
@ -131,6 +131,7 @@ bool is_document_structure_role(Role role)
|
|||
Role::separator, // TODO: Only when not focusable
|
||||
Role::strong,
|
||||
Role::subscript,
|
||||
Role::suggestion,
|
||||
Role::superscript,
|
||||
Role::table,
|
||||
Role::term,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue