web-accessibility.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Mon, 22 Feb 2016 14:21:18 +0200
changeset 1917 d5967d76dae5
parent 1912 8b81a8f0f692
child 2228 837f1337c59b
permissions -rw-r--r--
Set initial header level to <h2> explicitly because after removing HEADER.rst top level headers become <h1> and so doesn't properly highlighted.

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