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 282
    • Issues 282
    • 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

Due to a massive storm of spam, registration on this instance now requires explicit administrator approval. Sorry for the added friction, we're also looking into automatic filtering options.

  • openpyxl
  • openpyxl
  • Merge requests
  • !417

Allow Image to optionally have alt text specified

  • Review changes

  • Download
  • Patches
  • Plain diff
Closed snippet requested to merge topic/3.0/image_alt_text into branch/3.1 Jul 27, 2022
  • Overview 7
  • Commits 4
  • Pipelines 3
  • Changes 6

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 description property to the Image class which stores the alt text. Should close #1850 (closed) --HG-- branch : 3.0

Edited Jul 27, 2022 by snippet
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: topic/3.0/image_alt_text