Skip to content

Post-merge review of #2395 (template-link-href-attributes)#2494

Merged
NullVoxPopuli merged 1 commit intoember-cli:masterfrom
johanrd:fix/2395
Mar 13, 2026
Merged

Post-merge review of #2395 (template-link-href-attributes)#2494
NullVoxPopuli merged 1 commit intoember-cli:masterfrom
johanrd:fix/2395

Conversation

@johanrd
Copy link
Copy Markdown
Contributor

@johanrd johanrd commented Mar 13, 2026

Missing exception for <a> elements with both role and aria-disabled attributes, causing false positives on accessible patterns like <a role="link" aria-disabled="true">. The original skips reporting when both are present — see link-href-attributes.js lines 27–29.

Cowritten by claude

Add missing exception from original: <a> with both role and aria-disabled
should not require href. Also add test cases for edge cases.
@NullVoxPopuli NullVoxPopuli merged commit b691ce6 into ember-cli:master Mar 13, 2026
9 checks passed
@johanrd johanrd deleted the fix/2395 branch April 14, 2026 21:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants