From 40f333210cc10bc1249632302b105e31eb6087e2 Mon Sep 17 00:00:00 2001 From: Tim Nguyen Date: Fri, 3 Apr 2026 17:09:33 -0700 Subject: [PATCH 1/2] Safari 26.5 now fully supports hanging-punctuation See https://developer.apple.com/documentation/safari-release-notes/safari-26_5-release-notes --- css/properties/hanging-punctuation.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/properties/hanging-punctuation.json b/css/properties/hanging-punctuation.json index f3ed10e2af71f0..32a9b7ebeec43c 100644 --- a/css/properties/hanging-punctuation.json +++ b/css/properties/hanging-punctuation.json @@ -23,7 +23,7 @@ "opera_android": "mirror", "safari": [ { - "version_added": "preview" + "version_added": "26.5" }, { "version_added": "10", From 669a883e7af2d2e7b66161a8987f0b5b971eccf4 Mon Sep 17 00:00:00 2001 From: Tim Nguyen Date: Tue, 7 Apr 2026 15:05:27 -0700 Subject: [PATCH 2/2] Add version_removed field to hanging-punctuation.json --- css/properties/hanging-punctuation.json | 1 + 1 file changed, 1 insertion(+) diff --git a/css/properties/hanging-punctuation.json b/css/properties/hanging-punctuation.json index 32a9b7ebeec43c..ff309e92c675c2 100644 --- a/css/properties/hanging-punctuation.json +++ b/css/properties/hanging-punctuation.json @@ -27,6 +27,7 @@ }, { "version_added": "10", + "version_removed": "26.5", "partial_implementation": true, "notes": "The characters `U+0027` and `U+0022` are not supported by the `first` and `last` keywords. See [bug 309123](https://webkit.org/b/309123)." }