Benjamin Beaudry

Results 5 issues of Benjamin Beaudry

Someone suggested to me that the HOME and END keys move the focus to the first/last focusable element within a focusgroup when pressed while the focused element is a focusgroup...

stale
focusgroup

While working on [this accname wpt](https://wpt.fyi/results/accname/name/comp_embedded_control.html?label=master&label=experimental&aligned&view=interop&q=label%3Ainterop-2024-accessibility) with Daniel Clark, we stumbled upon [the computation steps, section 2C](https://w3c.github.io/accname/#comp_embedded_control), where it says: > Combobox/Listbox: If the embedded control has role [combobox](https://w3c.github.io/aria/#combobox) or...

According to [UIA's control type documentation](https://docs.microsoft.com/en-us/dotnet/api/system.windows.automation.controltype?view=windowsdesktop-6.0), the "Text" control type "Identifies an edit control, such as a text box or rich text box". Based on this definition, it seems like...

According to the [gridcell](https://www.w3.org/TR/wai-aria-1.1/#gridcell)'s specs, > A gridcell may be [...] selectable. For single-selection containers, the ARIA specification about [aria-selected](https://www.w3.org/TR/wai-aria-1.1/#aria-selected) says: >The selection normally follows the focus [...]. With the...

# Description of bug or feature request Accessibility testing frameworks currently have no way to query the ARIA semantics applied through ElementInternals within custom elements. This results in false positives...

Agenda