ladybird/Tests/LibWeb/Text
Timothy Flynn f985ac8884 LibWeb: Implement element-referencing ARIA attributes
There are ARIA attributes, e.g. ariaControlsElements, which refer to a
list of elements by their ID. For example:

    <div aria-controls="item1 item2">

The div.ariaControlsElements attribute would be a list of elements whose
ID matches the values in the aria-controls attribute.
2025-04-25 01:20:12 +01:00
..
data LibWeb: Add Extended Tests for Window BarProps 2025-03-29 02:35:27 +00:00
expected LibWeb: Implement element-referencing ARIA attributes 2025-04-25 01:20:12 +01:00
input LibWeb: Re-import shadow DOM property reflection tests 2025-04-25 01:20:12 +01:00