summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/DOM/AccessibilityTreeNode.cpp
AgeCommit message (Expand)Author
2023-04-24LibWeb: Serialize element's IDs when serializing a11y treeJonah
2023-03-15LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtrMatthew Olsson
2023-03-06LibWeb: Fix a few const-ness issuesMatthew Olsson
2023-02-19LibWeb: Serialize Accessible Name and Description for Accessibility TreeJonah
2023-02-18LibWeb: Make factory method of DOM::AccessibilityTreeNode fallibleKenneth Myhra
2023-01-29LibWeb: Move ARIA-related code into the Web::ARIA namespaceLinus Groh
2023-01-29LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocateTimothy Flynn
2023-01-28LibWeb: Replace ARIA role static FlyStrings with an enumMacDue
2023-01-07LibWeb: Add Function To Build Accessiblity TreeJonah