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
  • !1032

Fix #950: Safari focus outline bug

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/andrewborstein/safari-focus-outline-bug into main Aug 01, 2020
  • Overview 2
  • Commits 1
  • Pipelines 0
  • Changes 1

Created by: andrewborstein

Resolves the last remaining issue in #950 (closed), i.e. Focus state on sponsors.


In Safari, the custom focus outline on sponsor images doesn't appear on focus. This PR resolves that issue. Tested in the latest versions of Safari, Firefox, and Chrome on Mac OS X 10.14.6. More details in the commit.

I still don't know the exact source of the issue, and couldn't easily reproduce it using a reduced test case codepen. I think it may be related to a combination of several styles, including text-decoration and possibly display or flex/grid layout. I may spend a little more time investigating and will update this PR if I learn more.

Before

Safari

Sponsors section of a11yproject.com showing no focus outline

After

Safari

Sponsors section of a11yproject.com showing correct focus outline

Firefox

Screen Shot 2020-07-29 at 8 35 50 AM

Chrome

Screen Shot 2020-07-29 at 8 36 13 AM
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/andrewborstein/safari-focus-outline-bug