sideshowbarker
sideshowbarker
This change updates our handling of computation for default ARIA roles for the img, section, and aside elements to match the expectations in the updated WPT test at http://wpt.live/html-aam/roles-contextual.html. This...
Given the following test case: ```html visible to all users, hidden from all users, un-hidden for all users ``` That case says the expected accessible name for that `h2` element...
https://w3c.github.io/accname/#comp_labelledby I have found that: 1. The _“div group explicitly labelledby self and heading”_ subtest at https://wpt.fyi/results/accname/name/comp_labelledby.html won’t pass unless when performing the “For each IDREF” substep of the “LabelledBy”...
https://wpt.fyi/results/accname/name/comp_host_language_label.html has “encapsulation” tests, from which can be induced a requirement that when computing the accessible name for a ``-ed form control (“embedded control”), then any content (text content or...
Given an `img` with an empty `alt` attribute and a non-empty `title` attribute, the HTML-AAM spec requires using the empty `alt` value as the accessible name. But the accname spec...
If the ARIA WG were to provide the data from the per-role _Characteristics_ tables in the ARIA spec in JSON or in some other machine-readable form, it could be generally...
I have gcalcli installed and working as expected — except that the cache does not seem to be getting used. nothing seems to be getting cached. ### Steps to reproduce...
This change detects the specified encoding of any document posted as a link, and uses that encoding to display the preview text for the link. Otherwise, without this change, the...
For people reading specs, it’s useful to have some explicit *“This section is non-normative”* text in the spec — to make it clear and unambiguous to readers that they’re reading...