Skip to content

Commit 1736373

Browse files
Bashamegacaugner
andauthored
Safari iOS does not support initial-letter with decimals (#27941)
Update Safari iOS support to add a note, and make it partially implemented Co-authored-by: Claas Augner <[email protected]>
1 parent 6450b76 commit 1736373

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

css/properties/initial-letter.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,15 @@
2727
"version_added": "9",
2828
"notes": "See [bug 229090](https://webkit.org/b/229090) for the unprefixed property."
2929
},
30-
"safari_ios": "mirror",
30+
"safari_ios": {
31+
"prefix": "-webkit-",
32+
"version_added": "9",
33+
"partial_implementation": true,
34+
"notes": [
35+
"See [bug 229090](https://webkit.org/b/229090) for the unprefixed property.",
36+
"Does not support decimal values. See [bug 296785](https://webkit.org/b/296785)."
37+
]
38+
},
3139
"samsunginternet_android": "mirror",
3240
"webview_android": "mirror",
3341
"webview_ios": "mirror"

0 commit comments

Comments
 (0)