• Patrick H. Lauke's avatar
    Fixes to scope · db4e5efb
    Patrick H. Lauke authored
    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"``)
    db4e5efb
Name
Last commit
Last update
dist Loading commit data...
docs Loading commit data...
fonts Loading commit data...
grunt Loading commit data...
js Loading commit data...
less Loading commit data...
test-infra Loading commit data...
.editorconfig Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
CNAME Loading commit data...
CONTRIBUTING.md Loading commit data...
Gruntfile.js Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
_config.yml Loading commit data...
bower.json Loading commit data...
composer.json Loading commit data...
package.json Loading commit data...