Skip to content

Commit 50a3f45

Browse files
authored
Safari 26.5 now fully supports hanging-punctuation (#29400)
* Safari 26.5 now fully supports hanging-punctuation See https://developer.apple.com/documentation/safari-release-notes/safari-26_5-release-notes * Add version_removed field to hanging-punctuation.json
1 parent cbf6708 commit 50a3f45

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

css/properties/hanging-punctuation.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,11 @@
2323
"opera_android": "mirror",
2424
"safari": [
2525
{
26-
"version_added": "preview"
26+
"version_added": "26.5"
2727
},
2828
{
2929
"version_added": "10",
30+
"version_removed": "26.5",
3031
"partial_implementation": true,
3132
"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)."
3233
}

0 commit comments

Comments
 (0)