0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-02 14:24:19 +01:00

regenerate browser-bugs/index.html

This commit is contained in:
Chris Rebert 2015-02-22 22:13:27 -08:00
parent dc0e9a0379
commit d940f7cd85

View File

@ -91,7 +91,7 @@
<!-- Docs page layout -->
<div class="bs-docs-header" id="content">
<div class="bs-docs-header" id="content" tabindex="-1">
<div class="container">
<h1>Wall of browser bugs</h1>
<p>A list of the browser bugs that Bootstrap is currently grappling with.</p>
@ -210,6 +210,17 @@
</td>
</tr>
<tr>
<td>Chrome (OS X)
</td>
<td><p>Caps Lock indicator not shown in <code>&lt;input type="password"&gt;</code> with <code>display: block</code></p>
</td>
<td><a href="https://code.google.com/p/chromium/issues/detail?id=460200">Chromium issue #460200</a>
</td>
<td><a href="https://github.com/twbs/bootstrap/issues/15832">#15832</a>
</td>
</tr>
<tr>
<td>Chrome
</td>
@ -309,6 +320,17 @@
</td>
</tr>
<tr>
<td>Safari (OS X)
</td>
<td><p>Caps Lock indicator not shown in <code>&lt;input type="password"&gt;</code> with <code>display: block</code></p>
</td>
<td><a href="https://bugs.webkit.org/show_bug.cgi?id=141804">WebKit bug #141804</a>, <a href="https://openradar.appspot.com/19892433">Apple Safari Radar #19892433</a>
</td>
<td><a href="https://github.com/twbs/bootstrap/issues/15832">#15832</a>
</td>
</tr>
<tr>
<td>Safari (iOS)
</td>