Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Accessibility Properties for SVGs #552

Open
martyanovandrey opened this issue Nov 6, 2024 · 0 comments
Open

Add Accessibility Properties for SVGs #552

martyanovandrey opened this issue Nov 6, 2024 · 0 comments
Labels
good first issue Good for newcomers

Comments

@martyanovandrey
Copy link
Contributor

Description:
The current implementation of YFM processing supports the addition of accessibility properties like alt text for images. However, there is a need to extend similar support to SVG elements to enhance their accessibility and usability.

Proposed Solution:

  1. Extend the YFM processing to recognize and handle accessibility attributes for SVG elements.
  2. Update the documentation to reflect these changes and provide examples of how to add these accessibility properties to SVGs.
![icon with a book image](_images/book.svg)
<svg role="img">
   <title>icon with a book image</title>
   ...
</svg>
@martyanovandrey martyanovandrey moved this to Todo in Help wanted Nov 6, 2024
@3y3 3y3 added good first issue Good for newcomers easy and removed easy labels Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
Status: Todo
Development

No branches or pull requests

2 participants