Skip to content
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

New Rule: identical-links-same-purpose #1505

Closed
jeeyyy opened this issue Apr 18, 2019 · 5 comments
Closed

New Rule: identical-links-same-purpose #1505

jeeyyy opened this issue Apr 18, 2019 · 5 comments
Assignees

Comments

@jeeyyy
Copy link
Contributor

jeeyyy commented Apr 18, 2019

identical-links-same-purpose

This rule checks that links with identical accessible names resolve to the same resource or equivalent resources.

Tags

  • wcag2
  • wcag249

Matches

  • semantic role of link, or roles that inherit from link role.
  • is not aria-hidden.
  • has accessible name.

Checks

all:

  • identical-links-same-purpose

    • incomplete : Links with identical names that do not serve same purpose.
    • pass: Links with identical names serve equivalent purpose
  • identical-links-same-purpose-after

    • all matching nodes in the results are processed to find any identical nodes (same accessible name) and verified if they resolve to the same resource. Nodes which do not satisfy to the same resource are marked as incomplete.

References:

@jeeyyy jeeyyy self-assigned this Apr 18, 2019
@aellsey aellsey modified the milestones: HTMLTools Sprint 3, HTMLTools Sprint 2 May 6, 2019
@WilcoFiers WilcoFiers removed this from the HTMLTools Sprint 2 milestone May 8, 2019
@aellsey aellsey added this to the Sprint 4 milestone May 21, 2019
@jeeyyy jeeyyy changed the title New Rule: (Proposal) links with identical name New Rule: identical-links-same-purpose Jun 3, 2019
@jeeyyy
Copy link
Contributor Author

jeeyyy commented Jun 3, 2019

@WilcoFiers - Please see proposal above, feedback welcome.

@jeankaplansky
Copy link
Contributor

jeankaplansky commented Jan 27, 2020

rule help page framework in place in github and DQU 1/27/2020

@jeankaplansky
Copy link
Contributor

Release notes and rule content populated as of 2/03/2020

@padmavemulapati
Copy link

@JKODU , I am seeing the voilations instead incomplete for this new rule, identical-links-same-purpose. used test file specified in the https://github.com/dequelabs/axe-core/blob/develop/test/integration/rules/identical-links-same-purpose/identical-links-same-purpose.html
image
suspecting whether the changes in the axe version updated properly or not.

@padmavemulapati
Copy link

Working for axe-core's axe.run(), will verify the same with axe and attest extensions once axe-core3.5 deployed in devTools.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants