{
"css": {
"properties": {
"text-shadow": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/text-shadow",
"support": {
"chrome": {
"version_added": "2"
},
"chrome_android": {
"version_added": "18"
},
"edge": {
"version_added": "12"
},
"firefox": {
"version_added": "3.5",
"notes": [
"Firefox versions before 57 have a bug whereby transition
s will not work when transitioning from a text-shadow
with a color specified to a text-shadow
without a color specified (bug 726550).",
"From Firefox 4, the blur radius is capped at 300 for performance reasons.",
"Firefox theoretically supports infinite text-shadows (don't try it).",
"If the <color>
value is unspecified, then Firefox uses the value of the element's color
property."
]
},
"firefox_android": {
"version_added": "4",
"notes": [
"Firefox versions before 57 have a bug whereby transition
s will not work when transitioning from a text-shadow
with a color specified to a text-shadow
without a color specified (bug 726550).",
"From Firefox 4, the blur radius is capped at 300 for performance reasons.",
"Firefox theoretically supports infinite text-shadows (don't try it).",
"If the <color>
value is unspecified, then Firefox uses the value of the element's color
property."
]
},
"ie": {
"version_added": "10"
},
"opera": {
"version_added": "9.5",
"notes": [
"Opera supports a maximum of 6-9 text-shadows for performance reasons. The blur radius is limited to 100px.",
"Opera 9.5 to 10.1 adheres to the old, reverse painting order (in CSS2, the first specified shadow is on the bottom)."
]
},
"opera_android": {
"version_added": "14"
},
"safari": {
"version_added": "1.1",
"notes": [
"In Safari, any shadows that do not explicitly specify a color are transparent.",
"Safari 1.1 to 3.2 only supports one text-shadow (displays the first shadow of a comma-separated list and ignores the rest). Safari 4.0 (WebKit 528) and later support multiple text-shadows."
]
},
"safari_ios": {
"version_added": "1",
"notes": [
"In Safari, any shadows that do not explicitly specify a color are transparent.",
"Safari iOS 1 and 2 only support one text-shadow (displays the first shadow of a comma-separated list and ignores the rest). Safari iOS 3 (WebKit 528) and later support multiple text-shadows."
]
},
"samsunginternet_android": {
"version_added": "1.0"
},
"webview_android": {
"version_added": "37"
}
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
}
}
}
}