text-decoration.json 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293
  1. {
  2. "title":"text-decoration styling",
  3. "description":"Method of defining the type, style and color of lines in the text-decoration property. These can be defined as shorthand (e.g. `text-decoration: line-through dashed blue`) or as single properties (e.g. `text-decoration-color: blue`)",
  4. "spec":"http://www.w3.org/TR/css-text-decor-3/#line-decoration",
  5. "status":"cr",
  6. "links":[
  7. {
  8. "url":"https://developer.mozilla.org/en-US/docs/Web/CSS/text-decoration-style",
  9. "title":"MDN Documentation for text-decoration-style"
  10. },
  11. {
  12. "url":"https://developer.mozilla.org/en-US/docs/Web/CSS/text-decoration-color",
  13. "title":"MDN Documentation for text-decoration-color"
  14. },
  15. {
  16. "url":"https://developer.mozilla.org/en-US/docs/Web/CSS/text-decoration-line",
  17. "title":"MDN Documentation for text-decoration-line"
  18. },
  19. {
  20. "url":"https://wpdev.uservoice.com/forums/257854-microsoft-edge-developer/suggestions/6514536-text-decoration-styling",
  21. "title":"Microsoft Edge feature request on UserVoice"
  22. },
  23. {
  24. "url":"https://developer.mozilla.org/en-US/docs/Web/CSS/text-decoration-skip",
  25. "title":"MDN Documentation for text-decoration-skip"
  26. }
  27. ],
  28. "bugs":[
  29. ],
  30. "categories":[
  31. "CSS3"
  32. ],
  33. "stats":{
  34. "ie":{
  35. "5.5":"n",
  36. "6":"n",
  37. "7":"n",
  38. "8":"n",
  39. "9":"n",
  40. "10":"n",
  41. "11":"n"
  42. },
  43. "edge":{
  44. "12":"n",
  45. "13":"n",
  46. "14":"n"
  47. },
  48. "firefox":{
  49. "2":"n",
  50. "3":"n",
  51. "3.5":"n",
  52. "3.6":"n",
  53. "4":"n",
  54. "5":"n",
  55. "6":"y x",
  56. "7":"y x",
  57. "8":"y x",
  58. "9":"y x",
  59. "10":"y x",
  60. "11":"y x",
  61. "12":"y x",
  62. "13":"y x",
  63. "14":"y x",
  64. "15":"y x",
  65. "16":"y x",
  66. "17":"y x",
  67. "18":"y x",
  68. "19":"y x",
  69. "20":"y x",
  70. "21":"y x",
  71. "22":"y x",
  72. "23":"y x",
  73. "24":"y x",
  74. "25":"y x",
  75. "26":"y x",
  76. "27":"y x",
  77. "28":"y x",
  78. "29":"y x",
  79. "30":"y x",
  80. "31":"y x",
  81. "32":"y x",
  82. "33":"y x",
  83. "34":"y x",
  84. "35":"y x",
  85. "36":"y",
  86. "37":"y",
  87. "38":"y",
  88. "39":"y",
  89. "40":"y",
  90. "41":"y",
  91. "42":"y",
  92. "43":"y",
  93. "44":"y",
  94. "45":"y",
  95. "46":"y",
  96. "47":"y",
  97. "48":"y",
  98. "49":"y",
  99. "50":"y",
  100. "51":"y",
  101. "52":"y",
  102. "53":"y"
  103. },
  104. "chrome":{
  105. "4":"n",
  106. "5":"n",
  107. "6":"n",
  108. "7":"n",
  109. "8":"n",
  110. "9":"n",
  111. "10":"n",
  112. "11":"n",
  113. "12":"n",
  114. "13":"n",
  115. "14":"n",
  116. "15":"n",
  117. "16":"n",
  118. "17":"n",
  119. "18":"n",
  120. "19":"n",
  121. "20":"n",
  122. "21":"n",
  123. "22":"n",
  124. "23":"n",
  125. "24":"n",
  126. "25":"n",
  127. "26":"n x d #1",
  128. "27":"n x d #1",
  129. "28":"n x d #1",
  130. "29":"n x d #1",
  131. "30":"n x d #1",
  132. "31":"n x d #1",
  133. "32":"n x d #1",
  134. "33":"n x d #1",
  135. "34":"n x d #1",
  136. "35":"n x d #1",
  137. "36":"n x d #1",
  138. "37":"n x d #1",
  139. "38":"n x d #1",
  140. "39":"n x d #1",
  141. "40":"n x d #1",
  142. "41":"n x d #1",
  143. "42":"n x d #1",
  144. "43":"n x d #1",
  145. "44":"n x d #1",
  146. "45":"n x d #1",
  147. "46":"n x d #1",
  148. "47":"n x d #1",
  149. "48":"n x d #1",
  150. "49":"n x d #1",
  151. "50":"n x d #1",
  152. "51":"n x d #1",
  153. "52":"n x d #1",
  154. "53":"n x d #1",
  155. "54":"n x d #1",
  156. "55":"n x d #1",
  157. "56":"n x d #1",
  158. "57":"n x d #1"
  159. },
  160. "safari":{
  161. "3.1":"n",
  162. "3.2":"n",
  163. "4":"n",
  164. "5":"n",
  165. "5.1":"n",
  166. "6":"n",
  167. "6.1":"n",
  168. "7":"n",
  169. "7.1":"a x #2",
  170. "8":"a x #2 #3",
  171. "9":"a x #2 #3",
  172. "9.1":"a x #2 #3",
  173. "10":"a x #2 #3",
  174. "TP":"a x #2 #3"
  175. },
  176. "opera":{
  177. "9":"n",
  178. "9.5-9.6":"n",
  179. "10.0-10.1":"n",
  180. "10.5":"n",
  181. "10.6":"n",
  182. "11":"n",
  183. "11.1":"n",
  184. "11.5":"n",
  185. "11.6":"n",
  186. "12":"n",
  187. "12.1":"n",
  188. "15":"n",
  189. "16":"n",
  190. "17":"n",
  191. "18":"n",
  192. "19":"n",
  193. "20":"n",
  194. "21":"n",
  195. "22":"n",
  196. "23":"n",
  197. "24":"n",
  198. "25":"n",
  199. "26":"n",
  200. "27":"n",
  201. "28":"n",
  202. "29":"n",
  203. "30":"n",
  204. "31":"n",
  205. "32":"n",
  206. "33":"n",
  207. "34":"n",
  208. "35":"n x d #1",
  209. "36":"n x d #1",
  210. "37":"n x d #1",
  211. "38":"n x d #1",
  212. "39":"n x d #1",
  213. "40":"n x d #1",
  214. "41":"n x d #1",
  215. "42":"n x d #1",
  216. "43":"n x d #1"
  217. },
  218. "ios_saf":{
  219. "3.2":"n",
  220. "4.0-4.1":"n",
  221. "4.2-4.3":"n",
  222. "5.0-5.1":"n",
  223. "6.0-6.1":"n",
  224. "7.0-7.1":"n",
  225. "8":"a x #2",
  226. "8.1-8.4":"a x #2",
  227. "9.0-9.2":"a x #2",
  228. "9.3":"a x #2",
  229. "10-10.1":"a x #2"
  230. },
  231. "op_mini":{
  232. "all":"n"
  233. },
  234. "android":{
  235. "2.1":"n",
  236. "2.2":"n",
  237. "2.3":"n",
  238. "3":"n",
  239. "4":"n",
  240. "4.1":"n",
  241. "4.2-4.3":"n",
  242. "4.4":"n",
  243. "4.4.3-4.4.4":"n",
  244. "53":"n"
  245. },
  246. "bb":{
  247. "7":"n",
  248. "10":"n"
  249. },
  250. "op_mob":{
  251. "10":"n",
  252. "11":"n",
  253. "11.1":"n",
  254. "11.5":"n",
  255. "12":"n",
  256. "12.1":"n",
  257. "37":"n"
  258. },
  259. "and_chr":{
  260. "54":"n x d #1"
  261. },
  262. "and_ff":{
  263. "50":"y"
  264. },
  265. "ie_mob":{
  266. "10":"n",
  267. "11":"n"
  268. },
  269. "and_uc":{
  270. "11":"n"
  271. },
  272. "samsung":{
  273. "4":"n"
  274. }
  275. },
  276. "notes":"All browsers support the CSS2 version of `text-decoration`, which matches only the `text-decoration-line` values (`underline`, etc.)",
  277. "notes_by_num":{
  278. "1":"Enabled in Chrome through the \"experimental Web Platform features\" flag in chrome://flags",
  279. "2":"Partial support in Safari refers to not supporting the text-decoration-style property.",
  280. "3":"Safari 8+ supports `-webkit-text-decoration-skip` with values `none` and `skip` (other values behave like `none` or `skip`)"
  281. },
  282. "usage_perc_y":6.84,
  283. "usage_perc_a":11.17,
  284. "ucprefix":false,
  285. "parent":"",
  286. "keywords":"text-decoration-line,text-decoration-style,text-decoration-color,text-decoration-skip",
  287. "ie_id":"",
  288. "chrome_id":"",
  289. "firefox_id":"",
  290. "webkit_id":"",
  291. "shown":true
  292. }