Skip to content

0.5.3

Choose a tag to compare

@eps1lon eps1lon released this 28 Sep 12:44
· 471 commits to main since this release
443e247

Patch Changes

  • 76e8f93 #430 Thanks @ckundo! - Maintain img role for img with missing alt attribute.

    Previously <img /> would be treated the same as <img alt />.
    <img /> is now treated as role="img" as specified.

  • 96d4438 #436 Thanks @eps1lon! - Resolve presentational role conflicts when global WAI-ARIA states or properties (ARIA attributes) are used.

    <img alt="" /> used to have no role.
    By spec it should have role="presentation" with no ARIA attributes or role="img" otherwise.