Skip to content

docs: Fix 404 links to WAI-ARIA spec #676

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

Merged
merged 1 commit into from
Mar 30, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/rules/aria-activedescendant-has-tabindex.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# aria-activedescendant-has-tabindex

`aria-activedescendant` is used to manage focus within a [composite widget](https://www.w3.org/TR/wai-aria/roles#composite_header).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

look at the w3, breaking the web

`aria-activedescendant` is used to manage focus within a [composite widget](https://www.w3.org/TR/wai-aria/#composite).
The element with the attribute `aria-activedescendant` retains the active document
focus; it indicates which of its child elements has secondary focus by assigning
the ID of that element to the value of `aria-activedescendant`. This pattern is
Expand Down
2 changes: 1 addition & 1 deletion docs/rules/aria-proptypes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
ARIA state and property values must be valid.

#### References
1. [Spec](https://www.w3.org/TR/wai-aria/states_and_properties)
1. [Spec](https://www.w3.org/TR/wai-aria/#states_and_properties)
2. [AX_ARIA_04](https://github.com/GoogleChrome/accessibility-developer-tools/wiki/Audit-Rules#ax_aria_04)

## Rule details
Expand Down
2 changes: 1 addition & 1 deletion docs/rules/role-has-required-aria-props.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Elements with ARIA roles must have all required attributes for that role.

#### References
1. [Spec](https://www.w3.org/TR/wai-aria/roles)
1. [Spec](https://www.w3.org/TR/wai-aria/#roles)
2. [AX_ARIA_03](https://github.com/GoogleChrome/accessibility-developer-tools/wiki/Audit-Rules#ax_aria_03)

## Rule details
Expand Down
2 changes: 1 addition & 1 deletion docs/rules/role-supports-aria-props.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Enforce that elements with explicit or implicit roles defined contain only `aria

#### References
1. [AX_ARIA_10](https://github.com/GoogleChrome/accessibility-developer-tools/wiki/Audit-Rules#ax_aria_10)
2. [Supported States & Properties](https://www.w3.org/TR/wai-aria/roles#supportedState)
2. [Supported States & Properties](https://www.w3.org/TR/wai-aria/#states_and_properties)

## Rule details

Expand Down