Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A administrate
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 96
    • Issues 96
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 32
    • Merge requests 32
  • 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
  • thoughtbot, inc.
  • administrate
  • Merge requests
  • !868

Accessibility improvements

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge tg-accessibility into master May 06, 2017
  • Overview 4
  • Commits 3
  • Pipelines 0
  • Changes 9

Created by: tysongach

  • Add link underlines
    • Underlines are a standard way of indicating a link. By only using color to indicate links, people with vision impairments, such as color blindness, might not be able to distinguish linked text from non-linked text.
  • Use a hyphen separator in page titles
    • The vertical pipe is read aloud by screen readers. So a page title of page | Administrate would be read as ”page vertical pipe Administrate.”
    • By using a hyphen instead, the screen reader will read as “page, Administrate.”
    • Related: https://github.com/thoughtbot/administrate/issues/794
  • Add ARIA landmark roles
    • ARIA landmark roles provide useful navigation features for assistive technology and helps people understand the content structure.
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: tg-accessibility