Update index with link to DOM info (#28999)
Update DOM with a link to the w3 website informational page on DOM.
This commit is contained in:
committed by
Christopher McCormack
parent
efa4c2d897
commit
e5a254b2e5
@ -12,7 +12,7 @@ Web accessibility also **benefits** people *without* disabilities. For example,
|
|||||||
|
|
||||||
Web accessibility should also include the people who don't have access to the internet or to computers and also the countries with slow Internet.
|
Web accessibility should also include the people who don't have access to the internet or to computers and also the countries with slow Internet.
|
||||||
|
|
||||||
A prominent guideline for web development was introduced by the [World Wide Web Consortium (W3C)](https://www.w3.org/), the [Web Accessibility Initiative](https://www.w3.org/WAI/) from which we get the [WAI-ARIA](https://developer.mozilla.org/en-US/docs/Learn/Accessibility/WAI-ARIA_basics), the Accessible Rich Internet Applications Suite. Where WAI tackles the semantics of HTML to more easily navigate the DOM Tree, ARIA attempts to make web apps, especially those developed with JavaScript and AJAX, more accessible.
|
A prominent guideline for web development was introduced by the [World Wide Web Consortium (W3C)](https://www.w3.org/), the [Web Accessibility Initiative](https://www.w3.org/WAI/) from which we get the [WAI-ARIA](https://developer.mozilla.org/en-US/docs/Learn/Accessibility/WAI-ARIA_basics), the Accessible Rich Internet Applications Suite. Where WAI tackles the semantics of HTML to more easily navigate the [DOM Tree](https://www.w3.org/TR/WD-DOM/introduction.html), ARIA attempts to make web apps, especially those developed with JavaScript and AJAX, more accessible.
|
||||||
|
|
||||||
The use of images and graphics on websites can decrease accessibility for those with visual impairments. However, this doesn't mean designers should avoid using these visual elements. When used correctly, visual elements can convey the appropriate look and feel to users without disabilities. In order to use these elements appropriately, web designers must use alt text to communicate the message of these elements to those who cannot see them. Alt text should be short and to the point--generally [no more than five to 15 words](https://www.thoughtco.com/writing-great-alt-text-3466185). If a graphic is used to convey information that exceeds the limitations of alt text, that information should also exist as web text in order to be read by screen readers. [Learn more about alt text](https://webaim.org/techniques/alttext/).
|
The use of images and graphics on websites can decrease accessibility for those with visual impairments. However, this doesn't mean designers should avoid using these visual elements. When used correctly, visual elements can convey the appropriate look and feel to users without disabilities. In order to use these elements appropriately, web designers must use alt text to communicate the message of these elements to those who cannot see them. Alt text should be short and to the point--generally [no more than five to 15 words](https://www.thoughtco.com/writing-great-alt-text-3466185). If a graphic is used to convey information that exceeds the limitations of alt text, that information should also exist as web text in order to be read by screen readers. [Learn more about alt text](https://webaim.org/techniques/alttext/).
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user