web-accessibility.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sat, 20 Feb 2016 23:13:00 +0200
changeset 1894 2e3bc2435d68
parent 1819 71209fdafec4
child 1905 fba288d59662
permissions -rw-r--r--
Convert all files from TXT to RST.

.. -*- coding: utf-8; -*-
.. include:: HEADER.rst

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

============
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.