diff --git a/browser-bugs/index.html b/browser-bugs/index.html
index 0d1609641..38965d7bc 100644
--- a/browser-bugs/index.html
+++ b/browser-bugs/index.html
@@ -232,28 +232,6 @@
-
- | Safari (OS X)
- |
- Scrollbar clipped in select[multiple] with padding.
- |
- WebKit bug #128489
- |
- #12536
- |
-
-
-
- | Chrome
- |
- display: table-cell; width: 100%; doesn’t work correctly on <input type="date">.
- |
- Chromium issue #346051
- |
- #12548
- |
-
-
| Chrome
|
@@ -276,12 +254,34 @@
+
+ | Chrome (Windows)
+ |
+ Body content can be scrolled even though overflow: hidden; is applied to it.
+ |
+ Chromium issue #438064
+ |
+ Chromium issue #175502, #14972
+ |
+
+
+
+ | Safari (OS X)
+ |
+ Scrollbar clipped in select[multiple] with padding.
+ |
+ WebKit bug #128489, Apple Safari Radar #19208483
+ |
+ #12536
+ |
+
+
| Safari (OS X)
|
Weird button behavior with some <input type="number"> elements.
|
- WebKit bug #137269
+ | WebKit bug #137269, Apple Safari Radar #18834768
|
#8350, Normalize #283, Chromium issue #337668
|
@@ -292,23 +292,12 @@
display: table-cell; within media query renders incorrectly when resizing the window.
|
- WebKit bug #138167
+ | WebKit bug #138167, Apple Safari Radar #18987206
|
#9774
|
-
- | Safari (iOS)
- |
- transform: translate3d(0,0,0); rendering bug.
- |
- WebKit bug #138162, Apple Safari Radar #18804973
- |
- #14603
- |
-
-
| Safari (OS X)
|
@@ -320,6 +309,28 @@
+
+ | Safari (OS X)
+ |
+ Alpha linear-gradient has dark line at its edge.
+ |
+ WebKit bug #139803
+ |
+ #15205
+ |
+
+
+
+ | Safari (iOS)
+ |
+ transform: translate3d(0,0,0); rendering bug.
+ |
+ WebKit bug #138162, Apple Safari Radar #18804973
+ |
+ #14603
+ |
+
+
| Safari (iOS)
|
@@ -332,13 +343,14 @@
- | Chrome (Windows & Linux)
+ | Safari (iOS)
|
- Body content can be scrolled even though overflow: hidden; is applied to it.
+ | display: block causes text of temporal <input>s to become vertically misaligned
|
- Chromium issue #429604
+ | WebKit bug #139848
+ |
+ #11266, #13098
|
- #14972 |