ARIA attribute added to website for accessibility#336
Conversation
|
Looks good to me, |
|
Thank you @Murdock9803 |
| <h1><a class="identity-logo product" href="/" aria-label="Resource Archive">Resource Archive</a></h1> | ||
|
|
||
| <nav class="ancilliary-menu"> | ||
| <nav class="ancilliary-menu" role="navigation" aria-label="Main menu"> |
There was a problem hiding this comment.
This label is incorrect, it should bw Ancillary Menu
There was a problem hiding this comment.
there is a current open issue on this, pr has been created to address this issue from vocabulary repo.
|
Hi @SisiVero There's a lot of work here and after starting to review it I believe there's a distinction worth putting here. Work here would need to be on items held within the content area of the cc-resource-archive pages. The global header and global footer, if they could do with improvements related to ARIA, that is work that should be documented as an Issue on the main Vocabulary repository, and then done via PRs there. We don't want the header/footer forking from upstream here. |
|
Okay, @possumbilities , I think there is an open issue on that currently, I'll verify. |
|
@SisiVero If you believe its not covered there, please feel free to. |
|
Hi @possumbilities , i've removed the aria attributes from the footer and header. do review and get back to me, thank you. |
|
Hi @possumbilities , after going through the resources shared by @TimidRobot , I realized that there were lots of duplication of texts. |
| > | ||
| <article> | ||
| <img class="thumbnail" src="{{page.image-thumb}}" alt="{% if | ||
| <img |
There was a problem hiding this comment.
This doesn't seem to be related to ARIA?
| > | ||
| <article> | ||
| <img class="thumbnail" src="{{page.image-thumb}}" alt="{% if | ||
| <img |
There was a problem hiding this comment.
This doesn't seem to be related to ARIA?
| rel="license" | ||
| href="http://creativecommons.org/licenses/{{ page.license | remove: 'CC ' | downcase | replace: ' ', '/' }}/" | ||
| > | ||
| > |
There was a problem hiding this comment.
Seems unrelated to PR, please remove.
| alt="Creative Commons License" | ||
| src="http://i.creativecommons.org/l/{{ page.license | remove: 'CC ' | downcase | replace: ' ', '/' }}/88x31.png" | ||
| /> | ||
| /> |
There was a problem hiding this comment.
Sees unrelated to PR, please remove.
Fixes
Description
This PR addresses the issue of adding ARIA to the website to enhance accessibility.
Tests
ARIA were added to the necessary files accordingly.
Checklist
Update index.md).mainormaster).visible errors.
Developer Certificate of Origin
For the purposes of this DCO, "license" is equivalent to "license or public domain dedication," and "open source license" is equivalent to "open content license or public domain dedication."
Developer Certificate of Origin