Skip to content

Commit

Permalink
Merge branch 'master' into carousel-glyphicons-mainstream
Browse files Browse the repository at this point in the history
Conflicts:
	javascript.html
  • Loading branch information
mdo committed Sep 4, 2013
2 parents 73e4b81 + 72b1f69 commit dcdafa4
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 15 deletions.
2 changes: 1 addition & 1 deletion assets/js/raw-files.js

Large diffs are not rendered by default.

26 changes: 12 additions & 14 deletions getting-started.html
Original file line number Diff line number Diff line change
Expand Up @@ -660,46 +660,44 @@ <h3>Supported browsers</h3>
<li>Internet Explorer</li>
<li>Opera (Mac, Windows)</li>
</ul>
<p>Unofficially, Bootstrap should look and behave well enough in Chromium for Linux and Internet Explorer 7, though they are not officially supported.</p>
<p>Unofficially, Bootstrap should look and behave well enough in Chromium for Linux, Firefox for Linux, and Internet Explorer 7, though they are not officially supported.</p>

<h3>Internet Explorer 8 and 9</h3>
<p>Internet Explorer 8 and 9 are also supported, however, please be aware that some CSS3 properties and HTML5 elements are not fully supported by these browsers. In addition, <strong>Internet Explorer 8 requires the use of <a href="https://github.com/scottjehl/Respond">respond.js</a> to enable media query support.</strong></p>
<div class="table-responsive">
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>Feature</th>
<th>Internet Explorer 8</th>
<th>Internet Explorer 9</th>
<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>
</tr>
</thead>
<tbody>
<tr>
<td scope="row"><code>border-radius</code></td>
<td class="text-muted">No</td>
<td>Yes</td>
<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>
<td scope="row"><code>box-shadow</code></td>
<td class="text-muted">No</td>
<td>Yes</td>
<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>
<td scope="row"><code>transform</code></td>
<td class="text-muted">No</td>
<td>Yes, with <code>-ms</code></td>
<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>
<td scope="row"><code>transition</code></td>
<td class="text-muted">No</td>
<td class="text-muted">No</td>
<td colspan="2" class="text-danger"><span class="glyphicon glyphicon-remove"></span> Not supported</td>
</tr>
</tbody>
<tbody>
<tr>
<td scope="row"><code>placeholder</code></td>
<td class="text-muted">No</td>
<td class="text-muted">No</td>
<td colspan="2" class="text-danger"><span class="glyphicon glyphicon-remove"></span> Not supported</td>
</tr>
</tbody>
</table>
Expand Down
4 changes: 4 additions & 0 deletions javascript.html
Original file line number Diff line number Diff line change
Expand Up @@ -1711,6 +1711,10 @@ <h2 id="carousel-examples">Examples</h2>
</a>
</div>
{% endhighlight %}
<div class="bs-callout bs-callout-warning" id="callout-carousel-transitions">
<h4>Transition animations not supported in Internet Explorer 8 &amp; 9</h4>
<p>Bootstrap exclusively uses CSS3 for its animations, but Internet Explorer 8 &amp; 9 don't support the necessary CSS properties. Thus, there are no slide transition animations when using these browsers. We have intentionally decided not to include jQuery-based fallbacks for the transitions.</p>
</div>

<h3>Optional captions</h3>
<p>Add captions to your slides easily with the <code>.carousel-caption</code> element within any <code>.item</code>. Place just about any optional HTML within there and it will be automatically aligned and formatted.</p>
Expand Down

0 comments on commit dcdafa4

Please sign in to comment.