From 80d423230f827081196a642b0f1f2b853c1eb98c Mon Sep 17 00:00:00 2001 From: BadCat Design <26096+badcat@users.noreply.github.com> Date: Wed, 20 May 2020 07:13:24 -0400 Subject: [PATCH] Updated Safari version for flow-root (#6188) Per issue 6148 https://github.com/mdn/browser-compat-data/issues/6148#issuecomment-628584863 Safari 13 and iOS Safari now support flow-root as of versions 13+ Fixes #6148. --- css/properties/display.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/properties/display.json b/css/properties/display.json index e33260b611dff1..3c950d9b417d83 100644 --- a/css/properties/display.json +++ b/css/properties/display.json @@ -480,10 +480,10 @@ "version_added": "43" }, "safari": { - "version_added": false + "version_added": "13" }, "safari_ios": { - "version_added": false + "version_added": "13" }, "samsunginternet_android": { "version_added": "7.0"