Skip to content

Commit 73aef4c

Browse files
nt1mcaugner
andauthored
Safari TP now supports hanging-punctuation fully (#29377)
* STP now supports hanging-punctuation fully See https://webkit.org/blog/17896/release-notes-for-safari-technology-preview-240/ * Update css/properties/hanging-punctuation.json Co-authored-by: Claas Augner <495429+caugner@users.noreply.github.com> --------- Co-authored-by: Claas Augner <495429+caugner@users.noreply.github.com>
1 parent 1dd6059 commit 73aef4c

1 file changed

Lines changed: 10 additions & 5 deletions

File tree

css/properties/hanging-punctuation.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,16 @@
2121
"oculus": "mirror",
2222
"opera": "mirror",
2323
"opera_android": "mirror",
24-
"safari": {
25-
"version_added": "10",
26-
"partial_implementation": true,
27-
"notes": "The characters `U+0027` and `U+0022` are not supported by the `first` and `last` keywords."
28-
},
24+
"safari": [
25+
{
26+
"version_added": "preview"
27+
},
28+
{
29+
"version_added": "10",
30+
"partial_implementation": true,
31+
"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)."
32+
}
33+
],
2934
"safari_ios": "mirror",
3035
"samsunginternet_android": "mirror",
3136
"webview_android": "mirror",

0 commit comments

Comments
 (0)