font-feature.json 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503
  1. {
  2. "title":"CSS font-feature-settings",
  3. "description":"Method of applying advanced typographic and language-specific font features to supported OpenType fonts.",
  4. "spec":"https://w3.org/TR/css3-fonts/#font-rend-props",
  5. "status":"cr",
  6. "links":[
  7. {
  8. "url":"http://ie.microsoft.com/testdrive/Graphics/opentype/",
  9. "title":"Demo pages (IE/Firefox only)"
  10. },
  11. {
  12. "url":"https://hacks.mozilla.org/2010/11/firefox-4-font-feature-support/",
  13. "title":"Mozilla hacks article"
  14. },
  15. {
  16. "url":"http://html5accessibility.com/",
  17. "title":"Detailed tables on accessability support"
  18. },
  19. {
  20. "url":"https://www.webplatform.org/docs/css/properties/font-feature-settings",
  21. "title":"WebPlatform Docs"
  22. },
  23. {
  24. "url":"https://developer.mozilla.org/en-US/docs/Web/CSS/font-feature-settings",
  25. "title":"MDN Web Docs - font-feature-settings"
  26. },
  27. {
  28. "url":"https://www.microsoft.com/typography/otspec/featuretags.htm",
  29. "title":"OpenType layout feature tag registry"
  30. },
  31. {
  32. "url":"http://help.typekit.com/customer/portal/articles/1789736-syntax-for-opentype-features-in-css#salt",
  33. "title":"Syntax for OpenType features in CSS (Adobe Typekit Help)"
  34. }
  35. ],
  36. "bugs":[
  37. {
  38. "description":"IE10 and 11 do not always appear to support the `ss01` value correctly."
  39. },
  40. {
  41. "description":"IE10 and 11 on Windows 7 [can hide the text](https://stackoverflow.com/questions/22151835/msie-10-web-font-and-font-feature-settings-causes-invisible-text) under certain circumstances."
  42. }
  43. ],
  44. "categories":[
  45. "CSS3"
  46. ],
  47. "stats":{
  48. "ie":{
  49. "5.5":"n",
  50. "6":"n",
  51. "7":"n",
  52. "8":"n",
  53. "9":"n",
  54. "10":"y",
  55. "11":"y"
  56. },
  57. "edge":{
  58. "12":"y",
  59. "13":"y",
  60. "14":"y",
  61. "15":"y",
  62. "16":"y",
  63. "17":"y",
  64. "18":"y",
  65. "79":"y",
  66. "80":"y",
  67. "81":"y",
  68. "83":"y",
  69. "84":"y",
  70. "85":"y",
  71. "86":"y",
  72. "87":"y",
  73. "88":"y",
  74. "89":"y",
  75. "90":"y",
  76. "91":"y",
  77. "92":"y",
  78. "93":"y",
  79. "94":"y",
  80. "95":"y",
  81. "96":"y",
  82. "97":"y",
  83. "98":"y"
  84. },
  85. "firefox":{
  86. "2":"n",
  87. "3":"n",
  88. "3.5":"n",
  89. "3.6":"n",
  90. "4":"a x #1",
  91. "5":"a x #1",
  92. "6":"a x #1",
  93. "7":"a x #1",
  94. "8":"a x #1",
  95. "9":"a x #1",
  96. "10":"a x #1",
  97. "11":"a x #1",
  98. "12":"a x #1",
  99. "13":"a x #1",
  100. "14":"a x #1",
  101. "15":"y x",
  102. "16":"y x",
  103. "17":"y x",
  104. "18":"y x",
  105. "19":"y x",
  106. "20":"y x",
  107. "21":"y x",
  108. "22":"y x",
  109. "23":"y x",
  110. "24":"y x",
  111. "25":"y x",
  112. "26":"y x",
  113. "27":"y x",
  114. "28":"y x",
  115. "29":"y x",
  116. "30":"y x",
  117. "31":"y x",
  118. "32":"y x",
  119. "33":"y x",
  120. "34":"y",
  121. "35":"y",
  122. "36":"y",
  123. "37":"y",
  124. "38":"y",
  125. "39":"y",
  126. "40":"y",
  127. "41":"y",
  128. "42":"y",
  129. "43":"y",
  130. "44":"y",
  131. "45":"y",
  132. "46":"y",
  133. "47":"y",
  134. "48":"y",
  135. "49":"y",
  136. "50":"y",
  137. "51":"y",
  138. "52":"y",
  139. "53":"y",
  140. "54":"y",
  141. "55":"y",
  142. "56":"y",
  143. "57":"y",
  144. "58":"y",
  145. "59":"y",
  146. "60":"y",
  147. "61":"y",
  148. "62":"y",
  149. "63":"y",
  150. "64":"y",
  151. "65":"y",
  152. "66":"y",
  153. "67":"y",
  154. "68":"y",
  155. "69":"y",
  156. "70":"y",
  157. "71":"y",
  158. "72":"y",
  159. "73":"y",
  160. "74":"y",
  161. "75":"y",
  162. "76":"y",
  163. "77":"y",
  164. "78":"y",
  165. "79":"y",
  166. "80":"y",
  167. "81":"y",
  168. "82":"y",
  169. "83":"y",
  170. "84":"y",
  171. "85":"y",
  172. "86":"y",
  173. "87":"y",
  174. "88":"y",
  175. "89":"y",
  176. "90":"y",
  177. "91":"y",
  178. "92":"y",
  179. "93":"y",
  180. "94":"y",
  181. "95":"y",
  182. "96":"y",
  183. "97":"y",
  184. "98":"y",
  185. "99":"y"
  186. },
  187. "chrome":{
  188. "4":"n",
  189. "5":"n",
  190. "6":"n",
  191. "7":"n",
  192. "8":"n",
  193. "9":"n",
  194. "10":"n",
  195. "11":"n",
  196. "12":"n",
  197. "13":"n",
  198. "14":"n",
  199. "15":"n",
  200. "16":"a x #2",
  201. "17":"a x #2",
  202. "18":"a x #2",
  203. "19":"a x #2",
  204. "20":"a x #2",
  205. "21":"y x",
  206. "22":"y x",
  207. "23":"y x",
  208. "24":"y x",
  209. "25":"y x",
  210. "26":"y x",
  211. "27":"y x",
  212. "28":"y x",
  213. "29":"y x",
  214. "30":"y x",
  215. "31":"y x",
  216. "32":"y x",
  217. "33":"y x",
  218. "34":"y x",
  219. "35":"y x",
  220. "36":"y x",
  221. "37":"y x",
  222. "38":"y x",
  223. "39":"y x",
  224. "40":"y x",
  225. "41":"y x",
  226. "42":"y x",
  227. "43":"y x",
  228. "44":"y x",
  229. "45":"y x",
  230. "46":"y x",
  231. "47":"y x",
  232. "48":"y",
  233. "49":"y",
  234. "50":"y",
  235. "51":"y",
  236. "52":"y",
  237. "53":"y",
  238. "54":"y",
  239. "55":"y",
  240. "56":"y",
  241. "57":"y",
  242. "58":"y",
  243. "59":"y",
  244. "60":"y",
  245. "61":"y",
  246. "62":"y",
  247. "63":"y",
  248. "64":"y",
  249. "65":"y",
  250. "66":"y",
  251. "67":"y",
  252. "68":"y",
  253. "69":"y",
  254. "70":"y",
  255. "71":"y",
  256. "72":"y",
  257. "73":"y",
  258. "74":"y",
  259. "75":"y",
  260. "76":"y",
  261. "77":"y",
  262. "78":"y",
  263. "79":"y",
  264. "80":"y",
  265. "81":"y",
  266. "83":"y",
  267. "84":"y",
  268. "85":"y",
  269. "86":"y",
  270. "87":"y",
  271. "88":"y",
  272. "89":"y",
  273. "90":"y",
  274. "91":"y",
  275. "92":"y",
  276. "93":"y",
  277. "94":"y",
  278. "95":"y",
  279. "96":"y",
  280. "97":"y",
  281. "98":"y",
  282. "99":"y",
  283. "100":"y",
  284. "101":"y"
  285. },
  286. "safari":{
  287. "3.1":"n",
  288. "3.2":"n",
  289. "4":"a",
  290. "5":"a",
  291. "5.1":"a",
  292. "6":"a",
  293. "6.1":"n",
  294. "7":"n",
  295. "7.1":"n",
  296. "8":"n",
  297. "9":"n",
  298. "9.1":"y",
  299. "10":"y",
  300. "10.1":"y",
  301. "11":"y",
  302. "11.1":"y",
  303. "12":"y",
  304. "12.1":"y",
  305. "13":"y",
  306. "13.1":"y",
  307. "14":"y",
  308. "14.1":"y",
  309. "15":"y",
  310. "15.1":"y",
  311. "15.2-15.3":"y",
  312. "15.4":"y",
  313. "TP":"y"
  314. },
  315. "opera":{
  316. "9":"n",
  317. "9.5-9.6":"n",
  318. "10.0-10.1":"n",
  319. "10.5":"n",
  320. "10.6":"n",
  321. "11":"n",
  322. "11.1":"n",
  323. "11.5":"n",
  324. "11.6":"n",
  325. "12":"n",
  326. "12.1":"n",
  327. "15":"y x",
  328. "16":"y x",
  329. "17":"y x",
  330. "18":"y x",
  331. "19":"y x",
  332. "20":"y x",
  333. "21":"y x",
  334. "22":"y x",
  335. "23":"y x",
  336. "24":"y x",
  337. "25":"y x",
  338. "26":"y x",
  339. "27":"y x",
  340. "28":"y x",
  341. "29":"y x",
  342. "30":"y x",
  343. "31":"y x",
  344. "32":"y x",
  345. "33":"y x",
  346. "34":"y x",
  347. "35":"y",
  348. "36":"y",
  349. "37":"y",
  350. "38":"y",
  351. "39":"y",
  352. "40":"y",
  353. "41":"y",
  354. "42":"y",
  355. "43":"y",
  356. "44":"y",
  357. "45":"y",
  358. "46":"y",
  359. "47":"y",
  360. "48":"y",
  361. "49":"y",
  362. "50":"y",
  363. "51":"y",
  364. "52":"y",
  365. "53":"y",
  366. "54":"y",
  367. "55":"y",
  368. "56":"y",
  369. "57":"y",
  370. "58":"y",
  371. "60":"y",
  372. "62":"y",
  373. "63":"y",
  374. "64":"y",
  375. "65":"y",
  376. "66":"y",
  377. "67":"y",
  378. "68":"y",
  379. "69":"y",
  380. "70":"y",
  381. "71":"y",
  382. "72":"y",
  383. "73":"y",
  384. "74":"y",
  385. "75":"y",
  386. "76":"y",
  387. "77":"y",
  388. "78":"y",
  389. "79":"y",
  390. "80":"y",
  391. "81":"y",
  392. "82":"y",
  393. "83":"y"
  394. },
  395. "ios_saf":{
  396. "3.2":"a",
  397. "4.0-4.1":"a",
  398. "4.2-4.3":"a",
  399. "5.0-5.1":"a",
  400. "6.0-6.1":"a",
  401. "7.0-7.1":"n",
  402. "8":"n",
  403. "8.1-8.4":"n",
  404. "9.0-9.2":"n",
  405. "9.3":"y",
  406. "10.0-10.2":"y",
  407. "10.3":"y",
  408. "11.0-11.2":"y",
  409. "11.3-11.4":"y",
  410. "12.0-12.1":"y",
  411. "12.2-12.5":"y",
  412. "13.0-13.1":"y",
  413. "13.2":"y",
  414. "13.3":"y",
  415. "13.4-13.7":"y",
  416. "14.0-14.4":"y",
  417. "14.5-14.8":"y",
  418. "15.0-15.1":"y",
  419. "15.2-15.3":"y",
  420. "15.4":"y"
  421. },
  422. "op_mini":{
  423. "all":"n"
  424. },
  425. "android":{
  426. "2.1":"n",
  427. "2.2":"n",
  428. "2.3":"n",
  429. "3":"n",
  430. "4":"n",
  431. "4.1":"n",
  432. "4.2-4.3":"n",
  433. "4.4":"y x",
  434. "4.4.3-4.4.4":"y x",
  435. "98":"y"
  436. },
  437. "bb":{
  438. "7":"n",
  439. "10":"y x"
  440. },
  441. "op_mob":{
  442. "10":"n",
  443. "11":"n",
  444. "11.1":"n",
  445. "11.5":"n",
  446. "12":"n",
  447. "12.1":"n",
  448. "64":"y"
  449. },
  450. "and_chr":{
  451. "98":"y"
  452. },
  453. "and_ff":{
  454. "96":"y"
  455. },
  456. "ie_mob":{
  457. "10":"n",
  458. "11":"n"
  459. },
  460. "and_uc":{
  461. "12.12":"y"
  462. },
  463. "samsung":{
  464. "4":"y x",
  465. "5.0-5.4":"y",
  466. "6.2-6.4":"y",
  467. "7.2-7.4":"y",
  468. "8.2":"y",
  469. "9.2":"y",
  470. "10.1":"y",
  471. "11.1-11.2":"y",
  472. "12.0":"y",
  473. "13.0":"y",
  474. "14.0":"y",
  475. "15.0":"y",
  476. "16.0":"y"
  477. },
  478. "and_qq":{
  479. "10.4":"y"
  480. },
  481. "baidu":{
  482. "7.12":"y"
  483. },
  484. "kaios":{
  485. "2.5":"y"
  486. }
  487. },
  488. "notes":"Whenever possible, font-variant shorthand property or an associated longhand property, font-variant-ligatures, font-variant-caps, font-variant-east-asian, font-variant-alternates, font-variant-numeric or font-variant-position should be used. This property is a low-level feature designed to handle special cases where no other way to enable or access an OpenType font feature exists. In particular, this CSS property shouldn't be used to enable small caps.",
  489. "notes_by_num":{
  490. "1":"From Gecko 2.0 (Firefox 4.0) to Gecko 14.0 (Firefox 14.0) included, Gecko supported an older syntax, slightly different from the modern one: https://hacks.mozilla.org/2010/11/firefox-4-font-feature-support/",
  491. "2":"Partial support in older Chrome versions refers to lacking support in Mac OS X."
  492. },
  493. "usage_perc_y":97.92,
  494. "usage_perc_a":0.23,
  495. "ucprefix":false,
  496. "parent":"",
  497. "keywords":"font-feature,font-feature-settings,kern,kerning,font-variant-alternates,ligatures,font-variant-ligatures",
  498. "ie_id":"",
  499. "chrome_id":"",
  500. "firefox_id":"",
  501. "webkit_id":"",
  502. "shown":true
  503. }