Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • O openpyxl
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 284
    • Issues 284
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 7
    • Merge requests 7
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • openpyxl
  • openpyxl
  • Merge requests
  • !420

Allow Image to optinally have alt text specified

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged snippet requested to merge topic/3.2/image_alt_text into branch/3.2 Aug 04, 2022
  • Overview 2
  • Commits 5
  • Pipelines 3
  • Changes 4

Optionally allow Image(img) to be called with Image(img, 'this is alt text') which would set 'this alt text' on an image. Adds a desc property to the Image class which stores the description. Should close #1850 (closed)

This is the rebasing of !417 (closed)

--HG-- branch : 3.2

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: topic/3.2/image_alt_text