LibWeb: Add support for the “suggestion” ARIA role

This commit is contained in:
sideshowbarker 2024-12-09 11:41:14 +09:00 committed by Sam Atkins
commit 96540e9f89
Notes: github-actions[bot] 2024-12-12 08:54:20 +00:00
5 changed files with 48 additions and 3 deletions

View file

@ -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,