text-stroke.json 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283
  1. {
  2. "title":"CSS text-stroke and text-fill",
  3. "description":"Method of declaring the outline (stroke) width and color for text.",
  4. "spec":"https://compat.spec.whatwg.org/#text-fill-and-stroking",
  5. "status":"unoff",
  6. "links":[
  7. {
  8. "url":"https://css-tricks.com/adding-stroke-to-web-text/",
  9. "title":"Information & workarounds"
  10. },
  11. {
  12. "url":"http://www.westciv.com/tools/textStroke/",
  13. "title":"Live editor"
  14. },
  15. {
  16. "url":"https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-text-stroke",
  17. "title":"Mozilla Developer Network article"
  18. }
  19. ],
  20. "bugs":[
  21. ],
  22. "categories":[
  23. "CSS"
  24. ],
  25. "stats":{
  26. "ie":{
  27. "5.5":"n",
  28. "6":"n",
  29. "7":"n",
  30. "8":"n",
  31. "9":"n",
  32. "10":"n",
  33. "11":"n"
  34. },
  35. "edge":{
  36. "12":"n",
  37. "13":"n",
  38. "14":"n"
  39. },
  40. "firefox":{
  41. "2":"n",
  42. "3":"n",
  43. "3.5":"n",
  44. "3.6":"n",
  45. "4":"n",
  46. "5":"n",
  47. "6":"n",
  48. "7":"n",
  49. "8":"n",
  50. "9":"n",
  51. "10":"n",
  52. "11":"n",
  53. "12":"n",
  54. "13":"n",
  55. "14":"n",
  56. "15":"n",
  57. "16":"n",
  58. "17":"n",
  59. "18":"n",
  60. "19":"n",
  61. "20":"n",
  62. "21":"n",
  63. "22":"n",
  64. "23":"n",
  65. "24":"n",
  66. "25":"n",
  67. "26":"n",
  68. "27":"n",
  69. "28":"n",
  70. "29":"n",
  71. "30":"n",
  72. "31":"n",
  73. "32":"n",
  74. "33":"n",
  75. "34":"n",
  76. "35":"n",
  77. "36":"n",
  78. "37":"n",
  79. "38":"n",
  80. "39":"n",
  81. "40":"n",
  82. "41":"n",
  83. "42":"n",
  84. "43":"n",
  85. "44":"n",
  86. "45":"n",
  87. "46":"n",
  88. "47":"n",
  89. "48":"n d #1",
  90. "49":"y x #1",
  91. "50":"y x #1",
  92. "51":"y x #1",
  93. "52":"y x #1",
  94. "53":"y x #1"
  95. },
  96. "chrome":{
  97. "4":"y x",
  98. "5":"y x",
  99. "6":"y x",
  100. "7":"y x",
  101. "8":"y x",
  102. "9":"y x",
  103. "10":"y x",
  104. "11":"y x",
  105. "12":"y x",
  106. "13":"y x",
  107. "14":"y x",
  108. "15":"y x",
  109. "16":"y x",
  110. "17":"y x",
  111. "18":"y x",
  112. "19":"y x",
  113. "20":"y x",
  114. "21":"y x",
  115. "22":"y x",
  116. "23":"y x",
  117. "24":"y x",
  118. "25":"y x",
  119. "26":"y x",
  120. "27":"y x",
  121. "28":"y x",
  122. "29":"y x",
  123. "30":"y x",
  124. "31":"y x",
  125. "32":"y x",
  126. "33":"y x",
  127. "34":"y x",
  128. "35":"y x",
  129. "36":"y x",
  130. "37":"y x",
  131. "38":"y x",
  132. "39":"y x",
  133. "40":"y x",
  134. "41":"y x",
  135. "42":"y x",
  136. "43":"y x",
  137. "44":"y x",
  138. "45":"y x",
  139. "46":"y x",
  140. "47":"y x",
  141. "48":"y x",
  142. "49":"y x",
  143. "50":"y x",
  144. "51":"y x",
  145. "52":"y x",
  146. "53":"y x",
  147. "54":"y x",
  148. "55":"y x",
  149. "56":"y x",
  150. "57":"y x"
  151. },
  152. "safari":{
  153. "3.1":"y x",
  154. "3.2":"y x",
  155. "4":"y x",
  156. "5":"y x",
  157. "5.1":"y x",
  158. "6":"y x",
  159. "6.1":"y x",
  160. "7":"y x",
  161. "7.1":"y x",
  162. "8":"y x",
  163. "9":"y x",
  164. "9.1":"y x",
  165. "10":"y x",
  166. "TP":"y x"
  167. },
  168. "opera":{
  169. "9":"n",
  170. "9.5-9.6":"n",
  171. "10.0-10.1":"n",
  172. "10.5":"n",
  173. "10.6":"n",
  174. "11":"n",
  175. "11.1":"n",
  176. "11.5":"n",
  177. "11.6":"n",
  178. "12":"n",
  179. "12.1":"n",
  180. "15":"y x",
  181. "16":"y x",
  182. "17":"y x",
  183. "18":"y x",
  184. "19":"y x",
  185. "20":"y x",
  186. "21":"y x",
  187. "22":"y x",
  188. "23":"y x",
  189. "24":"y x",
  190. "25":"y x",
  191. "26":"y x",
  192. "27":"y x",
  193. "28":"y x",
  194. "29":"y x",
  195. "30":"y x",
  196. "31":"y x",
  197. "32":"y x",
  198. "33":"y x",
  199. "34":"y x",
  200. "35":"y x",
  201. "36":"y x",
  202. "37":"y x",
  203. "38":"y x",
  204. "39":"y x",
  205. "40":"y x",
  206. "41":"y x",
  207. "42":"y x",
  208. "43":"y x"
  209. },
  210. "ios_saf":{
  211. "3.2":"a x",
  212. "4.0-4.1":"y x",
  213. "4.2-4.3":"y x",
  214. "5.0-5.1":"y x",
  215. "6.0-6.1":"y x",
  216. "7.0-7.1":"y x",
  217. "8":"y x",
  218. "8.1-8.4":"y x",
  219. "9.0-9.2":"y x",
  220. "9.3":"y x",
  221. "10-10.1":"y x"
  222. },
  223. "op_mini":{
  224. "all":"n"
  225. },
  226. "android":{
  227. "2.1":"y x",
  228. "2.2":"y x",
  229. "2.3":"y x",
  230. "3":"n",
  231. "4":"y x",
  232. "4.1":"y x",
  233. "4.2-4.3":"y x",
  234. "4.4":"y x",
  235. "4.4.3-4.4.4":"y x",
  236. "53":"y x"
  237. },
  238. "bb":{
  239. "7":"y x",
  240. "10":"y x"
  241. },
  242. "op_mob":{
  243. "10":"n",
  244. "11":"n",
  245. "11.1":"n",
  246. "11.5":"n",
  247. "12":"n",
  248. "12.1":"n",
  249. "37":"y x"
  250. },
  251. "and_chr":{
  252. "54":"y x"
  253. },
  254. "and_ff":{
  255. "50":"y x #1"
  256. },
  257. "ie_mob":{
  258. "10":"n",
  259. "11":"n"
  260. },
  261. "and_uc":{
  262. "11":"n"
  263. },
  264. "samsung":{
  265. "4":"y x"
  266. }
  267. },
  268. "notes":"Does not yet appear in any W3C specification. Was briefly included in a spec as the \"text-outline\" property, but this was removed.",
  269. "notes_by_num":{
  270. "1":"Firefox specifically supports the `-webkit-text-stroke` property, not `-moz-text-stroke`. Requires the `layout.css.prefixes.webkit` flag to be enabled. Enabled by default in Firefox 49."
  271. },
  272. "usage_perc_y":76.27,
  273. "usage_perc_a":0,
  274. "ucprefix":false,
  275. "parent":"",
  276. "keywords":"textstroke,stroke-color,stroke-width,text-fill-color,text-outline",
  277. "ie_id":"webkittextstroke",
  278. "chrome_id":"",
  279. "firefox_id":"",
  280. "webkit_id":"",
  281. "shown":true
  282. }