From 44dc9c217ae1261fc81f8b1c961ee3d09c78b255 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 1 Feb 2015 12:47:52 -0800 Subject: [PATCH] Safari border-radius bug fixed as of v7.0 Prior to v5.1: Bug is probably present, but I don't have such old versions handy to test against. Bug definitely present in: v5.1.9, v6.0.5 Bug probably present in v6.1, based on SO question's creation date. Bug definitely absent as of: v7.0.6 --- features-json/border-radius.json | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/features-json/border-radius.json b/features-json/border-radius.json index 2601f3d45d..928ecb858e 100644 --- a/features-json/border-radius.json +++ b/features-json/border-radius.json @@ -26,9 +26,6 @@ } ], "bugs":[ - { - "description":"Safari does not apply `border-radius` correctly to image borders: http://stackoverflow.com/q/17202128" - }, { "description":"Android Browser 2.3 does not support % value for `border-radius`." }, @@ -141,9 +138,9 @@ "3.2":"y x", "4":"y x", "5":"y", - "5.1":"y", - "6":"y", - "6.1":"y", + "5.1":"y #1", + "6":"y #1", + "6.1":"y #1", "7":"y", "7.1":"y", "8":"y" @@ -230,7 +227,7 @@ }, "notes":"", "notes_by_num":{ - + "1":"Safari 6.1 and earlier did not apply `border-radius` correctly to image borders: http://stackoverflow.com/q/17202128" }, "usage_perc_y":89.66, "usage_perc_a":0.01, @@ -240,4 +237,4 @@ "ie_id":"", "chrome_id":"", "shown":true -} \ No newline at end of file +}