James Craig
James Craig
Another old ARIA issue on the same topic: https://github.com/w3c/aria/issues/832
@jnurthen found an example that uses shift-click to sort multiple columns: https://datatables.net/examples/basic_init/multi_col_sort.html  I don't think this is...
Quick brainstorm: the "multi-column sort order/priority" problem might be solved as a new attribute `aria-sortorder: null | 1 | 2 | n…` or as a variant value on the existing...
> In the applications I know, this is very clearly marked with numbers in the column headings Screen shots and/or more specific references to those may help. I don't think...
- https://github.com/w3c/aria/issues/744
Hi @frankelavsky! 👋 Unfortunately I did not find the other "status" related ARIA issue I recalled, but conceptually, this is similar to "Status" in most screen readers... For example the...
> tl;dr: especially for domains like visualization, which have domain-specific concepts that aren't in general-purpose docments/forms, it would help to be able to offer granular control over different tokens of...
There are [objections to enshrining the misspelled content attribute](https://github.com/w3c/aria/issues/2093#issuecomment-2705243103), so this one may be closed as `Not To Be Fixed`.
Downstream from ARIA 1887 (2023 work to get WPT Accessibility project spun up) - https://github.com/w3c/aria/issues/1887
I believe Apple's data visualization API is the most fleshed out of any native platform public API, so a Web DataViz API should aim to support some or all of...