Skip to content

Commit f8dc47c

Browse files
authored
Safari 16.4 supports hanging-punctuation: force-end (#29497)
* Add missing force-end value for hanging-punctuation * Corrected Safari version
1 parent b2ef1b3 commit f8dc47c

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

css/properties/hanging-punctuation.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,40 @@
111111
}
112112
}
113113
},
114+
"force-end": {
115+
"__compat": {
116+
"spec_url": "https://drafts.csswg.org/css-text/#valdef-hanging-punctuation-force-end",
117+
"tags": [
118+
"web-features:hanging-punctuation"
119+
],
120+
"support": {
121+
"chrome": {
122+
"version_added": false
123+
},
124+
"chrome_android": "mirror",
125+
"edge": "mirror",
126+
"firefox": {
127+
"version_added": false
128+
},
129+
"firefox_android": "mirror",
130+
"oculus": "mirror",
131+
"opera": "mirror",
132+
"opera_android": "mirror",
133+
"safari": {
134+
"version_added": "16.4"
135+
},
136+
"safari_ios": "mirror",
137+
"samsunginternet_android": "mirror",
138+
"webview_android": "mirror",
139+
"webview_ios": "mirror"
140+
},
141+
"status": {
142+
"experimental": false,
143+
"standard_track": true,
144+
"deprecated": false
145+
}
146+
}
147+
},
114148
"last": {
115149
"__compat": {
116150
"spec_url": "https://drafts.csswg.org/css-text/#valdef-hanging-punctuation-last",

0 commit comments

Comments
 (0)