mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-03 13:02:09 +02:00
This change ensures that: - if an element for which an accessible name otherwise wouldn’t be computed is referenced in an aria-labelledby value, the accessible name for the element will be computed as expected. - if an element has both an aria-label value and also an aria-labelledby value, the text from the aria-label value gets included in the computation of the element’s accessible name. Otherwise, without this change, some elements with aria-labelledby values will unexpectedly end up without accessible names, and some elements with aria-label values will unexpectedly not have that aria-label value included in the element’s accessible name.