-
Notifications
You must be signed in to change notification settings - Fork 44
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
Update: Item count ARIA updates (fixes #291) #292
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
...as we're only expecting 'itemNumber' and 'totalItems' to return numbers back, double curly braces should be sufficient.
...as we're only expecting 'itemNumber' and 'totalItems' to return numbers back, double curly braces should be sufficient.
🎉 This PR is included in version 6.11.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Update
.hotgraphic__pin
aria-label
to useitem
instead ofpopupPagination
to set itemCount. This should now read "Item one of three" instead of "one slash three".README accessibility updated to reflect ARIA properties used.
Schema
help
/description
text amended to reflect use.Fixes #291