Skip to content

Commit 8fbe580

Browse files
committed
regenerate Wall of Browser Bugs page
1 parent fd964d6 commit 8fbe580

File tree

1 file changed

+4
-26
lines changed

1 file changed

+4
-26
lines changed

browser-bugs/index.html

Lines changed: 4 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
</button>
6464
<a href="../" class="navbar-brand">Bootstrap</a>
6565
</div>
66-
<nav class="collapse navbar-collapse bs-navbar-collapse" role="navigation">
66+
<nav class="collapse navbar-collapse bs-navbar-collapse">
6767
<ul class="nav navbar-nav">
6868
<li>
6969
<a href="../getting-started/">Getting started</a>
@@ -232,17 +232,6 @@ <h1 id="browser-bugs" class="page-header">Browser bugs</h1>
232232
</td>
233233
</tr>
234234

235-
<tr>
236-
<td>Chrome
237-
</td>
238-
<td><p><code>&lt;input type="password"&gt;</code> sporadically causes bad widths on floated elements.</p>
239-
</td>
240-
<td><a href="https://code.google.com/p/chromium/issues/detail?id=377346">Chromium issue #377346</a>
241-
</td>
242-
<td><a href="https://github.com/twbs/bootstrap/issues/13892">#13892</a>
243-
</td>
244-
</tr>
245-
246235
<tr>
247236
<td>Chrome
248237
</td>
@@ -254,17 +243,6 @@ <h1 id="browser-bugs" class="page-header">Browser bugs</h1>
254243
</td>
255244
</tr>
256245

257-
<tr>
258-
<td>Chrome (Windows)
259-
</td>
260-
<td><p>Body content can be scrolled even though <code>overflow: hidden;</code> is applied to it.</p>
261-
</td>
262-
<td><a href="https://code.google.com/p/chromium/issues/detail?id=438064">Chromium issue #438064</a>
263-
</td>
264-
<td><a href="https://code.google.com/p/chromium/issues/detail?id=175502">Chromium issue #175502</a>, <a href="https://github.com/twbs/bootstrap/issues/14972">#14972</a>
265-
</td>
266-
</tr>
267-
268246
<tr>
269247
<td>Safari (OS X)
270248
</td>
@@ -303,7 +281,7 @@ <h1 id="browser-bugs" class="page-header">Browser bugs</h1>
303281
</td>
304282
<td><p>Small font size when printing webpage with fixed-width <code>.container</code>.</p>
305283
</td>
306-
<td><a href="https://bugs.webkit.org/show_bug.cgi?id=138192">WebKit bug #138192</a>
284+
<td><a href="https://bugs.webkit.org/show_bug.cgi?id=138192">WebKit bug #138192</a>, <a href="https://openradar.appspot.com/19435018">Apple Safari Radar #19435018</a>
307285
</td>
308286
<td><a href="https://github.com/twbs/bootstrap/issues/14868">#14868</a>
309287
</td>
@@ -314,7 +292,7 @@ <h1 id="browser-bugs" class="page-header">Browser bugs</h1>
314292
</td>
315293
<td><p>Alpha linear-gradient has dark line at its edge.</p>
316294
</td>
317-
<td><a href="https://bugs.webkit.org/show_bug.cgi?id=139803">WebKit bug #139803</a>
295+
<td><a href="https://bugs.webkit.org/show_bug.cgi?id=139803">WebKit bug #139803</a>, <a href="https://openradar.appspot.com/19434933">Apple Safari Radar #19434933</a>
318296
</td>
319297
<td><a href="https://github.com/twbs/bootstrap/issues/15205">#15205</a>
320298
</td>
@@ -347,7 +325,7 @@ <h1 id="browser-bugs" class="page-header">Browser bugs</h1>
347325
</td>
348326
<td><p><code>display: block</code> causes text of temporal <code>&lt;input&gt;</code>s to become vertically misaligned</p>
349327
</td>
350-
<td><a href="https://bugs.webkit.org/show_bug.cgi?id=139848">WebKit bug #139848</a>
328+
<td><a href="https://bugs.webkit.org/show_bug.cgi?id=139848">WebKit bug #139848</a>, <a href="https://openradar.appspot.com/19434878">Apple Safari Radar #19434878</a>
351329
</td>
352330
<td><a href="https://github.com/twbs/bootstrap/issues/11266">#11266</a>, <a href="https://github.com/twbs/bootstrap/issues/13098">#13098</a>
353331
</td>

0 commit comments

Comments
 (0)