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

Fix Safari summary flexbox bug in Checklist and TOC

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/jendowns/safari-summary-flex-bug into main Jul 18, 2020
  • Overview 5
  • Commits 3
  • Pipelines 0
  • Changes 4

Created by: jendowns

Partially addresses #950 (closed)

Hey there! I noticed the Safari flexbox bug for summary elements is affecting the checklist page and also the table of contents, where elements (icon + text) that are meant to be flexed side-by-side are stacked:

Checklist TOC
Screen Shot 2020-07-18 at 5 01 08 PM Screen Shot 2020-07-18 at 5 01 17 PM

My understanding of this bug is that the summary element cannot be a flex container in Safari. To get around this, I have added a child span to the summary elements, and I have moved the flexbox styles to that span.

I called the span "summary-inner" but please let me know if you'd like for me to rename it. Thank you!

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/jendowns/safari-summary-flex-bug