Skip to content

Commit

Permalink
Fix rule URI (#1734)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jym77 authored Dec 13, 2024
1 parent 3a3e6e5 commit fc34ba9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/nine-islands-decide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@siteimprove/alfa-rules": patch
---

**Fixed:** URI of SIA-R115 is now correct.
2 changes: 1 addition & 1 deletion packages/alfa-rules/src/sia-r115/rule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const { hasNonEmptyAccessibleName, hasRole, isIncludedInTheAccessibilityTree } =
* backend can automatically determine the answer.
*/
export default Rule.Atomic.of<Page, Element, Question.Metadata>({
uri: "https://alfa.siteimprove.com/rules/sia-r114",
uri: "https://alfa.siteimprove.com/rules/sia-r115",
requirements: [Criterion.of("2.4.6"), Technique.of("G130")],
tags: [Scope.Component, Stability.Experimental],
evaluate({ device, document }) {
Expand Down

0 comments on commit fc34ba9

Please sign in to comment.