web-accessibility.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Tue, 12 Jan 2016 02:39:43 +0200
changeset 1864 8bd740ff27a2
parent 1819 71209fdafec4
child 1905 fba288d59662
permissions -rw-r--r--
How many packets come through interface, how many errors, MTU size

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