Nav apraksta

imports.json 6.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340
  1. {
  2. "title":"HTML Imports",
  3. "description":"Method of including and reusing HTML documents in other HTML documents.",
  4. "spec":"https://www.w3.org/TR/html-imports/",
  5. "status":"wd",
  6. "links":[
  7. {
  8. "url":"https://www.polymer-project.org/platform/html-imports.html",
  9. "title":"Polymer project (polyfill & web components framework)"
  10. },
  11. {
  12. "url":"https://www.html5rocks.com/tutorials/webcomponents/imports/",
  13. "title":"HTML5Rocks - HTML Imports: #include for the web"
  14. },
  15. {
  16. "url":"https://code.google.com/p/chromium/issues/detail?id=240592",
  17. "title":"Chromium tracking bug: Implement HTML Imports"
  18. },
  19. {
  20. "url":"https://bugzilla.mozilla.org/show_bug.cgi?id=877072",
  21. "title":"Firefox tracking bug: Implement HTML Imports"
  22. },
  23. {
  24. "url":"http://status.modern.ie/htmlimports",
  25. "title":"IE Web Platform Status and Roadmap: HTML Imports"
  26. }
  27. ],
  28. "bugs":[
  29. ],
  30. "categories":[
  31. "DOM",
  32. "HTML5"
  33. ],
  34. "stats":{
  35. "ie":{
  36. "5.5":"n",
  37. "6":"n",
  38. "7":"n",
  39. "8":"n",
  40. "9":"n",
  41. "10":"p",
  42. "11":"p"
  43. },
  44. "edge":{
  45. "12":"p",
  46. "13":"p",
  47. "14":"p",
  48. "15":"p",
  49. "16":"p",
  50. "17":"p"
  51. },
  52. "firefox":{
  53. "2":"n",
  54. "3":"n",
  55. "3.5":"n",
  56. "3.6":"n",
  57. "4":"n",
  58. "5":"n",
  59. "6":"n",
  60. "7":"n",
  61. "8":"n",
  62. "9":"n",
  63. "10":"n",
  64. "11":"n",
  65. "12":"n",
  66. "13":"n",
  67. "14":"n",
  68. "15":"n",
  69. "16":"n",
  70. "17":"n",
  71. "18":"n",
  72. "19":"n",
  73. "20":"n",
  74. "21":"n",
  75. "22":"n",
  76. "23":"n",
  77. "24":"n",
  78. "25":"n",
  79. "26":"n",
  80. "27":"n",
  81. "28":"n",
  82. "29":"n",
  83. "30":"p",
  84. "31":"p",
  85. "32":"p d #1",
  86. "33":"p d #1",
  87. "34":"p d #1",
  88. "35":"p d #1",
  89. "36":"p d #1",
  90. "37":"p d #1",
  91. "38":"p d #1",
  92. "39":"p d #1",
  93. "40":"p d #1",
  94. "41":"p d #1",
  95. "42":"p d #1",
  96. "43":"p d #1",
  97. "44":"p d #1",
  98. "45":"p d #1",
  99. "46":"p d #1",
  100. "47":"p d #1",
  101. "48":"p d #1",
  102. "49":"p d #1",
  103. "50":"p d #1",
  104. "51":"p d #1",
  105. "52":"p d #1",
  106. "53":"p d #1",
  107. "54":"p d #1",
  108. "55":"p d #1",
  109. "56":"p d #1",
  110. "57":"p d #1",
  111. "58":"p d #1",
  112. "59":"p d #1",
  113. "60":"p d #1",
  114. "61":"p d #1"
  115. },
  116. "chrome":{
  117. "4":"n",
  118. "5":"n",
  119. "6":"n",
  120. "7":"n",
  121. "8":"n",
  122. "9":"n",
  123. "10":"n",
  124. "11":"n",
  125. "12":"n",
  126. "13":"n",
  127. "14":"n",
  128. "15":"n",
  129. "16":"n",
  130. "17":"n",
  131. "18":"n",
  132. "19":"n",
  133. "20":"n",
  134. "21":"n",
  135. "22":"n",
  136. "23":"n",
  137. "24":"n",
  138. "25":"n",
  139. "26":"n",
  140. "27":"n",
  141. "28":"n",
  142. "29":"n",
  143. "30":"n d #2",
  144. "31":"n d #2",
  145. "32":"n d #2",
  146. "33":"n d #2",
  147. "34":"n d #2",
  148. "35":"p d #3",
  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":"n",
  184. "3.2":"n",
  185. "4":"n",
  186. "5":"n",
  187. "5.1":"n",
  188. "6":"p",
  189. "6.1":"p",
  190. "7":"p",
  191. "7.1":"p",
  192. "8":"p",
  193. "9":"p",
  194. "9.1":"p",
  195. "10":"p",
  196. "10.1":"p",
  197. "11":"p",
  198. "11.1":"p",
  199. "TP":"p"
  200. },
  201. "opera":{
  202. "9":"n",
  203. "9.5-9.6":"n",
  204. "10.0-10.1":"n",
  205. "10.5":"n",
  206. "10.6":"n",
  207. "11":"n",
  208. "11.1":"n",
  209. "11.5":"n",
  210. "11.6":"n",
  211. "12":"n",
  212. "12.1":"n",
  213. "15":"n",
  214. "16":"n",
  215. "17":"n d #4",
  216. "18":"n d #4",
  217. "19":"n d #4",
  218. "20":"n d #4",
  219. "21":"n d #4",
  220. "22":"p d #5",
  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":"n",
  254. "4.0-4.1":"n",
  255. "4.2-4.3":"n",
  256. "5.0-5.1":"n",
  257. "6.0-6.1":"n",
  258. "7.0-7.1":"p",
  259. "8":"p",
  260. "8.1-8.4":"p",
  261. "9.0-9.2":"p",
  262. "9.3":"p",
  263. "10.0-10.2":"p",
  264. "10.3":"p",
  265. "11.0-11.2":"p",
  266. "11.3":"p"
  267. },
  268. "op_mini":{
  269. "all":"n"
  270. },
  271. "android":{
  272. "2.1":"n",
  273. "2.2":"n",
  274. "2.3":"n",
  275. "3":"n",
  276. "4":"n",
  277. "4.1":"n",
  278. "4.2-4.3":"n",
  279. "4.4":"n",
  280. "4.4.3-4.4.4":"n",
  281. "62":"y"
  282. },
  283. "bb":{
  284. "7":"n",
  285. "10":"n"
  286. },
  287. "op_mob":{
  288. "10":"n",
  289. "11":"n",
  290. "11.1":"n",
  291. "11.5":"n",
  292. "12":"n",
  293. "12.1":"n",
  294. "37":"y"
  295. },
  296. "and_chr":{
  297. "64":"y"
  298. },
  299. "and_ff":{
  300. "57":"p"
  301. },
  302. "ie_mob":{
  303. "10":"n",
  304. "11":"n"
  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":"",
  322. "notes_by_num":{
  323. "1":"Firefox [has no plans to support HTML imports](https://hacks.mozilla.org/2014/12/mozilla-and-web-components/) though for now it can be enabled through the \"dom.webcomponents.enabled\" preference in about:config",
  324. "2":"Enabled through the \"Enable HTML Imports\" flag in chrome://flags",
  325. "3":"Enabled through the \"Experimental Web Platform features\" flag in chrome://flags",
  326. "4":"Enabled through the \"Enable HTML Imports\" flag in opera://flags",
  327. "5":"Enabled through the \"Experimental Web Platform features\" flag in opera://flags"
  328. },
  329. "usage_perc_y":69.58,
  330. "usage_perc_a":0,
  331. "ucprefix":false,
  332. "parent":"",
  333. "keywords":"web components",
  334. "ie_id":"htmlimports",
  335. "chrome_id":"5144752345317376",
  336. "firefox_id":"html-imports",
  337. "webkit_id":"feature-html-imports",
  338. "shown":true
  339. }