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/responsive-utilities.html | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'docs/_includes/css/responsive-utilities.html') diff --git a/docs/_includes/css/responsive-utilities.html b/docs/_includes/css/responsive-utilities.html index f32f59c4e..ac73bf645 100644 --- a/docs/_includes/css/responsive-utilities.html +++ b/docs/_includes/css/responsive-utilities.html @@ -32,28 +32,28 @@ - .visible-xs-* + .visible-xs-* Visible Hidden Hidden Hidden - .visible-sm-* + .visible-sm-* Hidden Visible Hidden Hidden - .visible-md-* + .visible-md-* Hidden Hidden Visible Hidden - .visible-lg-* + .visible-lg-* Hidden Hidden Hidden @@ -62,28 +62,28 @@ - .hidden-xs + .hidden-xs Hidden Visible Visible Visible - .hidden-sm + .hidden-sm Visible Hidden Visible Visible - .hidden-md + .hidden-md Visible Visible Hidden Visible - .hidden-lg + .hidden-lg Visible Visible Visible @@ -104,15 +104,15 @@ - .visible-*-block + .visible-*-block display: block; - .visible-*-inline + .visible-*-inline display: inline; - .visible-*-inline-block + .visible-*-inline-block display: inline-block; @@ -134,7 +134,7 @@ - + .visible-print-block
.visible-print-inline
.visible-print-inline-block @@ -143,7 +143,7 @@ Visible - .hidden-print + .hidden-print Visible Hidden -- cgit v1.2.3