Skip to content

Commit 84b49c0

Browse files
Update links to term examples (#2377)
1 parent d713341 commit 84b49c0

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

pages/glossary/accessible-name.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ For more details, see [examples of accessible name][].
2929
- The [accessible name and description computation][] suggest that if an `aria-labelledby` attribute refers to an existing but empty element, the computation should stop and return an empty name without defaulting to the next steps. Several user agents and assistive technologies chose to use the next step in the computation in this case.
3030

3131
[accessible name and description computation]: https://www.w3.org/TR/accname 'Accessible Name and Description Computation'
32-
[examples of accessible name]: https://act-rules.github.io/pages/examples/accessible-name/
32+
[examples of accessible name]: https://www.w3.org/WAI/standards-guidelines/act/rules/terms/accessible-name/examples/

pages/glossary/default-page-language.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ For more details, see [examples of default language][].
1717
[document]: https://dom.spec.whatwg.org/#document-element 'DOM document element, as of 2020/06/05'
1818
[most common language]: #most-common-element-language 'Definition of Most Common Language of an Element'
1919
[web page]: #web-page-html 'Definition of Web Page (HTML)'
20-
[examples of default language]: https://act-rules.github.io/pages/examples/element-language/
20+
[examples of default language]: https://www.w3.org/WAI/standards-guidelines/act/rules/terms/element-language/examples/

pages/glossary/included-in-the-accessibility-tree.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ For more details, see [examples of included in the accessibility tree][].
1515

1616
[Programmatically hidden](#programmatically-hidden) elements are removed from the accessibility tree. However, some browsers will leave [focusable](#focusable) elements with an `aria-hidden` attribute set to `true` in the accessibility tree. Because they are hidden, these elements are considered **not** included in the accessibility tree. This may cause confusion for users of assistive technologies because they may still be able to interact with these focusable elements using sequential keyboard navigation, even though the element should not be included in the accessibility tree.
1717

18-
[examples of included in the accessibility tree]: https://act-rules.github.io/pages/examples/included-in-the-accessibility-tree/
18+
[examples of included in the accessibility tree]: https://www.w3.org/WAI/standards-guidelines/act/rules/terms/included-in-the-accesibility-tree/examples/

pages/glossary/most-common-language.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ For more details, see [examples of most common language][].
1616

1717
[language subtag registry]: http://www.iana.org/assignments/language-subtag-registry/language-subtag-registry 'Language Subtag Registry'
1818
[text inheriting its programmatic language]: #text-inheriting-language 'Definition of Text Inheriting its Programmatic Language from an Element'
19-
[examples of most common language]: https://act-rules.github.io/pages/examples/element-language/
19+
[examples of most common language]: https://www.w3.org/WAI/standards-guidelines/act/rules/terms/element-language/examples/

pages/glossary/programmatic-label.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ For more details, see [examples of programmatic label][].
1717
**Note**: a given element may have more than one programmatic label.
1818

1919
[labeled control]: https://html.spec.whatwg.org/multipage/forms.html#labeled-control 'Definition of labeled control'
20-
[examples of programmatic label]: https://act-rules.github.io/pages/examples/programmatic-label/
20+
[examples of programmatic label]: https://www.w3.org/WAI/standards-guidelines/act/rules/terms/programmatic-label/examples/

pages/glossary/visible.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ Content is considered _visible_ if making it fully transparent would result in a
1414

1515
[Content is defined in WCAG](https://www.w3.org/TR/WCAG22/#dfn-content).
1616

17-
For more details, see [examples of visible](https://act-rules.github.io/pages/examples/visible/).
17+
For more details, see [examples of visible](https://www.w3.org/WAI/standards-guidelines/act/rules/terms/visible/examples/).

0 commit comments

Comments
 (0)