Skip to content

Commit

Permalink
Safari <img> border-radius bug fixed as of v7.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
cvrebert committed Feb 1, 2015
1 parent 55fe653 commit 44dc9c2
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions features-json/border-radius.json
Original file line number Diff line number Diff line change
Expand Up @@ -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`."
},
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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,
Expand All @@ -240,4 +237,4 @@
"ie_id":"",
"chrome_id":"",
"shown":true
}
}

0 comments on commit 44dc9c2

Please sign in to comment.