You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The image-alt rule now checks for space characters, and fails if they are present. Empty alt attributes are still fine, and text content is still fine. This fixes cases where ATs do not skip decorative images because of the space characters in the alt attribute.
Closes#1174
The image-alt rule now checks for space characters, and fails if they are present. Empty alt attributes are still fine, and text content is still fine. This fixes cases where ATs do not skip decorative images because of the space characters in the alt attribute.
Closes#1174
* feat(image-alt): require alt text or empty strings
The image-alt rule now checks for space characters, and fails if they are present. Empty alt attributes are still fine, and text content is still fine. This fixes cases where ATs do not skip decorative images because of the space characters in the alt attribute.
Closes#1174
* chore: include updated build files
(there are no actual changes)
* chore: rename to alt-space-value, focus on images
* fix: PR feedback
Demo:
<img id="test" src="" alt=" ">
AT Tests:
The text was updated successfully, but these errors were encountered: