暂无描述

css-textshadow.json 6.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336
  1. {
  2. "title":"CSS3 Text-shadow",
  3. "description":"Method of applying one or more shadow or blur effects to text",
  4. "spec":"https://www.w3.org/TR/css-text-decor-3/#text-shadow-property",
  5. "status":"cr",
  6. "links":[
  7. {
  8. "url":"https://hacks.mozilla.org/2009/06/text-shadow/",
  9. "title":"Mozilla hacks article"
  10. },
  11. {
  12. "url":"https://testdrive-archive.azurewebsites.net/Graphics/hands-on-css3/hands-on_text-shadow.htm",
  13. "title":"Live editor"
  14. },
  15. {
  16. "url":"https://www.webplatform.org/docs/css/properties/text-shadow",
  17. "title":"WebPlatform Docs"
  18. }
  19. ],
  20. "bugs":[
  21. {
  22. "description":"According to http://code.google.com/p/android/issues/detail?id=7531, text-shadow doesn't work on Android (at least 2.3, from testing) when the blur-radius is 0."
  23. },
  24. {
  25. "description":"IE10 doesn't seem to render rgba(255,255,255,0.25) properly. It seems to ignore the alpha value and uses 100% white instead."
  26. },
  27. {
  28. "description":"Safari 5.1 requires a color to be defined for the shadow."
  29. }
  30. ],
  31. "categories":[
  32. "CSS3"
  33. ],
  34. "stats":{
  35. "ie":{
  36. "5.5":"n",
  37. "6":"n",
  38. "7":"n",
  39. "8":"n",
  40. "9":"n",
  41. "10":"y #1",
  42. "11":"y #1"
  43. },
  44. "edge":{
  45. "12":"y #1",
  46. "13":"y #1",
  47. "14":"y #1",
  48. "15":"y #1",
  49. "16":"y #1",
  50. "17":"y #1"
  51. },
  52. "firefox":{
  53. "2":"n",
  54. "3":"n",
  55. "3.5":"y",
  56. "3.6":"y",
  57. "4":"y",
  58. "5":"y",
  59. "6":"y",
  60. "7":"y",
  61. "8":"y",
  62. "9":"y",
  63. "10":"y",
  64. "11":"y",
  65. "12":"y",
  66. "13":"y",
  67. "14":"y",
  68. "15":"y",
  69. "16":"y",
  70. "17":"y",
  71. "18":"y",
  72. "19":"y",
  73. "20":"y",
  74. "21":"y",
  75. "22":"y",
  76. "23":"y",
  77. "24":"y",
  78. "25":"y",
  79. "26":"y",
  80. "27":"y",
  81. "28":"y",
  82. "29":"y",
  83. "30":"y",
  84. "31":"y",
  85. "32":"y",
  86. "33":"y",
  87. "34":"y",
  88. "35":"y",
  89. "36":"y",
  90. "37":"y",
  91. "38":"y",
  92. "39":"y",
  93. "40":"y",
  94. "41":"y",
  95. "42":"y",
  96. "43":"y",
  97. "44":"y",
  98. "45":"y",
  99. "46":"y",
  100. "47":"y",
  101. "48":"y",
  102. "49":"y",
  103. "50":"y",
  104. "51":"y",
  105. "52":"y",
  106. "53":"y",
  107. "54":"y",
  108. "55":"y",
  109. "56":"y",
  110. "57":"y",
  111. "58":"y",
  112. "59":"y",
  113. "60":"y",
  114. "61":"y"
  115. },
  116. "chrome":{
  117. "4":"y",
  118. "5":"y",
  119. "6":"y",
  120. "7":"y",
  121. "8":"y",
  122. "9":"y",
  123. "10":"y",
  124. "11":"y",
  125. "12":"y",
  126. "13":"y",
  127. "14":"y",
  128. "15":"y",
  129. "16":"y",
  130. "17":"y",
  131. "18":"y",
  132. "19":"y",
  133. "20":"y",
  134. "21":"y",
  135. "22":"y",
  136. "23":"y",
  137. "24":"y",
  138. "25":"y",
  139. "26":"y",
  140. "27":"y",
  141. "28":"y",
  142. "29":"y",
  143. "30":"y",
  144. "31":"y",
  145. "32":"y",
  146. "33":"y",
  147. "34":"y",
  148. "35":"y",
  149. "36":"y",
  150. "37":"y",
  151. "38":"y",
  152. "39":"y",
  153. "40":"y",
  154. "41":"y",
  155. "42":"y",
  156. "43":"y",
  157. "44":"y",
  158. "45":"y",
  159. "46":"y",
  160. "47":"y",
  161. "48":"y",
  162. "49":"y",
  163. "50":"y",
  164. "51":"y",
  165. "52":"y",
  166. "53":"y",
  167. "54":"y",
  168. "55":"y",
  169. "56":"y",
  170. "57":"y",
  171. "58":"y",
  172. "59":"y",
  173. "60":"y",
  174. "61":"y",
  175. "62":"y",
  176. "63":"y",
  177. "64":"y",
  178. "65":"y",
  179. "66":"y",
  180. "67":"y"
  181. },
  182. "safari":{
  183. "3.1":"a #2",
  184. "3.2":"a #2",
  185. "4":"y",
  186. "5":"y",
  187. "5.1":"y",
  188. "6":"y",
  189. "6.1":"y",
  190. "7":"y",
  191. "7.1":"y",
  192. "8":"y",
  193. "9":"y",
  194. "9.1":"y",
  195. "10":"y",
  196. "10.1":"y",
  197. "11":"y",
  198. "11.1":"y",
  199. "TP":"y"
  200. },
  201. "opera":{
  202. "9":"n",
  203. "9.5-9.6":"y",
  204. "10.0-10.1":"y",
  205. "10.5":"y",
  206. "10.6":"y",
  207. "11":"y",
  208. "11.1":"y",
  209. "11.5":"y",
  210. "11.6":"y",
  211. "12":"y",
  212. "12.1":"y",
  213. "15":"y",
  214. "16":"y",
  215. "17":"y",
  216. "18":"y",
  217. "19":"y",
  218. "20":"y",
  219. "21":"y",
  220. "22":"y",
  221. "23":"y",
  222. "24":"y",
  223. "25":"y",
  224. "26":"y",
  225. "27":"y",
  226. "28":"y",
  227. "29":"y",
  228. "30":"y",
  229. "31":"y",
  230. "32":"y",
  231. "33":"y",
  232. "34":"y",
  233. "35":"y",
  234. "36":"y",
  235. "37":"y",
  236. "38":"y",
  237. "39":"y",
  238. "40":"y",
  239. "41":"y",
  240. "42":"y",
  241. "43":"y",
  242. "44":"y",
  243. "45":"y",
  244. "46":"y",
  245. "47":"y",
  246. "48":"y",
  247. "49":"y",
  248. "50":"y",
  249. "51":"y",
  250. "52":"y"
  251. },
  252. "ios_saf":{
  253. "3.2":"y",
  254. "4.0-4.1":"y",
  255. "4.2-4.3":"y",
  256. "5.0-5.1":"y",
  257. "6.0-6.1":"y",
  258. "7.0-7.1":"y",
  259. "8":"y",
  260. "8.1-8.4":"y",
  261. "9.0-9.2":"y",
  262. "9.3":"y",
  263. "10.0-10.2":"y",
  264. "10.3":"y",
  265. "11.0-11.2":"y",
  266. "11.3":"y"
  267. },
  268. "op_mini":{
  269. "all":"a"
  270. },
  271. "android":{
  272. "2.1":"y",
  273. "2.2":"y",
  274. "2.3":"y",
  275. "3":"y",
  276. "4":"y",
  277. "4.1":"y",
  278. "4.2-4.3":"y",
  279. "4.4":"y",
  280. "4.4.3-4.4.4":"y",
  281. "62":"y"
  282. },
  283. "bb":{
  284. "7":"a",
  285. "10":"y"
  286. },
  287. "op_mob":{
  288. "10":"y",
  289. "11":"y",
  290. "11.1":"y",
  291. "11.5":"y",
  292. "12":"y",
  293. "12.1":"y",
  294. "37":"y"
  295. },
  296. "and_chr":{
  297. "64":"y"
  298. },
  299. "and_ff":{
  300. "57":"y"
  301. },
  302. "ie_mob":{
  303. "10":"y #1",
  304. "11":"y #1"
  305. },
  306. "and_uc":{
  307. "11.8":"y"
  308. },
  309. "samsung":{
  310. "4":"y",
  311. "5":"y",
  312. "6.2":"y"
  313. },
  314. "and_qq":{
  315. "1.2":"y"
  316. },
  317. "baidu":{
  318. "7.12":"y"
  319. }
  320. },
  321. "notes":"Opera Mini ignores the blur-radius set, so no blur effect is visible. Text-shadow behavior can be somewhat emulated in older IE versions using the non-standard \"dropshadow\" or \"glow\" filters.",
  322. "notes_by_num":{
  323. "1":"IE 10+ supports a fourth length value for the shadow's \"spread\". This is not (yet) part of the specification.",
  324. "2":"Partial support in Safari 3.* refers to not supporting multiple shadows."
  325. },
  326. "usage_perc_y":94.87,
  327. "usage_perc_a":2.98,
  328. "ucprefix":false,
  329. "parent":"",
  330. "keywords":"text shadow",
  331. "ie_id":"",
  332. "chrome_id":"",
  333. "firefox_id":"",
  334. "webkit_id":"",
  335. "shown":true
  336. }