Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A a11yproject.com
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 40
    • Issues 40
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 10
    • Merge requests 10
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • The A11Y Project
  • a11yproject.com
  • Merge requests
  • !523

Improve support for visually-hidden but focusable content

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/mfairchild365/patch-1 into gh-pages Sep 02, 2017
  • Overview 24
  • Commits 4
  • Pipelines 0
  • Changes 1

Created by: mfairchild365

Fixes https://github.com/a11yproject/a11yproject.com/issues/499

Some other notes/questions about this article and PR:

  • It might be good to reference a newer article than the deleted yahoo article for the .visually-hidden class.
  • I don't think we have to worry about display:none not working for screen readers anymore. The post that was referencing that as an issue is 10 years old and I don't think it is an issue anymore. In my experience, this is no longer an problem, and I haven't been able to find any more recent articles indicating that it is still a problem.
  • Adding aria-hidden in addition to display:none is over doing it in my opinion, and can lead mistakes in the future (update css to remove display:none but forget to remove the aria-hidden). I recommend removing this part, and perhaps referencing the hidden HTML attribute as another way of hiding content.

Should I make all, some, or none of these additional changes to this PR?

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/mfairchild365/patch-1