From be0199b195824b20490aa63fd7a2d1b860c4d47a Mon Sep 17 00:00:00 2001 From: Frances Cornwall <113309999+francescorn@users.noreply.github.com> Date: Wed, 27 Dec 2023 17:38:42 -0800 Subject: [PATCH] Update basic-shape.json in Safari to `17.2` and `"experimental"` to `false` in `rect()` (#21727) * Update basic-shape.json in Safari to `"preview"` for `"rect"` STP 180 added support for `"rect"`, updated Safari to `"preview"` Release note: https://developer.apple.com/documentation/safari-technology-preview-release-notes/stp-release-180 Commit: https://github.com/WebKit/WebKit/commit/60c71caf6ae8f78fcf776c5441ebdcd14f8cc5bf * Update basic-shape.json `rect()` is in Safari 17.2.1 https://developer.apple.com/documentation/safari-release-notes/safari-17_2-release-notes I tested live in the WPT test and all of the subtests pass: https://wpt.fyi/results/css/css-contain/content-visibility/content-visibility-svg-rect.html?label=master&label=experimental&aligned&q=%2Fcss%2Fcss-contain%2Fcontent-visibility%2Fcontent-visibility-svg-rect.html * Update basic-shape.json Setting experimental to false for `rect()` since it is supported by Safari 17.2. --- css/types/basic-shape.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/types/basic-shape.json b/css/types/basic-shape.json index eb6ccbcf7cdabf..ba1946846ba562 100644 --- a/css/types/basic-shape.json +++ b/css/types/basic-shape.json @@ -486,14 +486,14 @@ "opera": "mirror", "opera_android": "mirror", "safari": { - "version_added": false + "version_added": "17.2" }, "safari_ios": "mirror", "samsunginternet_android": "mirror", "webview_android": "mirror" }, "status": { - "experimental": true, + "experimental": false, "standard_track": true, "deprecated": false }