Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
44fddf1c
Commit
44fddf1c
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fixes
#10449
: use th with scope in table; add scope to th in thead
parent
1c4bdb05
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
getting-started.html
+8
-8
getting-started.html
with
8 additions
and
8 deletions
+8
-8
getting-started.html
+
8
-
8
View file @
44fddf1c
...
...
@@ -671,35 +671,35 @@ bootstrap/
<table
class=
"table table-bordered table-striped"
>
<thead>
<tr>
<th
class=
"col-xs-4"
>
Feature
</th>
<th
class=
"col-xs-4"
>
Internet Explorer 8
</th>
<th
class=
"col-xs-4"
>
Internet Explorer 9
</th>
<th
scope=
"col"
class=
"col-xs-4"
>
Feature
</th>
<th
scope=
"col"
class=
"col-xs-4"
>
Internet Explorer 8
</th>
<th
scope=
"col"
class=
"col-xs-4"
>
Internet Explorer 9
</th>
</tr>
</thead>
<tbody>
<tr>
<t
d
scope=
"row"
><code>
border-radius
</code></t
d
>
<t
h
scope=
"row"
><code>
border-radius
</code></t
h
>
<td
class=
"text-danger"
><span
class=
"glyphicon glyphicon-remove"
></span>
Not supported
</td>
<td
class=
"text-success"
><span
class=
"glyphicon glyphicon-ok"
></span>
Supported
</td>
</tr>
<tr>
<t
d
scope=
"row"
><code>
box-shadow
</code></t
d
>
<t
h
scope=
"row"
><code>
box-shadow
</code></t
h
>
<td
class=
"text-danger"
><span
class=
"glyphicon glyphicon-remove"
></span>
Not supported
</td>
<td
class=
"text-success"
><span
class=
"glyphicon glyphicon-ok"
></span>
Supported
</td>
</tr>
<tr>
<t
d
scope=
"row"
><code>
transform
</code></t
d
>
<t
h
scope=
"row"
><code>
transform
</code></t
h
>
<td
class=
"text-danger"
><span
class=
"glyphicon glyphicon-remove"
></span>
Not supported
</td>
<td
class=
"text-success"
><span
class=
"glyphicon glyphicon-ok"
></span>
Supported, with
<code>
-ms
</code>
prefix
</td>
</tr>
<tr>
<t
d
scope=
"row"
><code>
transition
</code></t
d
>
<t
h
scope=
"row"
><code>
transition
</code></t
h
>
<td
colspan=
"2"
class=
"text-danger"
><span
class=
"glyphicon glyphicon-remove"
></span>
Not supported
</td>
</tr>
</tbody>
<tbody>
<tr>
<t
d
scope=
"row"
><code>
placeholder
</code></t
d
>
<t
h
scope=
"row"
><code>
placeholder
</code></t
h
>
<td
colspan=
"2"
class=
"text-danger"
><span
class=
"glyphicon glyphicon-remove"
></span>
Not supported
</td>
</tr>
</tbody>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets