mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:07:34 +00:00
LibWeb: Add ARIA::allows_name_from_content
This is required to implement accessible name and description calculation.
This commit is contained in:
parent
613cfb31b1
commit
fc3ee471ed
2 changed files with 26 additions and 0 deletions
|
@ -124,5 +124,6 @@ bool is_live_region_role(Role);
|
|||
bool is_windows_role(Role);
|
||||
|
||||
bool is_non_abstract_role(Role);
|
||||
bool allows_name_from_content(Role);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue