Skip to content

Commit 2bf3a6c

Browse files
authoredOct 14, 2021
Merge pull request #294 from yamanoku/fix-broken-link-aria-props
fix: docs/aria-props.md broken link
2 parents dcca0e3 + ac89f37 commit 2bf3a6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/aria-props.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# aria-props
22

3-
Elements cannot use an invalid ARIA attribute. This will fail if it finds an `aria-*` property that is not listed in [WAI-ARIA States and Properties spec](https://www.w3.org/TR/wai-aria/states_and_properties#state_prop_def).
3+
Elements cannot use an invalid ARIA attribute. This will fail if it finds an `aria-*` property that is not listed in [WAI-ARIA States and Properties spec](https://www.w3.org/TR/wai-aria/#state_prop_def).
44

55
## Rule details
66

0 commit comments

Comments
 (0)
Please sign in to comment.