diff options
| author | Mark Otto <[email protected]> | 2014-11-29 23:17:36 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-11-29 23:17:36 -0800 |
| commit | 65f72ff095777646c5c1d76a4bc64fab2cbdfc61 (patch) | |
| tree | 907bb9f49bc92bae2c44d32e4dc3d906b38b3c7f /docs/_includes/css/tables.html | |
| parent | 9928144dc4e8301ee0dd02ac073682d789b2adb1 (diff) | |
| parent | db4e5efb8f1ddf1720f20440bdc1e050f98e78e0 (diff) | |
| download | bootstrap-65f72ff095777646c5c1d76a4bc64fab2cbdfc61.tar.xz bootstrap-65f72ff095777646c5c1d76a4bc64fab2cbdfc61.zip | |
Merge pull request #15133 from patrickhlauke/docs-table-fixes
Fixes to scope
Diffstat (limited to 'docs/_includes/css/tables.html')
| -rw-r--r-- | docs/_includes/css/tables.html | 91 |
1 files changed, 44 insertions, 47 deletions
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 @@ </thead> <tbody> <tr> - <td>1</td> + <th scope="row">1</th> <td>Mark</td> <td>Otto</td> <td>@mdo</td> </tr> <tr> - <td>2</td> + <th scope="row">2</th> <td>Jacob</td> <td>Thornton</td> <td>@fat</td> </tr> <tr> - <td>3</td> + <th scope="row">3</th> <td>Larry</td> <td>the Bird</td> <td>@twitter</td> @@ -61,19 +61,19 @@ </thead> <tbody> <tr> - <td>1</td> + <th scope="row">1</th> <td>Mark</td> <td>Otto</td> <td>@mdo</td> </tr> <tr> - <td>2</td> + <th scope="row">2</th> <td>Jacob</td> <td>Thornton</td> <td>@fat</td> </tr> <tr> - <td>3</td> + <th scope="row">3</th> <td>Larry</td> <td>the Bird</td> <td>@twitter</td> @@ -102,25 +102,21 @@ </thead> <tbody> <tr> - <td rowspan="2">1</td> + <th scope="row">1</th> <td>Mark</td> <td>Otto</td> <td>@mdo</td> </tr> <tr> - <td>Mark</td> - <td>Otto</td> - <td>@TwBootstrap</td> - </tr> - <tr> - <td>2</td> + <th scope="row">2</th> <td>Jacob</td> <td>Thornton</td> <td>@fat</td> </tr> <tr> - <td>3</td> - <td colspan="2">Larry the Bird</td> + <th scope="row">3</th> + <td>Larry</td> + <td>the Bird</td> <td>@twitter</td> </tr> </tbody> @@ -147,20 +143,21 @@ </thead> <tbody> <tr> - <td>1</td> + <th scope="row">1</th> <td>Mark</td> <td>Otto</td> <td>@mdo</td> </tr> <tr> - <td>2</td> + <th scope="row">2</th> <td>Jacob</td> <td>Thornton</td> <td>@fat</td> </tr> <tr> - <td>3</td> - <td colspan="2">Larry the Bird</td> + <th scope="row">3</th> + <td>Larry</td> + <td>the Bird</td> <td>@twitter</td> </tr> </tbody> @@ -187,19 +184,19 @@ </thead> <tbody> <tr> - <td>1</td> + <th scope="row">1</th> <td>Mark</td> <td>Otto</td> <td>@mdo</td> </tr> <tr> - <td>2</td> + <th scope="row">2</th> <td>Jacob</td> <td>Thornton</td> <td>@fat</td> </tr> <tr> - <td>3</td> + <th scope="row">3</th> <td colspan="2">Larry the Bird</td> <td>@twitter</td> </tr> @@ -229,33 +226,33 @@ </thead> <tbody> <tr> - <td> + <th scope="row"> <code>.active</code> - </td> + </th> <td>Applies the hover color to a particular row or cell</td> </tr> <tr> - <td> + <th scope="row"> <code>.success</code> - </td> + </th> <td>Indicates a successful or positive action</td> </tr> <tr> - <td> + <th scope="row"> <code>.info</code> - </td> + </th> <td>Indicates a neutral informative change or action</td> </tr> <tr> - <td> + <th scope="row"> <code>.warning</code> - </td> + </th> <td>Indicates a warning that might need attention</td> </tr> <tr> - <td> + <th scope="row"> <code>.danger</code> - </td> + </th> <td>Indicates a dangerous or potentially negative action</td> </tr> </tbody> @@ -273,55 +270,55 @@ </thead> <tbody> <tr class="active"> - <td>1</td> + <th scope="row">1</th> <td>Column content</td> <td>Column content</td> <td>Column content</td> </tr> <tr> - <td>2</td> + <th scope="row">2</th> <td>Column content</td> <td>Column content</td> <td>Column content</td> </tr> <tr class="success"> - <td>3</td> + <th scope="row">3</th> <td>Column content</td> <td>Column content</td> <td>Column content</td> </tr> <tr> - <td>4</td> + <th scope="row">4</th> <td>Column content</td> <td>Column content</td> <td>Column content</td> </tr> <tr class="info"> - <td>5</td> + <th scope="row">5</th> <td>Column content</td> <td>Column content</td> <td>Column content</td> </tr> <tr> - <td>6</td> + <th scope="row">6</th> <td>Column content</td> <td>Column content</td> <td>Column content</td> </tr> <tr class="warning"> - <td>7</td> + <th scope="row">7</th> <td>Column content</td> <td>Column content</td> <td>Column content</td> </tr> <tr> - <td>8</td> + <th scope="row">8</th> <td>Column content</td> <td>Column content</td> <td>Column content</td> </tr> <tr class="danger"> - <td>9</td> + <th scope="row">9</th> <td>Column content</td> <td>Column content</td> <td>Column content</td> @@ -381,7 +378,7 @@ </thead> <tbody> <tr> - <td>1</td> + <th scope="row">1</th> <td>Table cell</td> <td>Table cell</td> <td>Table cell</td> @@ -390,7 +387,7 @@ <td>Table cell</td> </tr> <tr> - <td>2</td> + <th scope="row">2</th> <td>Table cell</td> <td>Table cell</td> <td>Table cell</td> @@ -399,7 +396,7 @@ <td>Table cell</td> </tr> <tr> - <td>3</td> + <th scope="row">3</th> <td>Table cell</td> <td>Table cell</td> <td>Table cell</td> @@ -426,7 +423,7 @@ </thead> <tbody> <tr> - <td>1</td> + <th scope="row">1</th> <td>Table cell</td> <td>Table cell</td> <td>Table cell</td> @@ -435,7 +432,7 @@ <td>Table cell</td> </tr> <tr> - <td>2</td> + <th scope="row">2</th> <td>Table cell</td> <td>Table cell</td> <td>Table cell</td> @@ -444,7 +441,7 @@ <td>Table cell</td> </tr> <tr> - <td>3</td> + <th scope="row">3</th> <td>Table cell</td> <td>Table cell</td> <td>Table cell</td> |
