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/tables.html | 91 ++++++++++++++++++++---------------------- 1 file changed, 44 insertions(+), 47 deletions(-) (limited to 'docs/_includes/css/tables.html') diff --git a/docs/_includes/css/tables.html b/docs/_includes/css/tables.html index aba4a3af8..cf70b651a 100644 --- a/docs/_includes/css/tables.html +++ b/docs/_includes/css/tables.html @@ -16,19 +16,19 @@ - 1 + 1 Mark Otto @mdo - 2 + 2 Jacob Thornton @fat - 3 + 3 Larry the Bird @twitter @@ -61,19 +61,19 @@ - 1 + 1 Mark Otto @mdo - 2 + 2 Jacob Thornton @fat - 3 + 3 Larry the Bird @twitter @@ -102,25 +102,21 @@ - 1 + 1 Mark Otto @mdo - Mark - Otto - @TwBootstrap - - - 2 + 2 Jacob Thornton @fat - 3 - Larry the Bird + 3 + Larry + the Bird @twitter @@ -147,20 +143,21 @@ - 1 + 1 Mark Otto @mdo - 2 + 2 Jacob Thornton @fat - 3 - Larry the Bird + 3 + Larry + the Bird @twitter @@ -187,19 +184,19 @@ - 1 + 1 Mark Otto @mdo - 2 + 2 Jacob Thornton @fat - 3 + 3 Larry the Bird @twitter @@ -229,33 +226,33 @@ - + .active - + Applies the hover color to a particular row or cell - + .success - + Indicates a successful or positive action - + .info - + Indicates a neutral informative change or action - + .warning - + Indicates a warning that might need attention - + .danger - + Indicates a dangerous or potentially negative action @@ -273,55 +270,55 @@ - 1 + 1 Column content Column content Column content - 2 + 2 Column content Column content Column content - 3 + 3 Column content Column content Column content - 4 + 4 Column content Column content Column content - 5 + 5 Column content Column content Column content - 6 + 6 Column content Column content Column content - 7 + 7 Column content Column content Column content - 8 + 8 Column content Column content Column content - 9 + 9 Column content Column content Column content @@ -381,7 +378,7 @@ - 1 + 1 Table cell Table cell Table cell @@ -390,7 +387,7 @@ Table cell - 2 + 2 Table cell Table cell Table cell @@ -399,7 +396,7 @@ Table cell - 3 + 3 Table cell Table cell Table cell @@ -426,7 +423,7 @@ - 1 + 1 Table cell Table cell Table cell @@ -435,7 +432,7 @@ Table cell - 2 + 2 Table cell Table cell Table cell @@ -444,7 +441,7 @@ Table cell - 3 + 3 Table cell Table cell Table cell -- cgit v1.2.3