Skip to content

Commit daeb2c3

Browse files
committed
regenerate browser-bugs/index.html
1 parent fcd75b7 commit daeb2c3

File tree

1 file changed

+40
-28
lines changed

1 file changed

+40
-28
lines changed

browser-bugs/index.html

Lines changed: 40 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -233,46 +233,46 @@ <h1 id="browser-bugs" class="page-header">Browser bugs</h1>
233233
</tr>
234234

235235
<tr>
236-
<td>Safari (OS X)
236+
<td>Chrome
237237
</td>
238-
<td><p>Scrollbar clipped in <code>select[multiple]</code> with padding.</p>
238+
<td><p><code>&lt;input type="password"&gt;</code> sporadically causes bad widths on floated elements.</p>
239239
</td>
240-
<td><a href="https://bugs.webkit.org/show_bug.cgi?id=128489">WebKit bug #128489</a>
240+
<td><a href="https://code.google.com/p/chromium/issues/detail?id=377346">Chromium issue #377346</a>
241241
</td>
242-
<td><a href="https://github.com/twbs/bootstrap/issues/12536">#12536</a>
242+
<td><a href="https://github.com/twbs/bootstrap/issues/13892">#13892</a>
243243
</td>
244244
</tr>
245245

246246
<tr>
247247
<td>Chrome
248248
</td>
249-
<td><p><code>display: table-cell; width: 100%;</code> doesn’t work correctly on <code>&lt;input type="date"&gt;</code>.</p>
249+
<td><p>CSS infinite linear animation with alpha transparency leaks memory.</p>
250250
</td>
251-
<td><a href="https://code.google.com/p/chromium/issues/detail?id=346051">Chromium issue #346051</a>
251+
<td><a href="https://code.google.com/p/chromium/issues/detail?id=429375">Chromium issue #429375</a>
252252
</td>
253-
<td><a href="https://github.com/twbs/bootstrap/issues/12548">#12548</a>
253+
<td><a href="https://github.com/twbs/bootstrap/issues/14409">#14409</a>
254254
</td>
255255
</tr>
256256

257257
<tr>
258-
<td>Chrome
258+
<td>Chrome (Windows)
259259
</td>
260-
<td><p><code>&lt;input type="password"&gt;</code> sporadically causes bad widths on floated elements.</p>
260+
<td><p>Body content can be scrolled even though <code>overflow: hidden;</code> is applied to it.</p>
261261
</td>
262-
<td><a href="https://code.google.com/p/chromium/issues/detail?id=377346">Chromium issue #377346</a>
262+
<td><a href="https://code.google.com/p/chromium/issues/detail?id=438064">Chromium issue #438064</a>
263263
</td>
264-
<td><a href="https://github.com/twbs/bootstrap/issues/13892">#13892</a>
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>
265265
</td>
266266
</tr>
267267

268268
<tr>
269-
<td>Chrome
269+
<td>Safari (OS X)
270270
</td>
271-
<td><p>CSS infinite linear animation with alpha transparency leaks memory.</p>
271+
<td><p>Scrollbar clipped in <code>select[multiple]</code> with padding.</p>
272272
</td>
273-
<td><a href="https://code.google.com/p/chromium/issues/detail?id=429375">Chromium issue #429375</a>
273+
<td><a href="https://bugs.webkit.org/show_bug.cgi?id=128489">WebKit bug #128489</a>, <a href="https://openradar.appspot.com/19208483">Apple Safari Radar #19208483</a>
274274
</td>
275-
<td><a href="https://github.com/twbs/bootstrap/issues/14409">#14409</a>
275+
<td><a href="https://github.com/twbs/bootstrap/issues/12536">#12536</a>
276276
</td>
277277
</tr>
278278

@@ -281,7 +281,7 @@ <h1 id="browser-bugs" class="page-header">Browser bugs</h1>
281281
</td>
282282
<td><p>Weird button behavior with some <code>&lt;input type="number"&gt;</code> elements.</p>
283283
</td>
284-
<td><a href="https://bugs.webkit.org/show_bug.cgi?id=137269">WebKit bug #137269</a>
284+
<td><a href="https://bugs.webkit.org/show_bug.cgi?id=137269">WebKit bug #137269</a>, <a href="https://openradar.appspot.com/18834768">Apple Safari Radar #18834768</a>
285285
</td>
286286
<td><a href="https://github.com/twbs/bootstrap/issues/8350">#8350</a>, <a href="https://github.com/necolas/normalize.css/issues/283">Normalize #283</a>, <a href="https://code.google.com/p/chromium/issues/detail?id=337668">Chromium issue #337668</a>
287287
</td>
@@ -292,31 +292,42 @@ <h1 id="browser-bugs" class="page-header">Browser bugs</h1>
292292
</td>
293293
<td><p><code>display: table-cell;</code> within media query renders incorrectly when resizing the window.</p>
294294
</td>
295-
<td><a href="https://bugs.webkit.org/show_bug.cgi?id=138167">WebKit bug #138167</a>
295+
<td><a href="https://bugs.webkit.org/show_bug.cgi?id=138167">WebKit bug #138167</a>, <a href="https://openradar.appspot.com/18987206">Apple Safari Radar #18987206</a>
296296
</td>
297297
<td><a href="https://github.com/twbs/bootstrap/issues/9774">#9774</a>
298298
</td>
299299
</tr>
300300

301301
<tr>
302-
<td>Safari (iOS)
302+
<td>Safari (OS X)
303303
</td>
304-
<td><p><code>transform: translate3d(0,0,0);</code> rendering bug.</p>
304+
<td><p>Small font size when printing webpage with fixed-width <code>.container</code>.</p>
305305
</td>
306-
<td><a href="https://bugs.webkit.org/show_bug.cgi?id=138162">WebKit bug #138162</a>, <a href="https://openradar.appspot.com/18804973">Apple Safari Radar #18804973</a>
306+
<td><a href="https://bugs.webkit.org/show_bug.cgi?id=138192">WebKit bug #138192</a>
307307
</td>
308-
<td><a href="https://github.com/twbs/bootstrap/issues/14603">#14603</a>
308+
<td><a href="https://github.com/twbs/bootstrap/issues/14868">#14868</a>
309309
</td>
310310
</tr>
311311

312312
<tr>
313313
<td>Safari (OS X)
314314
</td>
315-
<td><p>Small font size when printing webpage with fixed-width <code>.container</code>.</p>
315+
<td><p>Alpha linear-gradient has dark line at its edge.</p>
316316
</td>
317-
<td><a href="https://bugs.webkit.org/show_bug.cgi?id=138192">WebKit bug #138192</a>
317+
<td><a href="https://bugs.webkit.org/show_bug.cgi?id=139803">WebKit bug #139803</a>
318318
</td>
319-
<td><a href="https://github.com/twbs/bootstrap/issues/14868">#14868</a>
319+
<td><a href="https://github.com/twbs/bootstrap/issues/15205">#15205</a>
320+
</td>
321+
</tr>
322+
323+
<tr>
324+
<td>Safari (iOS)
325+
</td>
326+
<td><p><code>transform: translate3d(0,0,0);</code> rendering bug.</p>
327+
</td>
328+
<td><a href="https://bugs.webkit.org/show_bug.cgi?id=138162">WebKit bug #138162</a>, <a href="https://openradar.appspot.com/18804973">Apple Safari Radar #18804973</a>
329+
</td>
330+
<td><a href="https://github.com/twbs/bootstrap/issues/14603">#14603</a>
320331
</td>
321332
</tr>
322333

@@ -332,13 +343,14 @@ <h1 id="browser-bugs" class="page-header">Browser bugs</h1>
332343
</tr>
333344

334345
<tr>
335-
<td>Chrome (Windows & Linux)
346+
<td>Safari (iOS)
336347
</td>
337-
<td><p>Body content can be scrolled even though <code>overflow: hidden;</code> is applied to it.</p>
348+
<td><p><code>display: block</code> causes text of temporal <code>&lt;input&gt;</code>s to become vertically misaligned</p>
349+
</td>
350+
<td><a href="https://bugs.webkit.org/show_bug.cgi?id=139848">WebKit bug #139848</a>
338351
</td>
339-
<td><a href="https://code.google.com/p/chromium/issues/detail?id=429604">Chromium issue #429604</a>
352+
<td><a href="https://github.com/twbs/bootstrap/issues/11266">#11266</a>, <a href="https://github.com/twbs/bootstrap/issues/13098">#13098</a>
340353
</td>
341-
<td><a href="https://github.com/twbs/bootstrap/issues/14972">#14972</a></td>
342354
</tr>
343355

344356
</tbody>

0 commit comments

Comments
 (0)