font-unicode-range.json 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296
  1. {
  2. "title":"Font unicode-range subsetting",
  3. "description":"This @font-face descriptor defines the set of Unicode codepoints that may be supported by the font face for which it is declared. The descriptor value is a comma-delimited list of Unicode range (<urange>) values. The union of these ranges defines the set of codepoints that serves as a hint for user agents when deciding whether or not to download a font resource for a given text run.",
  4. "spec":"http://dev.w3.org/csswg/css-fonts/#descdef-unicode-range",
  5. "status":"cr",
  6. "links":[
  7. {
  8. "url":"https://developer.mozilla.org/en-US/docs/Web/CSS/unicode-range",
  9. "title":"MDN: unicode-range"
  10. },
  11. {
  12. "url":"https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/css/property/unicode-range",
  13. "title":"Safari CSS Reference: unicode-range"
  14. },
  15. {
  16. "url":"http://docs.webplatform.org/wiki/css/properties/unicode-range",
  17. "title":"Web Platform Docs: unicode-range"
  18. },
  19. {
  20. "url":"http://jsbin.com/jeqoguzeye/1/edit?html,output",
  21. "title":"Demo"
  22. },
  23. {
  24. "url":"https://wpdev.uservoice.com/forums/257854-microsoft-edge-developer/suggestions/6510254-unicode-range",
  25. "title":"Microsoft Edge feature request on UserVoice"
  26. }
  27. ],
  28. "bugs":[
  29. {
  30. "description":"Firefox 37- [ignores the descriptor](https://developer.mozilla.org/en-US/docs/Web/CSS/unicode-range#Browser_compatibility) and the at-rule is then applied to the whole range of code points."
  31. },
  32. {
  33. "description":"IE ignores the unicode-range if the U is lowercase e.g 'u+0061'."
  34. }
  35. ],
  36. "categories":[
  37. "CSS3"
  38. ],
  39. "stats":{
  40. "ie":{
  41. "5.5":"n",
  42. "6":"n",
  43. "7":"n",
  44. "8":"n",
  45. "9":"a",
  46. "10":"a",
  47. "11":"a"
  48. },
  49. "edge":{
  50. "12":"a",
  51. "13":"a",
  52. "14":"a"
  53. },
  54. "firefox":{
  55. "2":"n",
  56. "3":"n",
  57. "3.5":"n",
  58. "3.6":"n",
  59. "4":"n",
  60. "5":"n",
  61. "6":"n",
  62. "7":"n",
  63. "8":"n",
  64. "9":"n",
  65. "10":"n",
  66. "11":"n",
  67. "12":"n",
  68. "13":"n",
  69. "14":"n",
  70. "15":"n",
  71. "16":"n",
  72. "17":"n",
  73. "18":"n",
  74. "19":"n",
  75. "20":"n",
  76. "21":"n",
  77. "22":"n",
  78. "23":"n",
  79. "24":"n",
  80. "25":"n",
  81. "26":"n",
  82. "27":"n",
  83. "28":"n",
  84. "29":"n",
  85. "30":"n",
  86. "31":"n",
  87. "32":"n",
  88. "33":"n",
  89. "34":"n",
  90. "35":"n",
  91. "36":"n d #1",
  92. "37":"n d #1",
  93. "38":"n d #1",
  94. "39":"n d #1",
  95. "40":"n d #1",
  96. "41":"n d #1",
  97. "42":"n d #1",
  98. "43":"n d #1",
  99. "44":"y",
  100. "45":"y",
  101. "46":"y",
  102. "47":"y",
  103. "48":"y",
  104. "49":"y",
  105. "50":"y",
  106. "51":"y",
  107. "52":"y",
  108. "53":"y"
  109. },
  110. "chrome":{
  111. "4":"a",
  112. "5":"a",
  113. "6":"a",
  114. "7":"a",
  115. "8":"a",
  116. "9":"a",
  117. "10":"a",
  118. "11":"a",
  119. "12":"a",
  120. "13":"a",
  121. "14":"a",
  122. "15":"a",
  123. "16":"a",
  124. "17":"a",
  125. "18":"a",
  126. "19":"a",
  127. "20":"a",
  128. "21":"a",
  129. "22":"a",
  130. "23":"a",
  131. "24":"a",
  132. "25":"a",
  133. "26":"a",
  134. "27":"a",
  135. "28":"a",
  136. "29":"a",
  137. "30":"a",
  138. "31":"a",
  139. "32":"a",
  140. "33":"a",
  141. "34":"a",
  142. "35":"a",
  143. "36":"y",
  144. "37":"y",
  145. "38":"y",
  146. "39":"y",
  147. "40":"y",
  148. "41":"y",
  149. "42":"y",
  150. "43":"y",
  151. "44":"y",
  152. "45":"y",
  153. "46":"y",
  154. "47":"y",
  155. "48":"y",
  156. "49":"y",
  157. "50":"y",
  158. "51":"y",
  159. "52":"y",
  160. "53":"y",
  161. "54":"y",
  162. "55":"y",
  163. "56":"y",
  164. "57":"y"
  165. },
  166. "safari":{
  167. "3.1":"a",
  168. "3.2":"a",
  169. "4":"a",
  170. "5":"a",
  171. "5.1":"a",
  172. "6":"a",
  173. "6.1":"a",
  174. "7":"a",
  175. "7.1":"a",
  176. "8":"a",
  177. "9":"a",
  178. "9.1":"a",
  179. "10":"y",
  180. "TP":"y"
  181. },
  182. "opera":{
  183. "9":"n",
  184. "9.5-9.6":"n",
  185. "10.0-10.1":"n",
  186. "10.5":"n",
  187. "10.6":"n",
  188. "11":"n",
  189. "11.1":"n",
  190. "11.5":"n",
  191. "11.6":"n",
  192. "12":"n",
  193. "12.1":"n",
  194. "15":"a",
  195. "16":"a",
  196. "17":"a",
  197. "18":"a",
  198. "19":"a",
  199. "20":"a",
  200. "21":"a",
  201. "22":"a",
  202. "23":"y",
  203. "24":"y",
  204. "25":"y",
  205. "26":"y",
  206. "27":"y",
  207. "28":"y",
  208. "29":"y",
  209. "30":"y",
  210. "31":"y",
  211. "32":"y",
  212. "33":"y",
  213. "34":"y",
  214. "35":"y",
  215. "36":"y",
  216. "37":"y",
  217. "38":"y",
  218. "39":"y",
  219. "40":"y",
  220. "41":"y",
  221. "42":"y",
  222. "43":"y"
  223. },
  224. "ios_saf":{
  225. "3.2":"a",
  226. "4.0-4.1":"a",
  227. "4.2-4.3":"a",
  228. "5.0-5.1":"a",
  229. "6.0-6.1":"a",
  230. "7.0-7.1":"a",
  231. "8":"a",
  232. "8.1-8.4":"a",
  233. "9.0-9.2":"a",
  234. "9.3":"a",
  235. "10-10.1":"y"
  236. },
  237. "op_mini":{
  238. "all":"n"
  239. },
  240. "android":{
  241. "2.1":"a",
  242. "2.2":"a",
  243. "2.3":"a",
  244. "3":"a",
  245. "4":"a",
  246. "4.1":"a",
  247. "4.2-4.3":"a",
  248. "4.4":"a",
  249. "4.4.3-4.4.4":"a",
  250. "53":"y"
  251. },
  252. "bb":{
  253. "7":"n",
  254. "10":"a"
  255. },
  256. "op_mob":{
  257. "10":"n",
  258. "11":"n",
  259. "11.1":"n",
  260. "11.5":"n",
  261. "12":"n",
  262. "12.1":"n",
  263. "37":"a"
  264. },
  265. "and_chr":{
  266. "54":"y"
  267. },
  268. "and_ff":{
  269. "50":"y"
  270. },
  271. "ie_mob":{
  272. "10":"a",
  273. "11":"a"
  274. },
  275. "and_uc":{
  276. "11":"a"
  277. },
  278. "samsung":{
  279. "4":"a"
  280. }
  281. },
  282. "notes":"Partial support indicates that unnecessary code-ranges are downloaded by the browser - see [browser test matrix](https://docs.google.com/a/chromium.org/spreadsheets/d/18h-1gaosu4-KYxH8JUNL6ZDuOsOKmWfauoai3CS3hPY/edit?pli=1#gid=0).",
  283. "notes_by_num":{
  284. "1":"Can be enabled in Firefox using the `layout.css.unicode-range.enabled` flag"
  285. },
  286. "usage_perc_y":66.94,
  287. "usage_perc_a":25.41,
  288. "ucprefix":false,
  289. "parent":"",
  290. "keywords":"font face,unicode,unicode-range",
  291. "ie_id":"",
  292. "chrome_id":"",
  293. "firefox_id":"",
  294. "webkit_id":"",
  295. "shown":true
  296. }