From 8bca5ec7814fabcf6e870ca9698ca9e7610fb4f0 Mon Sep 17 00:00:00 2001 From: Tim Nguyen Date: Thu, 5 Sep 2024 07:19:54 -0700 Subject: [PATCH] Unprefixed ruby-position is in STP 202 (#24336) * Unprefixed ruby-position is in STP 202 https://webkit.org/blog/15798/release-notes-for-safari-technology-preview-202/ * Update ruby-position.json --- css/properties/ruby-position.json | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/css/properties/ruby-position.json b/css/properties/ruby-position.json index bd390c861a204a..2a5063bb2a3984 100644 --- a/css/properties/ruby-position.json +++ b/css/properties/ruby-position.json @@ -42,11 +42,16 @@ "oculus": "mirror", "opera": "mirror", "opera_android": "mirror", - "safari": { - "prefix": "-webkit-", - "version_added": "7", - "notes": "Implemented as a non-standard, prefixed, version of ruby-position, -webkit-ruby-position: it has two properties: before and after (both equivalent, for ltr and rtl scripts to the standard over value used with ruby-align: start)." - }, + "safari": [ + { + "version_added": "preview" + }, + { + "prefix": "-webkit-", + "version_added": "7", + "notes": "Implemented as a non-standard, prefixed, version of ruby-position, -webkit-ruby-position: it has two properties: before and after (both equivalent, for ltr and rtl scripts to the standard over value used with ruby-align: start)." + } + ], "safari_ios": "mirror", "samsunginternet_android": { "version_added": "14.0"