Stefan

Results 31 comments of Stefan

It is mandatory that this functionality/relationship is implemented to satisfy https://www.w3.org/TR/WCAG21/#info-and-relationships. Current technical inability because part of structure is in Shadow DOM is no reason not to fulfil above general...

Don't forget the **context menu** of an item to access item-specific functions.

> As a data point, the Chrome address bar suggestions and Google search suggestions can have additional actions as you up/down arrow. For example, a Remove (from future suggestions) button...

> @stes-acc I haven't forgotten the context menu :). That has been one keyboard mechanism we've tried as a way to give access to what are visually secondary buttons on...

Don't forget [aria-description](https://w3c.github.io/aria/#aria-description).

Is the concept of disabling a group also valid for content of forms and regions and landmarks? In other programming languages, when you disable a container, all members are automatically...

I still AM a bit confused regarding placeholder as fallback in accessible name / description computation. UIA-mapping-wise, content is transported using own designated property: https://www.w3.org/TR/core-aam-1.1/: _MSAA/UIA mappings for aria-placeholder :...

If so, I'd like that computation extension being persisted in [HTML-AAM](https://w3c.github.io/html-aam/), too. Preferably with a list of containers and children where this implicit mapping applies.

I think it is expected from screen readers like Jaws that they query on input focus the parent cell relationship to its row/column header label and speak that. Because this...

(duplicate from https://github.com/w3c/aria/issues/1440) Can we also please discuss what role according to the ARIA group those clickable icons representing secondary actions should have? These often appear in control contexts where...