From db4e5efb8f1ddf1720f20440bdc1e050f98e78e0 Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Fri, 14 Nov 2014 12:37:31 +0000 Subject: 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 ```` 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/css/grid.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'docs/_includes/css/grid.html') diff --git a/docs/_includes/css/grid.html b/docs/_includes/css/grid.html index cea5b17ee..3563aa78a 100644 --- a/docs/_includes/css/grid.html +++ b/docs/_includes/css/grid.html @@ -68,49 +68,49 @@ - Grid behavior + Grid behavior Horizontal at all times Collapsed to start, horizontal above breakpoints - Container width + Container width None (auto) 750px 970px 1170px - Class prefix + Class prefix .col-xs- .col-sm- .col-md- .col-lg- - # of columns + # of columns 12 - Column width + Column width Auto ~62px ~81px ~97px - Gutter width + Gutter width 30px (15px on each side of a column) - Nestable + Nestable Yes - Offsets + Offsets Yes - Column ordering + Column ordering Yes -- cgit v1.2.3