mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-29 20:59:00 +00:00
LibWeb: Support the ARIA “sectionheader” & “sectionfooter” roles
This commit is contained in:
parent
203267fcc2
commit
1b165d887b
Notes:
github-actions[bot]
2024-12-16 14:57:25 +00:00
Author: https://github.com/sideshowbarker
Commit: 1b165d887b
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2932
6 changed files with 153 additions and 4 deletions
|
@ -82,7 +82,9 @@ namespace Web::ARIA {
|
|||
__ENUMERATE_ARIA_ROLE(search) \
|
||||
__ENUMERATE_ARIA_ROLE(searchbox) \
|
||||
__ENUMERATE_ARIA_ROLE(section) \
|
||||
__ENUMERATE_ARIA_ROLE(sectionfooter) \
|
||||
__ENUMERATE_ARIA_ROLE(sectionhead) \
|
||||
__ENUMERATE_ARIA_ROLE(sectionheader) \
|
||||
__ENUMERATE_ARIA_ROLE(select) \
|
||||
__ENUMERATE_ARIA_ROLE(separator) \
|
||||
__ENUMERATE_ARIA_ROLE(slider) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue