-
Notifications
You must be signed in to change notification settings - Fork 23
Closed
Description
Unfortunately for me (as well as for the browser manufacturers and developers of assistive technology: FreedomScientific/standards-support#251) the procedure for determining labeling and description is too complex (https://w3c.github.io/accname/#terminology) and I would therefore like to know how to proceed with hidden content according to the specification.
For which label types is hidden content output valid?
- aria-labelledby
- aria-describedby
- label for
- enclosing label
- legend in fieldset
- figcaption in figure
- caption in table
- determining accessible name and description for elements within a Live Region
- ...
When does it apply?
- Label or description itself is hidden
- Descendant elements (of label or description) are hidden
- Ancestor elements (of label or description) are hidden
If I'm not the only one who doesn't see this directly from the specification, I'd ask you to be more precise in the specification and possibly give some examples of when hidden content is output and when not.
See also: w3c/aria-practices#1136