1
Fork 0
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:
Jonah 2023-02-05 11:20:16 -06:00 committed by Linus Groh
parent 613cfb31b1
commit fc3ee471ed
2 changed files with 26 additions and 0 deletions

View file

@ -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);
}