Skip to content

fix aria-hidden text for visibility: visible; #1618

@jnurthen

Description

@jnurthen

aria-hidden states

User agents determine an element's hidden status based on whether it is rendered, and the rendering is usually controlled by CSS. For example, an element whose display property is set to none is not rendered. An element is considered hidden if it, or any of its ancestors are not rendered or have their aria-hidden attribute value set to true.

This is incorrect - visibility:hidden is rendered per HTML's definition ( https://html.spec.whatwg.org/multipage/rendering.html#being-rendered ) but is hidden, - and children of visibility:hidden can be set to visible and be rendered AND visible - so clearly not hidden.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugclarificationclarifying or correcting language that is either confusing, misleading or under-specifiedgood medium issue

    Type

    No type

    Projects

    Status

    Chris Lane

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions