web-accessibility.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sun, 05 Jun 2022 22:45:12 +0300
changeset 2529 5656ce3673e9
parent 2228 837f1337c59b
permissions -rw-r--r--
List package files / Find package file belong.

.. -*- coding: utf-8; -*-

====================
 Web accessibility.
====================
.. contents::
   :local:

============
Check tools.
============

http://wave.webaim.org
  On-line checker. Report accessibility errors and warnings.
https://validator.w3.org/
  Check the markup (HTML, XHTML, …) of Web documents.
http://caniuse.com/
  Up-to-date browser support tables.