⬆️ ⬇️

Content Availability Standard WAI-WCAG 1.0

The need for the introduction of standards for the availability of services and content is stated in the final resolution of the RIF-2008 , and in world practice such standards have existed and have been used for more than 10 years. Following the WAI-WCAG (Web Accessibility Initiative Web Content Access Guidelines) content accessibility guidelines is one of the requirements of the WebHiTech contest. In this article I will try to list the recommendations of the standard.



WCAG 1.0 - a standard that describes the general rules for designing web pages on the Internet was developed in 1999 by the WAI unit of the W3C group. The purpose of the standard is to make the content of the Internet accessible to all users, including users with disabilities (for example, users who lack sight, use special programs that read the content of websites to work in the Internet). The standard is described in the form of guidelines containing a list of control points divided into three groups according to priority:







Three priority levels correspond to three levels of compliance with the standard:

')

Guideline 1. Provide alternatives to audio and visual content.





Perhaps this is the most important requirement. If there are no sounds and videos on the site, then you need to make sure that all pictures have an alt attribute that describes the contents of the picture. If the image is a diagram that cannot be described in the alt attribute, you must use the longdesc attribute, the value of which is a link to a separate page describing the image. Note that the alt attribute is mandatory for the img tag, so the html validator will indicate its absence. However, the validator will be satisfied with an empty alt attribute value, which may be a violation of the WCAG standard. If there is a significant amount of video or sound, this recommendation will significantly affect the process of placing new materials.





Guideline 2. Do not rely only on color.





Guideline 3. Use markup and style pages correctly.





To follow rules 3.2 and 3.3, you should regularly check the pages of the site for compliance with HTML and CSS standards, for example, with the help of validators provided by w3c.



This rule is probably quite difficult to follow. On many sites of the RuNet, the parameters are specified in pixels or in pt. Required testing in various environments should include testing in audio browsers and people with disabilities.



Guideline 4. Correctly declare the language of the text.





Recommendation 4.1 should be taken into account, for example, on tourist or language sites containing fragments in other languages.



Guideline 5. Create accessible tables.





Guideline 6. Make sure that pages that use new technologies are available.





In order to test paragraph 6.1, we used the lynx text browser, included in most Linux distributions (windows versions are also available ). Looks quite readable, see the screenshot .





This requirement emphasizes that WAI-WCAG is not just a technical standard for which site developers are responsible. The standard is equally addressed to content authors, editors and content managers, and the provisions of the standard should be enshrined in the content strategy of the site.





Guideline 7. Give the user control over page changes that occur on a timer.







Guidelines 8-14 read the full version of the WCAG article on webew.ru .

Source: https://habr.com/ru/post/28157/



All Articles