-
Notifications
You must be signed in to change notification settings - Fork 46
A11y Pro Tips
Mike Mai edited this page Jan 28, 2022
·
1 revision
There is no limit. Although we need to take UX design into consideration. If a long paragraph is jammed into alt attribute, it is read as one chunk and cannot be navigated by individual sentence, word or character. This is extremely cumbersome for certain screen reader users. If an image needs a lot of explanation, try using caption instead.
<figure>
<img src="image.jpg" alt="Describe what the image is." width=250 height=250>
<figcaption>Explain the message of the image.</figcaption>
</figure>
To be continued...
- Basic A11y Checklist
- Get started with Bolt locally
- Bolt Specific Standards and Conventions
- How to save SVG graphics and SVG icons
- Upgrade to minor release
- Upgrade to 4.x
- Upgrade to 5.x
- Release Workflow
- VS Code Configuration
- Bolt Doc Writing Guide
- Prefixing Custom Attributes
- Standard Props for Passing Content in Twig
- Building Websites with Bolt in Drupal
- From Design Mockup to Code
- Override with Utility Classes