-
-
Notifications
You must be signed in to change notification settings - Fork 73
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
Accessibility review #41
Labels
Comments
leekelleher
added
help wanted
Extra attention is needed
type/question
Further information is requested
labels
Sep 4, 2020
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
leekelleher
added a commit
that referenced
this issue
Oct 25, 2020
I small change, for part of the Accessibility review #41.
leekelleher
added a commit
that referenced
this issue
Oct 25, 2020
A small change, for part of the Accessibility review #41. Uses Umbraco's `focusService` to remember the current focus state before the ItemPicker's overlay is opened. Once it is closed, the focus state is restored.
4 tasks
Closing off this specific ticket, as it should be an ongoing concern. |
leekelleher
added a commit
that referenced
this issue
Apr 16, 2021
A small change, for part of the Accessibility review #41. Uses Umbraco's `focusService` to remember the current focus state before the ItemPicker's overlay is opened. Once it is closed, the focus state is restored.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
In light of the great success of the Umbraco Accessibility Team, I'd like for Contentment to pull it's own weight and ensure that the same principles have been applied.
I've tried to make efforts to ensure accessibility, e.g. use of
<button>
, ARIA, labelling, etc. But I'm never sure it is truly accessible. It'd be great to have help with accessibility concerns. I'd love to learn something too.Background reading
Feedback, expectations and Hackotoberfest
Whilst code patches are hugely appreciated, my expectation for collaboration on any accessibility review is more about raising issues for feedback. My hope is to highlight any accessibility issues that even seasoned developers can mistake.
Pull Requests (so far) ...
<a>
to<button>
(thx @BatJan)<a>
to<button>
(me, @leekelleher)The text was updated successfully, but these errors were encountered: