Skip to content

Consider an option to evaluate content that is hidden under display:none #109

@DavidMacDonald

Description

@DavidMacDonald

WAVE Tool automatically evaluates content that is hidden with display:none. They assume it will eventually be shown (i.e., a modal dialogue etc.)

On the other hand axe ignores elements that are hidden that way, because they don't want to assume it will be shown later.

I think it would be great to be able to run a scan of

  • only elements that are shown on page load (like Axe)
  • only elements that are hidden with display:none (or perhaps visibility:hidden or other means) (NOBODY DOES THIS YET)
  • both elements that are shown AND those that are hidden (WAVE, SITEIMPROVE etc.)

There would be a lot of value in all of these options.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions