| { |
| "css": { |
| "properties": { |
| "text-shadow": { |
| "__compat": { |
| "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/text-shadow", |
| "spec_url": "https://drafts.csswg.org/css-text-decor/#text-shadow-property", |
| "tags": [ |
| "web-features:text-shadow" |
| ], |
| "support": { |
| "chrome": { |
| "version_added": "2" |
| }, |
| "chrome_android": "mirror", |
| "edge": { |
| "version_added": "12" |
| }, |
| "firefox": { |
| "version_added": "3.5", |
| "notes": [ |
| "Firefox versions before 57 have a bug whereby [`transition`](https://developer.mozilla.org/docs/Web/CSS/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](https://bugzil.la/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`](https://developer.mozilla.org/docs/Web/CSS/color) property." |
| ] |
| }, |
| "firefox_android": "mirror", |
| "ie": { |
| "version_added": "10" |
| }, |
| "oculus": "mirror", |
| "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": "mirror", |
| "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": "mirror", |
| "webview_android": { |
| "version_added": "37" |
| }, |
| "webview_ios": "mirror" |
| }, |
| "status": { |
| "experimental": false, |
| "standard_track": true, |
| "deprecated": false |
| } |
| } |
| } |
| } |
| } |
| } |