]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Fixes to scope 15133/head
authorPatrick H. Lauke <redux@splintered.co.uk>
Fri, 14 Nov 2014 12:37:31 +0000 (12:37 +0000)
committerPatrick H. Lauke <redux@splintered.co.uk>
Fri, 14 Nov 2014 13:40:09 +0000 (13:40 +0000)
commitdb4e5efb8f1ddf1720f20440bdc1e050f98e78e0
treea29f80ec44218ff18ce9c71463273abc55af9268
parent7bdc307b70caaad69fd88a6a9dd6de6a97e1505c
Fixes to scope

as discssued in
https://github.com/twbs/bootstrap/issues/15117#issuecomment-63029993

- added ``scope="row"`` to row headers
- made sure row headers are actual ``<th>`` elements
- removed ``scope="col"`` where it was redundant
- simplified table examples with (to me) unnecessary
``rowspan``/``colspan`` (unless you really want complex tables, in which
case we would need full-on ``id`` and ``headers`` attributes to make
sure each table cell has an explicit association with the related header
cells - overkill, in my opinion)
- one table (in typography) left header-less, as it's more or less presentational (though its structure is still important, hence not adding ``role="presentation"``)
docs/_includes/components/panels.html
docs/_includes/css/grid.html
docs/_includes/css/responsive-utilities.html
docs/_includes/css/sass.html
docs/_includes/css/tables.html
docs/_includes/getting-started/browser-device-support.html