@markuplint/html-spec 2.7.0 → 3.0.0-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (623) hide show
  1. package/index.json +23716 -12904
  2. package/package.json +6 -6
  3. package/src/{global-attributes/_global.json → spec-common.attributes.json} +302 -318
  4. package/src/spec-common.contents.json +313 -0
  5. package/src/spec.a.json +59 -0
  6. package/src/spec.abbr.json +25 -0
  7. package/src/spec.address.json +26 -0
  8. package/src/spec.area.json +64 -0
  9. package/src/spec.article.json +24 -0
  10. package/src/spec.aside.json +38 -0
  11. package/src/spec.audio.json +50 -0
  12. package/src/spec.b.json +24 -0
  13. package/src/spec.base.json +21 -0
  14. package/src/spec.bdi.json +24 -0
  15. package/src/spec.bdo.json +24 -0
  16. package/src/spec.blockquote.json +31 -0
  17. package/src/spec.body.json +100 -0
  18. package/src/spec.br.json +32 -0
  19. package/src/spec.button.json +71 -0
  20. package/src/spec.canvas.json +34 -0
  21. package/src/spec.caption.json +30 -0
  22. package/src/spec.cite.json +24 -0
  23. package/src/spec.code.json +27 -0
  24. package/src/spec.col.json +31 -0
  25. package/src/spec.colgroup.json +41 -0
  26. package/src/spec.data.json +29 -0
  27. package/src/spec.datalist.json +38 -0
  28. package/src/spec.dd.json +30 -0
  29. package/src/spec.del.json +36 -0
  30. package/src/spec.details.json +35 -0
  31. package/src/spec.dfn.json +24 -0
  32. package/src/spec.dialog.json +36 -0
  33. package/src/spec.div.json +55 -0
  34. package/src/spec.dl.json +50 -0
  35. package/src/spec.dt.json +27 -0
  36. package/src/spec.em.json +27 -0
  37. package/src/spec.embed.json +30 -0
  38. package/src/spec.fieldset.json +27 -0
  39. package/src/spec.figcaption.json +24 -0
  40. package/src/spec.figure.json +41 -0
  41. package/src/spec.footer.json +38 -0
  42. package/src/spec.form.json +101 -0
  43. package/src/spec.h1.json +26 -0
  44. package/src/spec.h2.json +26 -0
  45. package/src/spec.h3.json +26 -0
  46. package/src/spec.h4.json +26 -0
  47. package/src/spec.h5.json +26 -0
  48. package/src/spec.h6.json +26 -0
  49. package/src/spec.head.json +32 -0
  50. package/src/spec.header.json +38 -0
  51. package/src/spec.hgroup.json +37 -0
  52. package/src/spec.hr.json +23 -0
  53. package/src/spec.html.json +27 -0
  54. package/src/spec.i.json +24 -0
  55. package/src/spec.iframe.json +74 -0
  56. package/src/spec.img.json +109 -0
  57. package/src/spec.input.json +792 -0
  58. package/src/spec.ins.json +36 -0
  59. package/src/spec.kbd.json +24 -0
  60. package/src/spec.label.json +30 -0
  61. package/src/spec.legend.json +24 -0
  62. package/src/spec.li.json +40 -0
  63. package/src/spec.link.json +140 -0
  64. package/src/spec.main.json +27 -0
  65. package/src/spec.map.json +30 -0
  66. package/src/spec.mark.json +24 -0
  67. package/src/spec.math.json +20 -0
  68. package/src/spec.menu.json +53 -0
  69. package/src/spec.meta.json +59 -0
  70. package/src/spec.meter.json +63 -0
  71. package/src/spec.nav.json +26 -0
  72. package/src/spec.noscript.json +24 -0
  73. package/src/spec.object.json +40 -0
  74. package/src/spec.ol.json +71 -0
  75. package/src/spec.optgroup.json +34 -0
  76. package/src/spec.option.json +70 -0
  77. package/src/spec.output.json +29 -0
  78. package/src/spec.p.json +27 -0
  79. package/src/spec.picture.json +46 -0
  80. package/src/spec.portal.json +25 -0
  81. package/src/spec.pre.json +24 -0
  82. package/src/spec.progress.json +45 -0
  83. package/src/spec.q.json +30 -0
  84. package/src/spec.rp.json +24 -0
  85. package/src/spec.rt.json +24 -0
  86. package/src/spec.ruby.json +56 -0
  87. package/src/spec.s.json +24 -0
  88. package/src/spec.samp.json +24 -0
  89. package/src/spec.script.json +73 -0
  90. package/src/spec.section.json +73 -0
  91. package/src/spec.select.json +66 -0
  92. package/src/spec.slot.json +29 -0
  93. package/src/spec.small.json +24 -0
  94. package/src/spec.source.json +52 -0
  95. package/src/spec.span.json +24 -0
  96. package/src/spec.strong.json +27 -0
  97. package/src/spec.style.json +35 -0
  98. package/src/spec.sub.json +27 -0
  99. package/src/spec.summary.json +38 -0
  100. package/src/spec.sup.json +27 -0
  101. package/src/{attributes/svg_a.json → spec.svg_a.json} +38 -4
  102. package/src/{attributes/svg_animate.json → spec.svg_animate.json} +16 -4
  103. package/src/{attributes/svg_animateMotion.json → spec.svg_animateMotion.json} +36 -7
  104. package/src/{attributes/svg_animateTransform.json → spec.svg_animateTransform.json} +16 -4
  105. package/src/{attributes/svg_circle.json → spec.svg_circle.json} +25 -4
  106. package/src/{attributes/svg_clipPath.json → spec.svg_clipPath.json} +16 -5
  107. package/src/spec.svg_defs.json +109 -0
  108. package/src/spec.svg_desc.json +21 -0
  109. package/src/spec.svg_discard.json +31 -0
  110. package/src/{attributes/svg_ellipse.json → spec.svg_ellipse.json} +27 -4
  111. package/src/{attributes/svg_feBlend.json → spec.svg_feBlend.json} +16 -5
  112. package/src/{attributes/svg_feColorMatrix.json → spec.svg_feColorMatrix.json} +16 -5
  113. package/src/{attributes/svg_feComponentTransfer.json → spec.svg_feComponentTransfer.json} +22 -4
  114. package/src/{attributes/svg_feComposite.json → spec.svg_feComposite.json} +20 -9
  115. package/src/{attributes/svg_feConvolveMatrix.json → spec.svg_feConvolveMatrix.json} +23 -12
  116. package/src/{attributes/svg_feDiffuseLighting.json → spec.svg_feDiffuseLighting.json} +34 -6
  117. package/src/{attributes/svg_feDisplacementMap.json → spec.svg_feDisplacementMap.json} +18 -7
  118. package/src/spec.svg_feDistantLight.json +32 -0
  119. package/src/{attributes/svg_feDropShadow.json → spec.svg_feDropShadow.json} +17 -6
  120. package/src/{attributes/svg_feFlood.json → spec.svg_feFlood.json} +16 -5
  121. package/src/spec.svg_feFuncA.json +20 -0
  122. package/src/spec.svg_feFuncB.json +20 -0
  123. package/src/spec.svg_feFuncG.json +20 -0
  124. package/src/spec.svg_feFuncR.json +20 -0
  125. package/src/{attributes/svg_feGaussianBlur.json → spec.svg_feGaussianBlur.json} +16 -5
  126. package/src/{attributes/svg_feImage.json → spec.svg_feImage.json} +19 -8
  127. package/src/{attributes/svg_feMerge.json → spec.svg_feMerge.json} +15 -4
  128. package/src/spec.svg_feMergeNode.json +20 -0
  129. package/src/{attributes/svg_feMorphology.json → spec.svg_feMorphology.json} +16 -5
  130. package/src/{attributes/svg_feOffset.json → spec.svg_feOffset.json} +16 -5
  131. package/src/spec.svg_fePointLight.json +38 -0
  132. package/src/{attributes/svg_feSpecularLighting.json → spec.svg_feSpecularLighting.json} +35 -7
  133. package/src/spec.svg_feSpotLight.json +67 -0
  134. package/src/{attributes/svg_feTile.json → spec.svg_feTile.json} +15 -4
  135. package/src/{attributes/svg_feTurbulence.json → spec.svg_feTurbulence.json} +20 -9
  136. package/src/{attributes/svg_filter.json → spec.svg_filter.json} +22 -11
  137. package/src/{attributes/svg_rect.json → spec.svg_foreignObject.json} +13 -11
  138. package/src/spec.svg_g.json +115 -0
  139. package/src/{attributes/svg_image.json → spec.svg_image.json} +27 -6
  140. package/src/{attributes/svg_line.json → spec.svg_line.json} +31 -8
  141. package/src/{attributes/svg_linearGradient.json → spec.svg_linearGradient.json} +30 -11
  142. package/src/{attributes/svg_marker.json → spec.svg_marker.json} +40 -11
  143. package/src/{attributes/svg_mask.json → spec.svg_mask.json} +44 -9
  144. package/src/spec.svg_metadata.json +21 -0
  145. package/src/spec.svg_mpath.json +26 -0
  146. package/src/{attributes/svg_path.json → spec.svg_path.json} +27 -4
  147. package/src/{attributes/svg_pattern.json → spec.svg_pattern.json} +40 -11
  148. package/src/{attributes/svg_polyline.json → spec.svg_polygon.json} +28 -5
  149. package/src/spec.svg_polyline.json +117 -0
  150. package/src/{attributes/svg_radialGradient.json → spec.svg_radialGradient.json} +32 -13
  151. package/src/spec.svg_rect.json +118 -0
  152. package/src/spec.svg_script.json +40 -0
  153. package/src/spec.svg_set.json +42 -0
  154. package/src/{attributes/svg_stop.json → spec.svg_stop.json} +17 -6
  155. package/src/spec.svg_style.json +36 -0
  156. package/src/{attributes/svg_svg.json → spec.svg_svg.json} +49 -13
  157. package/src/{attributes/svg_polygon.json → spec.svg_switch.json} +25 -14
  158. package/src/spec.svg_symbol.json +77 -0
  159. package/src/{attributes/svg_text.json → spec.svg_text.json} +38 -10
  160. package/src/{attributes/svg_textPath.json → spec.svg_textPath.json} +39 -11
  161. package/src/spec.svg_title.json +21 -0
  162. package/src/{attributes/svg_tspan.json → spec.svg_tspan.json} +34 -10
  163. package/src/{attributes/svg_use.json → spec.svg_use.json} +26 -4
  164. package/src/spec.svg_view.json +45 -0
  165. package/src/spec.table.json +64 -0
  166. package/src/spec.tbody.json +23 -0
  167. package/src/spec.td.json +37 -0
  168. package/src/spec.template.json +24 -0
  169. package/src/spec.textarea.json +67 -0
  170. package/src/spec.tfoot.json +23 -0
  171. package/src/spec.th.json +67 -0
  172. package/src/spec.thead.json +23 -0
  173. package/src/spec.time.json +32 -0
  174. package/src/spec.title.json +24 -0
  175. package/src/spec.tr.json +29 -0
  176. package/src/spec.track.json +54 -0
  177. package/src/spec.u.json +24 -0
  178. package/src/spec.ul.json +53 -0
  179. package/src/spec.var.json +24 -0
  180. package/src/spec.video.json +80 -0
  181. package/src/spec.wbr.json +25 -0
  182. package/src/structure.test.ts +60 -40
  183. package/src/aria-in-html/a.json +0 -31
  184. package/src/aria-in-html/abbr.json +0 -8
  185. package/src/aria-in-html/address.json +0 -8
  186. package/src/aria-in-html/area.json +0 -14
  187. package/src/aria-in-html/article.json +0 -8
  188. package/src/aria-in-html/aside.json +0 -8
  189. package/src/aria-in-html/audio.json +0 -8
  190. package/src/aria-in-html/b.json +0 -8
  191. package/src/aria-in-html/base.json +0 -8
  192. package/src/aria-in-html/bdi.json +0 -8
  193. package/src/aria-in-html/bdo.json +0 -8
  194. package/src/aria-in-html/blockquote.json +0 -8
  195. package/src/aria-in-html/body.json +0 -8
  196. package/src/aria-in-html/br.json +0 -8
  197. package/src/aria-in-html/button.json +0 -18
  198. package/src/aria-in-html/canvas.json +0 -8
  199. package/src/aria-in-html/caption.json +0 -8
  200. package/src/aria-in-html/cite.json +0 -8
  201. package/src/aria-in-html/code.json +0 -8
  202. package/src/aria-in-html/col.json +0 -8
  203. package/src/aria-in-html/colgroup.json +0 -8
  204. package/src/aria-in-html/data.json +0 -8
  205. package/src/aria-in-html/datalist.json +0 -8
  206. package/src/aria-in-html/dd.json +0 -8
  207. package/src/aria-in-html/del.json +0 -8
  208. package/src/aria-in-html/details.json +0 -8
  209. package/src/aria-in-html/dfn.json +0 -8
  210. package/src/aria-in-html/dialog.json +0 -8
  211. package/src/aria-in-html/div.json +0 -8
  212. package/src/aria-in-html/dl.json +0 -8
  213. package/src/aria-in-html/dt.json +0 -8
  214. package/src/aria-in-html/em.json +0 -8
  215. package/src/aria-in-html/embed.json +0 -8
  216. package/src/aria-in-html/fieldset.json +0 -8
  217. package/src/aria-in-html/figcaption.json +0 -8
  218. package/src/aria-in-html/figure.json +0 -14
  219. package/src/aria-in-html/footer.json +0 -14
  220. package/src/aria-in-html/form.json +0 -14
  221. package/src/aria-in-html/h1.json +0 -8
  222. package/src/aria-in-html/h2.json +0 -8
  223. package/src/aria-in-html/h3.json +0 -8
  224. package/src/aria-in-html/h4.json +0 -8
  225. package/src/aria-in-html/h5.json +0 -8
  226. package/src/aria-in-html/h6.json +0 -8
  227. package/src/aria-in-html/head.json +0 -8
  228. package/src/aria-in-html/header.json +0 -14
  229. package/src/aria-in-html/hgroup.json +0 -8
  230. package/src/aria-in-html/hr.json +0 -8
  231. package/src/aria-in-html/html.json +0 -8
  232. package/src/aria-in-html/i.json +0 -8
  233. package/src/aria-in-html/iframe.json +0 -8
  234. package/src/aria-in-html/img.json +0 -39
  235. package/src/aria-in-html/input.json +0 -192
  236. package/src/aria-in-html/ins.json +0 -8
  237. package/src/aria-in-html/kbd.json +0 -8
  238. package/src/aria-in-html/label.json +0 -8
  239. package/src/aria-in-html/legend.json +0 -8
  240. package/src/aria-in-html/li.json +0 -19
  241. package/src/aria-in-html/link.json +0 -8
  242. package/src/aria-in-html/main.json +0 -8
  243. package/src/aria-in-html/map.json +0 -8
  244. package/src/aria-in-html/mark.json +0 -8
  245. package/src/aria-in-html/math.json +0 -8
  246. package/src/aria-in-html/menu.json +0 -20
  247. package/src/aria-in-html/meta.json +0 -8
  248. package/src/aria-in-html/meter.json +0 -8
  249. package/src/aria-in-html/nav.json +0 -8
  250. package/src/aria-in-html/noscript.json +0 -8
  251. package/src/aria-in-html/object.json +0 -8
  252. package/src/aria-in-html/ol.json +0 -20
  253. package/src/aria-in-html/optgroup.json +0 -8
  254. package/src/aria-in-html/option.json +0 -8
  255. package/src/aria-in-html/output.json +0 -8
  256. package/src/aria-in-html/p.json +0 -8
  257. package/src/aria-in-html/param.json +0 -8
  258. package/src/aria-in-html/picture.json +0 -8
  259. package/src/aria-in-html/portal.json +0 -8
  260. package/src/aria-in-html/pre.json +0 -8
  261. package/src/aria-in-html/progress.json +0 -8
  262. package/src/aria-in-html/q.json +0 -8
  263. package/src/aria-in-html/rp.json +0 -8
  264. package/src/aria-in-html/rt.json +0 -8
  265. package/src/aria-in-html/ruby.json +0 -8
  266. package/src/aria-in-html/s.json +0 -8
  267. package/src/aria-in-html/samp.json +0 -8
  268. package/src/aria-in-html/script.json +0 -8
  269. package/src/aria-in-html/section.json +0 -34
  270. package/src/aria-in-html/select.json +0 -20
  271. package/src/aria-in-html/slot.json +0 -8
  272. package/src/aria-in-html/small.json +0 -8
  273. package/src/aria-in-html/source.json +0 -8
  274. package/src/aria-in-html/span.json +0 -8
  275. package/src/aria-in-html/strong.json +0 -8
  276. package/src/aria-in-html/style.json +0 -8
  277. package/src/aria-in-html/sub.json +0 -8
  278. package/src/aria-in-html/summary.json +0 -8
  279. package/src/aria-in-html/sup.json +0 -8
  280. package/src/aria-in-html/svg.json +0 -8
  281. package/src/aria-in-html/table.json +0 -8
  282. package/src/aria-in-html/tbody.json +0 -8
  283. package/src/aria-in-html/td.json +0 -24
  284. package/src/aria-in-html/template.json +0 -8
  285. package/src/aria-in-html/textarea.json +0 -8
  286. package/src/aria-in-html/tfoot.json +0 -8
  287. package/src/aria-in-html/th.json +0 -24
  288. package/src/aria-in-html/thead.json +0 -8
  289. package/src/aria-in-html/time.json +0 -8
  290. package/src/aria-in-html/title.json +0 -8
  291. package/src/aria-in-html/tr.json +0 -14
  292. package/src/aria-in-html/track.json +0 -8
  293. package/src/aria-in-html/u.json +0 -8
  294. package/src/aria-in-html/ul.json +0 -20
  295. package/src/aria-in-html/var.json +0 -8
  296. package/src/aria-in-html/video.json +0 -8
  297. package/src/aria-in-html/wbr.json +0 -8
  298. package/src/attributes/a.json +0 -12
  299. package/src/attributes/abbr.json +0 -11
  300. package/src/attributes/address.json +0 -11
  301. package/src/attributes/area.json +0 -37
  302. package/src/attributes/article.json +0 -11
  303. package/src/attributes/aside.json +0 -11
  304. package/src/attributes/audio.json +0 -13
  305. package/src/attributes/b.json +0 -11
  306. package/src/attributes/base.json +0 -12
  307. package/src/attributes/bdi.json +0 -11
  308. package/src/attributes/bdo.json +0 -11
  309. package/src/attributes/blockquote.json +0 -16
  310. package/src/attributes/body.json +0 -76
  311. package/src/attributes/br.json +0 -11
  312. package/src/attributes/button.json +0 -34
  313. package/src/attributes/canvas.json +0 -21
  314. package/src/attributes/caption.json +0 -11
  315. package/src/attributes/cite.json +0 -11
  316. package/src/attributes/code.json +0 -11
  317. package/src/attributes/col.json +0 -22
  318. package/src/attributes/colgroup.json +0 -22
  319. package/src/attributes/data.json +0 -16
  320. package/src/attributes/datalist.json +0 -11
  321. package/src/attributes/dd.json +0 -11
  322. package/src/attributes/del.json +0 -20
  323. package/src/attributes/details.json +0 -16
  324. package/src/attributes/dfn.json +0 -11
  325. package/src/attributes/dialog.json +0 -20
  326. package/src/attributes/div.json +0 -11
  327. package/src/attributes/dl.json +0 -11
  328. package/src/attributes/dt.json +0 -11
  329. package/src/attributes/em.json +0 -11
  330. package/src/attributes/embed.json +0 -27
  331. package/src/attributes/fieldset.json +0 -12
  332. package/src/attributes/figcaption.json +0 -11
  333. package/src/attributes/figure.json +0 -11
  334. package/src/attributes/footer.json +0 -11
  335. package/src/attributes/form.json +0 -80
  336. package/src/attributes/h1.json +0 -11
  337. package/src/attributes/h2.json +0 -11
  338. package/src/attributes/h3.json +0 -11
  339. package/src/attributes/h4.json +0 -11
  340. package/src/attributes/h5.json +0 -11
  341. package/src/attributes/h6.json +0 -11
  342. package/src/attributes/head.json +0 -11
  343. package/src/attributes/header.json +0 -11
  344. package/src/attributes/hgroup.json +0 -11
  345. package/src/attributes/hr.json +0 -11
  346. package/src/attributes/html.json +0 -11
  347. package/src/attributes/i.json +0 -11
  348. package/src/attributes/iframe.json +0 -61
  349. package/src/attributes/img.json +0 -45
  350. package/src/attributes/input.json +0 -343
  351. package/src/attributes/ins.json +0 -20
  352. package/src/attributes/kbd.json +0 -11
  353. package/src/attributes/label.json +0 -16
  354. package/src/attributes/legend.json +0 -11
  355. package/src/attributes/li.json +0 -19
  356. package/src/attributes/link.json +0 -143
  357. package/src/attributes/main.json +0 -11
  358. package/src/attributes/map.json +0 -17
  359. package/src/attributes/mark.json +0 -11
  360. package/src/attributes/math.json +0 -8
  361. package/src/attributes/menu.json +0 -11
  362. package/src/attributes/meta.json +0 -64
  363. package/src/attributes/meter.json +0 -36
  364. package/src/attributes/nav.json +0 -11
  365. package/src/attributes/noscript.json +0 -11
  366. package/src/attributes/object.json +0 -28
  367. package/src/attributes/ol.json +0 -29
  368. package/src/attributes/optgroup.json +0 -18
  369. package/src/attributes/option.json +0 -25
  370. package/src/attributes/output.json +0 -17
  371. package/src/attributes/p.json +0 -11
  372. package/src/attributes/picture.json +0 -11
  373. package/src/attributes/portal.json +0 -22
  374. package/src/attributes/pre.json +0 -11
  375. package/src/attributes/progress.json +0 -21
  376. package/src/attributes/q.json +0 -16
  377. package/src/attributes/rp.json +0 -11
  378. package/src/attributes/rt.json +0 -11
  379. package/src/attributes/ruby.json +0 -11
  380. package/src/attributes/s.json +0 -11
  381. package/src/attributes/samp.json +0 -11
  382. package/src/attributes/script.json +0 -64
  383. package/src/attributes/section.json +0 -11
  384. package/src/attributes/select.json +0 -24
  385. package/src/attributes/slot.json +0 -16
  386. package/src/attributes/small.json +0 -11
  387. package/src/attributes/source.json +0 -55
  388. package/src/attributes/span.json +0 -11
  389. package/src/attributes/strong.json +0 -11
  390. package/src/attributes/style.json +0 -22
  391. package/src/attributes/sub.json +0 -11
  392. package/src/attributes/summary.json +0 -11
  393. package/src/attributes/sup.json +0 -11
  394. package/src/attributes/svg_defs.json +0 -80
  395. package/src/attributes/svg_desc.json +0 -10
  396. package/src/attributes/svg_discard.json +0 -20
  397. package/src/attributes/svg_feDistantLight.json +0 -21
  398. package/src/attributes/svg_feFuncA.json +0 -9
  399. package/src/attributes/svg_feFuncB.json +0 -9
  400. package/src/attributes/svg_feFuncG.json +0 -9
  401. package/src/attributes/svg_feFuncR.json +0 -9
  402. package/src/attributes/svg_feMergeNode.json +0 -9
  403. package/src/attributes/svg_fePointLight.json +0 -27
  404. package/src/attributes/svg_feSpotLight.json +0 -56
  405. package/src/attributes/svg_foreignObject.json +0 -87
  406. package/src/attributes/svg_g.json +0 -83
  407. package/src/attributes/svg_hatch.json +0 -114
  408. package/src/attributes/svg_hatchpath.json +0 -84
  409. package/src/attributes/svg_mesh.json +0 -88
  410. package/src/attributes/svg_meshgradient.json +0 -33
  411. package/src/attributes/svg_meshpatch.json +0 -79
  412. package/src/attributes/svg_meshrow.json +0 -79
  413. package/src/attributes/svg_metadata.json +0 -10
  414. package/src/attributes/svg_mpath.json +0 -15
  415. package/src/attributes/svg_script.json +0 -29
  416. package/src/attributes/svg_set.json +0 -31
  417. package/src/attributes/svg_style.json +0 -25
  418. package/src/attributes/svg_switch.json +0 -83
  419. package/src/attributes/svg_symbol.json +0 -45
  420. package/src/attributes/svg_title.json +0 -10
  421. package/src/attributes/svg_view.json +0 -34
  422. package/src/attributes/table.json +0 -11
  423. package/src/attributes/tbody.json +0 -11
  424. package/src/attributes/td.json +0 -12
  425. package/src/attributes/template.json +0 -11
  426. package/src/attributes/textarea.json +0 -51
  427. package/src/attributes/tfoot.json +0 -11
  428. package/src/attributes/th.json +0 -25
  429. package/src/attributes/thead.json +0 -11
  430. package/src/attributes/time.json +0 -16
  431. package/src/attributes/title.json +0 -11
  432. package/src/attributes/tr.json +0 -11
  433. package/src/attributes/track.json +0 -38
  434. package/src/attributes/u.json +0 -11
  435. package/src/attributes/ul.json +0 -11
  436. package/src/attributes/var.json +0 -11
  437. package/src/attributes/video.json +0 -43
  438. package/src/attributes/wbr.json +0 -11
  439. package/src/content-models.json +0 -334
  440. package/src/permitted-structures/a.json +0 -9
  441. package/src/permitted-structures/abbr.json +0 -8
  442. package/src/permitted-structures/address.json +0 -9
  443. package/src/permitted-structures/area.json +0 -5
  444. package/src/permitted-structures/article.json +0 -8
  445. package/src/permitted-structures/aside.json +0 -8
  446. package/src/permitted-structures/audio.json +0 -31
  447. package/src/permitted-structures/b.json +0 -8
  448. package/src/permitted-structures/base.json +0 -4
  449. package/src/permitted-structures/bdi.json +0 -8
  450. package/src/permitted-structures/bdo.json +0 -8
  451. package/src/permitted-structures/blockquote.json +0 -8
  452. package/src/permitted-structures/body.json +0 -8
  453. package/src/permitted-structures/br.json +0 -4
  454. package/src/permitted-structures/button.json +0 -9
  455. package/src/permitted-structures/canvas.json +0 -5
  456. package/src/permitted-structures/caption.json +0 -8
  457. package/src/permitted-structures/cite.json +0 -8
  458. package/src/permitted-structures/code.json +0 -8
  459. package/src/permitted-structures/col.json +0 -4
  460. package/src/permitted-structures/colgroup.json +0 -16
  461. package/src/permitted-structures/data.json +0 -8
  462. package/src/permitted-structures/datalist.json +0 -19
  463. package/src/permitted-structures/dd.json +0 -8
  464. package/src/permitted-structures/del.json +0 -8
  465. package/src/permitted-structures/details.json +0 -11
  466. package/src/permitted-structures/dfn.json +0 -9
  467. package/src/permitted-structures/dialog.json +0 -8
  468. package/src/permitted-structures/div.json +0 -32
  469. package/src/permitted-structures/dl.json +0 -35
  470. package/src/permitted-structures/dt.json +0 -9
  471. package/src/permitted-structures/em.json +0 -8
  472. package/src/permitted-structures/embed.json +0 -4
  473. package/src/permitted-structures/fieldset.json +0 -11
  474. package/src/permitted-structures/figcaption.json +0 -8
  475. package/src/permitted-structures/figure.json +0 -19
  476. package/src/permitted-structures/footer.json +0 -9
  477. package/src/permitted-structures/form.json +0 -9
  478. package/src/permitted-structures/h1.json +0 -8
  479. package/src/permitted-structures/h2.json +0 -8
  480. package/src/permitted-structures/h3.json +0 -8
  481. package/src/permitted-structures/h4.json +0 -8
  482. package/src/permitted-structures/h5.json +0 -8
  483. package/src/permitted-structures/h6.json +0 -8
  484. package/src/permitted-structures/head.json +0 -16
  485. package/src/permitted-structures/header.json +0 -9
  486. package/src/permitted-structures/hgroup.json +0 -18
  487. package/src/permitted-structures/hr.json +0 -4
  488. package/src/permitted-structures/html.json +0 -11
  489. package/src/permitted-structures/i.json +0 -8
  490. package/src/permitted-structures/iframe.json +0 -8
  491. package/src/permitted-structures/img.json +0 -4
  492. package/src/permitted-structures/input.json +0 -4
  493. package/src/permitted-structures/ins.json +0 -8
  494. package/src/permitted-structures/kbd.json +0 -8
  495. package/src/permitted-structures/label.json +0 -9
  496. package/src/permitted-structures/legend.json +0 -8
  497. package/src/permitted-structures/li.json +0 -8
  498. package/src/permitted-structures/link.json +0 -4
  499. package/src/permitted-structures/main.json +0 -8
  500. package/src/permitted-structures/map.json +0 -8
  501. package/src/permitted-structures/mark.json +0 -8
  502. package/src/permitted-structures/math.json +0 -4
  503. package/src/permitted-structures/menu.json +0 -8
  504. package/src/permitted-structures/meta.json +0 -4
  505. package/src/permitted-structures/meter.json +0 -9
  506. package/src/permitted-structures/nav.json +0 -8
  507. package/src/permitted-structures/noscript.json +0 -21
  508. package/src/permitted-structures/object.json +0 -8
  509. package/src/permitted-structures/ol.json +0 -8
  510. package/src/permitted-structures/optgroup.json +0 -8
  511. package/src/permitted-structures/option.json +0 -30
  512. package/src/permitted-structures/output.json +0 -8
  513. package/src/permitted-structures/p.json +0 -8
  514. package/src/permitted-structures/picture.json +0 -20
  515. package/src/permitted-structures/portal.json +0 -8
  516. package/src/permitted-structures/pre.json +0 -8
  517. package/src/permitted-structures/progress.json +0 -9
  518. package/src/permitted-structures/q.json +0 -8
  519. package/src/permitted-structures/rp.json +0 -8
  520. package/src/permitted-structures/rt.json +0 -8
  521. package/src/permitted-structures/ruby.json +0 -41
  522. package/src/permitted-structures/s.json +0 -8
  523. package/src/permitted-structures/samp.json +0 -8
  524. package/src/permitted-structures/script.json +0 -8
  525. package/src/permitted-structures/section.json +0 -8
  526. package/src/permitted-structures/select.json +0 -8
  527. package/src/permitted-structures/slot.json +0 -8
  528. package/src/permitted-structures/small.json +0 -8
  529. package/src/permitted-structures/source.json +0 -4
  530. package/src/permitted-structures/span.json +0 -8
  531. package/src/permitted-structures/strong.json +0 -8
  532. package/src/permitted-structures/style.json +0 -8
  533. package/src/permitted-structures/sub.json +0 -8
  534. package/src/permitted-structures/summary.json +0 -19
  535. package/src/permitted-structures/sup.json +0 -8
  536. package/src/permitted-structures/svg_a.json +0 -24
  537. package/src/permitted-structures/svg_animate.json +0 -8
  538. package/src/permitted-structures/svg_animateMotion.json +0 -25
  539. package/src/permitted-structures/svg_animateTransform.json +0 -8
  540. package/src/permitted-structures/svg_circle.json +0 -17
  541. package/src/permitted-structures/svg_clipPath.json +0 -8
  542. package/src/permitted-structures/svg_defs.json +0 -26
  543. package/src/permitted-structures/svg_desc.json +0 -8
  544. package/src/permitted-structures/svg_discard.json +0 -8
  545. package/src/permitted-structures/svg_ellipse.json +0 -17
  546. package/src/permitted-structures/svg_feBlend.json +0 -8
  547. package/src/permitted-structures/svg_feColorMatrix.json +0 -8
  548. package/src/permitted-structures/svg_feComponentTransfer.json +0 -8
  549. package/src/permitted-structures/svg_feComposite.json +0 -8
  550. package/src/permitted-structures/svg_feConvolveMatrix.json +0 -8
  551. package/src/permitted-structures/svg_feDiffuseLighting.json +0 -25
  552. package/src/permitted-structures/svg_feDisplacementMap.json +0 -8
  553. package/src/permitted-structures/svg_feDistantLight.json +0 -8
  554. package/src/permitted-structures/svg_feDropShadow.json +0 -8
  555. package/src/permitted-structures/svg_feFlood.json +0 -8
  556. package/src/permitted-structures/svg_feFuncA.json +0 -8
  557. package/src/permitted-structures/svg_feFuncB.json +0 -8
  558. package/src/permitted-structures/svg_feFuncG.json +0 -8
  559. package/src/permitted-structures/svg_feFuncR.json +0 -8
  560. package/src/permitted-structures/svg_feGaussianBlur.json +0 -8
  561. package/src/permitted-structures/svg_feImage.json +0 -8
  562. package/src/permitted-structures/svg_feMerge.json +0 -8
  563. package/src/permitted-structures/svg_feMergeNode.json +0 -8
  564. package/src/permitted-structures/svg_feMorphology.json +0 -8
  565. package/src/permitted-structures/svg_feOffset.json +0 -8
  566. package/src/permitted-structures/svg_fePointLight.json +0 -8
  567. package/src/permitted-structures/svg_feSpecularLighting.json +0 -25
  568. package/src/permitted-structures/svg_feSpotLight.json +0 -8
  569. package/src/permitted-structures/svg_feTile.json +0 -8
  570. package/src/permitted-structures/svg_feTurbulence.json +0 -8
  571. package/src/permitted-structures/svg_filter.json +0 -8
  572. package/src/permitted-structures/svg_foreignObject.json +0 -4
  573. package/src/permitted-structures/svg_g.json +0 -26
  574. package/src/permitted-structures/svg_hatch.json +0 -8
  575. package/src/permitted-structures/svg_hatchpath.json +0 -8
  576. package/src/permitted-structures/svg_image.json +0 -8
  577. package/src/permitted-structures/svg_line.json +0 -17
  578. package/src/permitted-structures/svg_linearGradient.json +0 -16
  579. package/src/permitted-structures/svg_marker.json +0 -26
  580. package/src/permitted-structures/svg_mask.json +0 -32
  581. package/src/permitted-structures/svg_mesh.json +0 -20
  582. package/src/permitted-structures/svg_meshgradient.json +0 -16
  583. package/src/permitted-structures/svg_meshpatch.json +0 -9
  584. package/src/permitted-structures/svg_meshrow.json +0 -9
  585. package/src/permitted-structures/svg_metadata.json +0 -8
  586. package/src/permitted-structures/svg_mpath.json +0 -8
  587. package/src/permitted-structures/svg_path.json +0 -17
  588. package/src/permitted-structures/svg_pattern.json +0 -26
  589. package/src/permitted-structures/svg_polygon.json +0 -17
  590. package/src/permitted-structures/svg_polyline.json +0 -17
  591. package/src/permitted-structures/svg_radialGradient.json +0 -16
  592. package/src/permitted-structures/svg_rect.json +0 -17
  593. package/src/permitted-structures/svg_script.json +0 -8
  594. package/src/permitted-structures/svg_set.json +0 -8
  595. package/src/permitted-structures/svg_stop.json +0 -8
  596. package/src/permitted-structures/svg_style.json +0 -8
  597. package/src/permitted-structures/svg_svg.json +0 -30
  598. package/src/permitted-structures/svg_switch.json +0 -19
  599. package/src/permitted-structures/svg_symbol.json +0 -26
  600. package/src/permitted-structures/svg_text.json +0 -20
  601. package/src/permitted-structures/svg_textPath.json +0 -21
  602. package/src/permitted-structures/svg_title.json +0 -8
  603. package/src/permitted-structures/svg_tspan.json +0 -17
  604. package/src/permitted-structures/svg_use.json +0 -8
  605. package/src/permitted-structures/svg_view.json +0 -8
  606. package/src/permitted-structures/table.json +0 -49
  607. package/src/permitted-structures/tbody.json +0 -8
  608. package/src/permitted-structures/td.json +0 -8
  609. package/src/permitted-structures/template.json +0 -8
  610. package/src/permitted-structures/textarea.json +0 -8
  611. package/src/permitted-structures/tfoot.json +0 -8
  612. package/src/permitted-structures/th.json +0 -9
  613. package/src/permitted-structures/thead.json +0 -8
  614. package/src/permitted-structures/time.json +0 -8
  615. package/src/permitted-structures/title.json +0 -8
  616. package/src/permitted-structures/tr.json +0 -8
  617. package/src/permitted-structures/track.json +0 -4
  618. package/src/permitted-structures/u.json +0 -8
  619. package/src/permitted-structures/ul.json +0 -8
  620. package/src/permitted-structures/var.json +0 -8
  621. package/src/permitted-structures/video.json +0 -31
  622. package/src/permitted-structures/wbr.json +0 -4
  623. package/tsconfig.tsbuildinfo +0 -1
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "#HTMLGlobalAttrs": {
3
+ // https://html.spec.whatwg.org/multipage/interaction.html#the-accesskey-attribute
3
4
  "accesskey": {
4
- "ref": "https://html.spec.whatwg.org/multipage/interaction.html#the-accesskey-attribute",
5
5
  "type": {
6
6
  "token": "OneCodePointChar",
7
7
  "ordered": true,
@@ -10,8 +10,8 @@
10
10
  "separator": "space"
11
11
  }
12
12
  },
13
+ // https://html.spec.whatwg.org/multipage/interaction.html#attr-autocapitalize
13
14
  "autocapitalize": {
14
- "ref": "https://html.spec.whatwg.org/multipage/interaction.html#attr-autocapitalize",
15
15
  "type": {
16
16
  "enum": ["off", "on", "none", "sentences", "words", "characters"],
17
17
  "disallowToSurroundBySpaces": true,
@@ -23,12 +23,12 @@
23
23
  }
24
24
  }
25
25
  },
26
+ // https://html.spec.whatwg.org/multipage/interaction.html#attr-fe-autofocus
26
27
  "autofocus": {
27
- "ref": "https://html.spec.whatwg.org/multipage/interaction.html#attr-fe-autofocus",
28
28
  "type": "Boolean"
29
29
  },
30
+ // https://html.spec.whatwg.org/multipage/interaction.html#attr-contenteditable
30
31
  "contenteditable": {
31
- "ref": "https://html.spec.whatwg.org/multipage/interaction.html#attr-contenteditable",
32
32
  "type": {
33
33
  "enum": ["", "true", "false"],
34
34
  "disallowToSurroundBySpaces": true,
@@ -39,52 +39,52 @@
39
39
  }
40
40
  }
41
41
  },
42
+ // https://html.spec.whatwg.org/multipage/dom.html#attr-dir
42
43
  "dir": {
43
- "ref": "https://html.spec.whatwg.org/multipage/dom.html#attr-dir",
44
44
  "type": {
45
45
  "enum": ["ltr", "rtl", "auto"]
46
46
  }
47
47
  },
48
+ // https://html.spec.whatwg.org/multipage/dnd.html#attr-draggable
48
49
  "draggable": {
49
- "ref": "https://html.spec.whatwg.org/multipage/dnd.html#attr-draggable",
50
50
  "type": {
51
51
  "enum": ["true", "false"],
52
52
  "invalidValueDefault": "auto",
53
53
  "missingValueDefault": "auto"
54
54
  }
55
55
  },
56
+ // https://html.spec.whatwg.org/multipage/interaction.html#attr-enterkeyhint
56
57
  "enterkeyhint": {
57
- "ref": "https://html.spec.whatwg.org/multipage/interaction.html#attr-enterkeyhint",
58
58
  "type": {
59
59
  "enum": ["enter", "done", "go", "next", "previous", "search", "send"]
60
60
  }
61
61
  },
62
+ // https://html.spec.whatwg.org/multipage/interaction.html#attr-hidden
62
63
  "hidden": {
63
- "ref": "https://html.spec.whatwg.org/multipage/interaction.html#attr-hidden",
64
64
  "type": {
65
65
  "enum": ["", "hidden", "until-found"]
66
66
  }
67
67
  },
68
+ // https://html.spec.whatwg.org/multipage/interaction.html#the-inert-attribute
68
69
  "inert": {
69
- "ref": "https://html.spec.whatwg.org/multipage/interaction.html#the-inert-attribute",
70
70
  "type": "Boolean"
71
71
  },
72
+ // https://html.spec.whatwg.org/multipage/interaction.html#attr-inputmode
72
73
  "inputmode": {
73
- "ref": "https://html.spec.whatwg.org/multipage/interaction.html#attr-inputmode",
74
74
  "type": {
75
75
  "enum": ["none", "text", "tel", "url", "email", "numeric", "decimal", "search"]
76
76
  }
77
77
  },
78
+ // https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is
78
79
  "is": {
79
- "ref": "https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is",
80
80
  "type": "CustomElementName"
81
81
  },
82
+ // https://html.spec.whatwg.org/multipage/microdata.html#attr-itemid
82
83
  "itemid": {
83
- "ref": "https://html.spec.whatwg.org/multipage/microdata.html#attr-itemid",
84
84
  "type": "URL"
85
85
  },
86
+ // https://html.spec.whatwg.org/multipage/microdata.html#names:-the-itemprop-attribute
86
87
  "itemprop": {
87
- "ref": "https://html.spec.whatwg.org/multipage/microdata.html#names:-the-itemprop-attribute",
88
88
  "type": {
89
89
  "token": "ItemProp",
90
90
  "ordered": false,
@@ -92,22 +92,20 @@
92
92
  "separator": "space"
93
93
  }
94
94
  },
95
+ // https://html.spec.whatwg.org/multipage/microdata.html#attr-itemref
95
96
  "itemref": {
96
- "ref": "https://html.spec.whatwg.org/multipage/microdata.html#attr-itemref",
97
97
  "type": {
98
98
  "token": "DOMID",
99
99
  "separator": "space"
100
100
  },
101
- "condition": {
102
- "self": "[itemscope]"
103
- }
101
+ "condition": "[itemscope]"
104
102
  },
103
+ // https://html.spec.whatwg.org/multipage/microdata.html#attr-itemscope
105
104
  "itemscope": {
106
- "ref": "https://html.spec.whatwg.org/multipage/microdata.html#attr-itemscope",
107
105
  "type": "Boolean"
108
106
  },
107
+ // https://html.spec.whatwg.org/multipage/microdata.html#attr-itemtype
109
108
  "itemtype": {
110
- "ref": "https://html.spec.whatwg.org/multipage/microdata.html#attr-itemtype",
111
109
  "type": {
112
110
  "token": "AbsoluteURL",
113
111
  "ordered": false,
@@ -115,16 +113,16 @@
115
113
  "separator": "space"
116
114
  }
117
115
  },
116
+ // https://html.spec.whatwg.org/multipage/dom.html#attr-lang
118
117
  "lang": {
119
- "ref": "https://html.spec.whatwg.org/multipage/dom.html#attr-lang",
120
118
  "type": "BCP47"
121
119
  },
120
+ // https://html.spec.whatwg.org/multipage/urls-and-fetching.html#attr-nonce
122
121
  "nonce": {
123
- "ref": "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#attr-nonce",
124
122
  "type": "Any"
125
123
  },
124
+ // https://html.spec.whatwg.org/multipage/interaction.html#attr-spellcheck
126
125
  "spellcheck": {
127
- "ref": "https://html.spec.whatwg.org/multipage/interaction.html#attr-spellcheck",
128
126
  "type": {
129
127
  "enum": ["", "true", "false"],
130
128
  "disallowToSurroundBySpaces": true,
@@ -135,20 +133,20 @@
135
133
  }
136
134
  }
137
135
  },
136
+ // https://html.spec.whatwg.org/multipage/dom.html#attr-style
138
137
  "style": {
139
- "ref": "https://html.spec.whatwg.org/multipage/dom.html#attr-style",
140
138
  "type": "<css-declaration-list>"
141
139
  },
140
+ // https://html.spec.whatwg.org/multipage/interaction.html#attr-tabindex
142
141
  "tabindex": {
143
- "ref": "https://html.spec.whatwg.org/multipage/interaction.html#attr-tabindex",
144
142
  "type": "TabIndex"
145
143
  },
144
+ // https://html.spec.whatwg.org/multipage/dom.html#attr-title
146
145
  "title": {
147
- "ref": "https://html.spec.whatwg.org/multipage/dom.html#attr-title",
148
146
  "type": "Any"
149
147
  },
148
+ // https://html.spec.whatwg.org/multipage/dom.html#attr-translate
150
149
  "translate": {
151
- "ref": "https://html.spec.whatwg.org/multipage/dom.html#attr-translate",
152
150
  "type": {
153
151
  "enum": ["", "yes", "no"],
154
152
  "disallowToSurroundBySpaces": true,
@@ -159,30 +157,30 @@
159
157
  }
160
158
  }
161
159
  },
160
+ // https://html.spec.whatwg.org/multipage/dom.html#classes
162
161
  "class": {
163
- "ref": "https://html.spec.whatwg.org/multipage/dom.html#classes",
164
162
  "type": "<class-list>"
165
163
  },
164
+ // https://html.spec.whatwg.org/multipage/dom.html#the-id-attribute
166
165
  "id": {
167
- "ref": "https://html.spec.whatwg.org/multipage/dom.html#the-id-attribute",
168
166
  "type": "DOMID"
169
167
  },
168
+ // https://html.spec.whatwg.org/multipage/dom.html#attr-slot
170
169
  "slot": {
171
- "ref": "https://html.spec.whatwg.org/multipage/dom.html#attr-slot",
172
170
  "type": "NoEmptyAny"
173
171
  },
172
+ // https://html.spec.whatwg.org/multipage/dom.html#global-attributes:html-documents
174
173
  "xmlns": {
175
- "ref": "https://html.spec.whatwg.org/multipage/dom.html#global-attributes:html-documents",
176
174
  "type": "URL",
177
175
  "ineffective": "*"
178
176
  },
177
+ // https://html.spec.whatwg.org/multipage/dom.html#the-lang-and-xml:lang-attributes
179
178
  "xml:lang": {
180
- "ref": "https://html.spec.whatwg.org/multipage/dom.html#the-lang-and-xml:lang-attributes",
181
179
  "type": "BCP47",
182
180
  "deprecated": true
183
181
  },
182
+ // https://html.spec.whatwg.org/multipage/dom.html#global-attributes:attr-xml-space
184
183
  "xml:space": {
185
- "ref": "https://html.spec.whatwg.org/multipage/dom.html#global-attributes:attr-xml-space",
186
184
  "type": {
187
185
  "enum": ["default", "preserve"]
188
186
  },
@@ -191,360 +189,354 @@
191
189
  }
192
190
  },
193
191
  "#GlobalEventAttrs": {
192
+ // https://html.spec.whatwg.org/multipage/webappapis.html#handler-onabort
194
193
  "onabort": {
195
- "ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onabort",
196
194
  "type": "FunctionBody"
197
195
  },
196
+ // https://html.spec.whatwg.org/multipage/webappapis.html#handler-onabort
198
197
  "onauxclick": {
199
- "ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onabort",
200
198
  "type": "FunctionBody"
201
199
  },
200
+ // https://w3c.github.io/uievents/#beforeinput
202
201
  "onbeforeinput": {
203
- "ref": "https://w3c.github.io/uievents/#beforeinput",
204
202
  "type": "FunctionBody"
205
203
  },
204
+ // https://html.spec.whatwg.org/multipage/webappapis.html#handler-onbeforematch
206
205
  "onbeforematch": {
207
- "ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onbeforematch",
208
206
  "type": "FunctionBody"
209
207
  },
208
+ // https://html.spec.whatwg.org/multipage/webappapis.html#handler-onabort
210
209
  "onblur": {
211
- "ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onabort",
212
210
  "type": "FunctionBody"
213
211
  },
212
+ // https://html.spec.whatwg.org/multipage/webappapis.html#handler-oncancel
214
213
  "oncancel": {
215
- "ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-oncancel",
216
214
  "type": "FunctionBody"
217
215
  },
216
+ // https://html.spec.whatwg.org/multipage/webappapis.html#handler-oncanplay
218
217
  "oncanplay": {
219
- "ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-oncanplay",
220
218
  "type": "FunctionBody"
221
219
  },
220
+ // https://html.spec.whatwg.org/multipage/webappapis.html#handler-oncanplaythrough
222
221
  "oncanplaythrough": {
223
- "ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-oncanplaythrough",
224
222
  "type": "FunctionBody"
225
223
  },
224
+ // https://html.spec.whatwg.org/multipage/webappapis.html#handler-onchange
226
225
  "onchange": {
227
- "ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onchange",
228
226
  "type": "FunctionBody"
229
227
  },
228
+ // https://html.spec.whatwg.org/multipage/webappapis.html#handler-onclick
230
229
  "onclick": {
231
- "ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onclick",
232
230
  "type": "FunctionBody"
233
231
  },
232
+ // https://html.spec.whatwg.org/multipage/webappapis.html#handler-onclose
234
233
  "onclose": {
235
- "ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onclose",
236
234
  "type": "FunctionBody"
237
235
  },
236
+ // https://html.spec.whatwg.org/multipage/webappapis.html#handler-oncontextlost
238
237
  "oncontextlost": {
239
- "ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-oncontextlost",
240
238
  "type": "FunctionBody"
241
239
  },
240
+ // https://w3c.github.io/uievents/#compositionstart
242
241
  "oncompositionstart": {
243
- "ref": "https://w3c.github.io/uievents/#compositionstart",
244
242
  "type": "FunctionBody"
245
243
  },
244
+ // https://w3c.github.io/uievents/#compositionupdate
246
245
  "oncompositionupdate": {
247
- "ref": "https://w3c.github.io/uievents/#compositionupdate",
248
246
  "type": "FunctionBody"
249
247
  },
248
+ // https://w3c.github.io/uievents/#compositionend
250
249
  "oncompositionend": {
251
- "ref": "https://w3c.github.io/uievents/#compositionend",
252
250
  "type": "FunctionBody"
253
251
  },
252
+ // https://html.spec.whatwg.org/multipage/webappapis.html#handler-oncontextmenu
254
253
  "oncontextmenu": {
255
- "ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-oncontextmenu",
256
254
  "type": "FunctionBody"
257
255
  },
256
+ // https://html.spec.whatwg.org/multipage/webappapis.html#handler-oncontextrestored
258
257
  "oncontextrestored": {
259
- "ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-oncontextrestored",
260
258
  "type": "FunctionBody"
261
259
  },
260
+ // https://html.spec.whatwg.org/multipage/webappapis.html#handler-oncuechange
262
261
  "oncuechange": {
263
- "ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-oncuechange",
264
262
  "type": "FunctionBody"
265
263
  },
264
+ // https://html.spec.whatwg.org/multipage/webappapis.html#handler-ondblclick
266
265
  "ondblclick": {
267
- "ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-ondblclick",
268
266
  "type": "FunctionBody"
269
267
  },
268
+ // https://html.spec.whatwg.org/multipage/webappapis.html#handler-ondrag
270
269
  "ondrag": {
271
- "ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-ondrag",
272
270
  "type": "FunctionBody"
273
271
  },
272
+ // https://html.spec.whatwg.org/multipage/webappapis.html#handler-ondragend
274
273
  "ondragend": {
275
- "ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-ondragend",
276
274
  "type": "FunctionBody"
277
275
  },
276
+ // https://html.spec.whatwg.org/multipage/webappapis.html#handler-ondragenter
278
277
  "ondragenter": {
279
- "ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-ondragenter",
280
278
  "type": "FunctionBody"
281
279
  },
280
+ // https://html.spec.whatwg.org/multipage/webappapis.html#handler-ondragleave
282
281
  "ondragleave": {
283
- "ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-ondragleave",
284
282
  "type": "FunctionBody"
285
283
  },
284
+ // https://html.spec.whatwg.org/multipage/webappapis.html#handler-ondragover
286
285
  "ondragover": {
287
- "ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-ondragover",
288
286
  "type": "FunctionBody"
289
287
  },
288
+ // https://html.spec.whatwg.org/multipage/webappapis.html#handler-ondragstart
290
289
  "ondragstart": {
291
- "ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-ondragstart",
292
290
  "type": "FunctionBody"
293
291
  },
292
+ // https://html.spec.whatwg.org/multipage/webappapis.html#handler-ondrop
294
293
  "ondrop": {
295
- "ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-ondrop",
296
294
  "type": "FunctionBody"
297
295
  },
296
+ // https://html.spec.whatwg.org/multipage/webappapis.html#handler-ondurationchange
298
297
  "ondurationchange": {
299
- "ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-ondurationchange",
300
298
  "type": "FunctionBody"
301
299
  },
300
+ // https://html.spec.whatwg.org/multipage/webappapis.html#handler-onemptied
302
301
  "onemptied": {
303
- "ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onemptied",
304
302
  "type": "FunctionBody"
305
303
  },
304
+ // https://html.spec.whatwg.org/multipage/webappapis.html#handler-onended
306
305
  "onended": {
307
- "ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onended",
308
306
  "type": "FunctionBody"
309
307
  },
308
+ // https://html.spec.whatwg.org/multipage/webappapis.html#handler-onerror
310
309
  "onerror": {
311
- "ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onerror",
312
310
  "type": "FunctionBody"
313
311
  },
312
+ // https://html.spec.whatwg.org/multipage/webappapis.html#handler-onfocus
314
313
  "onfocus": {
315
- "ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onfocus",
316
314
  "type": "FunctionBody"
317
315
  },
316
+ // https://html.spec.whatwg.org/multipage/webappapis.html#handler-onformdata
318
317
  "onformdata": {
319
- "ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onformdata",
320
318
  "type": "FunctionBody"
321
319
  },
320
+ // https://w3c.github.io/uievents/#focusin
322
321
  "onfocusin": {
323
- "ref": "https://w3c.github.io/uievents/#focusin",
324
322
  "type": "FunctionBody"
325
323
  },
324
+ // https://w3c.github.io/uievents/#focusout
326
325
  "onfocusout": {
327
- "ref": "https://w3c.github.io/uievents/#focusout",
328
326
  "type": "FunctionBody"
329
327
  },
328
+ // https://html.spec.whatwg.org/multipage/webappapis.html#handler-oninput
330
329
  "oninput": {
331
- "ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-oninput",
332
330
  "type": "FunctionBody"
333
331
  },
332
+ // https://html.spec.whatwg.org/multipage/webappapis.html#handler-oninvalid
334
333
  "oninvalid": {
335
- "ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-oninvalid",
336
334
  "type": "FunctionBody"
337
335
  },
336
+ // https://html.spec.whatwg.org/multipage/webappapis.html#handler-onkeydown
338
337
  "onkeydown": {
339
- "ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onkeydown",
340
338
  "type": "FunctionBody"
341
339
  },
340
+ // https://html.spec.whatwg.org/multipage/webappapis.html#handler-onkeypress
342
341
  "onkeypress": {
343
- "ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onkeypress",
344
342
  "type": "FunctionBody"
345
343
  },
344
+ // https://html.spec.whatwg.org/multipage/webappapis.html#handler-onkeyup
346
345
  "onkeyup": {
347
- "ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onkeyup",
348
346
  "type": "FunctionBody"
349
347
  },
348
+ // https://html.spec.whatwg.org/multipage/webappapis.html#handler-onload
350
349
  "onload": {
351
- "ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onload",
352
350
  "type": "FunctionBody"
353
351
  },
352
+ // https://html.spec.whatwg.org/multipage/webappapis.html#handler-onloadeddata
354
353
  "onloadeddata": {
355
- "ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onloadeddata",
356
354
  "type": "FunctionBody"
357
355
  },
356
+ // https://html.spec.whatwg.org/multipage/webappapis.html#handler-onloadedmetadata
358
357
  "onloadedmetadata": {
359
- "ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onloadedmetadata",
360
358
  "type": "FunctionBody"
361
359
  },
360
+ // https://html.spec.whatwg.org/multipage/webappapis.html#handler-onloadstart
362
361
  "onloadstart": {
363
- "ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onloadstart",
364
362
  "type": "FunctionBody"
365
363
  },
364
+ // https://html.spec.whatwg.org/multipage/webappapis.html#handler-onmousedown
366
365
  "onmousedown": {
367
- "ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onmousedown",
368
366
  "type": "FunctionBody"
369
367
  },
368
+ // https://html.spec.whatwg.org/multipage/webappapis.html#handler-onmouseenter
370
369
  "onmouseenter": {
371
- "ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onmouseenter",
372
370
  "type": "FunctionBody"
373
371
  },
372
+ // https://html.spec.whatwg.org/multipage/webappapis.html#handler-onmouseleave
374
373
  "onmouseleave": {
375
- "ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onmouseleave",
376
374
  "type": "FunctionBody"
377
375
  },
376
+ // https://html.spec.whatwg.org/multipage/webappapis.html#handler-onmousemove
378
377
  "onmousemove": {
379
- "ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onmousemove",
380
378
  "type": "FunctionBody"
381
379
  },
380
+ // https://html.spec.whatwg.org/multipage/webappapis.html#handler-onmouseout
382
381
  "onmouseout": {
383
- "ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onmouseout",
384
382
  "type": "FunctionBody"
385
383
  },
384
+ // https://html.spec.whatwg.org/multipage/webappapis.html#handler-onmouseover
386
385
  "onmouseover": {
387
- "ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onmouseover",
388
386
  "type": "FunctionBody"
389
387
  },
388
+ // https://html.spec.whatwg.org/multipage/webappapis.html#handler-onmouseup
390
389
  "onmouseup": {
391
- "ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onmouseup",
392
390
  "type": "FunctionBody"
393
391
  },
392
+ // https://html.spec.whatwg.org/multipage/webappapis.html#handler-onpause
394
393
  "onpause": {
395
- "ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onpause",
396
394
  "type": "FunctionBody"
397
395
  },
396
+ // https://html.spec.whatwg.org/multipage/webappapis.html#handler-onplay
398
397
  "onplay": {
399
- "ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onplay",
400
398
  "type": "FunctionBody"
401
399
  },
400
+ // https://html.spec.whatwg.org/multipage/webappapis.html#handler-onplaying
402
401
  "onplaying": {
403
- "ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onplaying",
404
402
  "type": "FunctionBody"
405
403
  },
404
+ // https://html.spec.whatwg.org/multipage/webappapis.html#handler-onprogress
406
405
  "onprogress": {
407
- "ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onprogress",
408
406
  "type": "FunctionBody"
409
407
  },
408
+ // https://html.spec.whatwg.org/multipage/webappapis.html#handler-onratechange
410
409
  "onratechange": {
411
- "ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onratechange",
412
410
  "type": "FunctionBody"
413
411
  },
412
+ // https://html.spec.whatwg.org/multipage/webappapis.html#handler-onreset
414
413
  "onreset": {
415
- "ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onreset",
416
414
  "type": "FunctionBody"
417
415
  },
416
+ // https://html.spec.whatwg.org/multipage/webappapis.html#handler-onresize
418
417
  "onresize": {
419
- "ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onresize",
420
418
  "type": "FunctionBody"
421
419
  },
420
+ // https://html.spec.whatwg.org/multipage/webappapis.html#handler-onscroll
422
421
  "onscroll": {
423
- "ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onscroll",
424
422
  "type": "FunctionBody"
425
423
  },
424
+ // https://html.spec.whatwg.org/multipage/webappapis.html#handler-onsecuritypolicyviolation
426
425
  "onsecuritypolicyviolation": {
427
- "ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onsecuritypolicyviolation",
428
426
  "type": "FunctionBody"
429
427
  },
428
+ // https://html.spec.whatwg.org/multipage/webappapis.html#handler-onseeked
430
429
  "onseeked": {
431
- "ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onseeked",
432
430
  "type": "FunctionBody"
433
431
  },
432
+ // https://html.spec.whatwg.org/multipage/webappapis.html#handler-onseeking
434
433
  "onseeking": {
435
- "ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onseeking",
436
434
  "type": "FunctionBody"
437
435
  },
436
+ // https://html.spec.whatwg.org/multipage/webappapis.html#handler-onselect
438
437
  "onselect": {
439
- "ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onselect",
440
438
  "type": "FunctionBody"
441
439
  },
440
+ // https://html.spec.whatwg.org/multipage/webappapis.html#handler-onslotchange
442
441
  "onslotchange": {
443
- "ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onslotchange",
444
442
  "type": "FunctionBody"
445
443
  },
444
+ // https://html.spec.whatwg.org/multipage/webappapis.html#handler-onstalled
446
445
  "onstalled": {
447
- "ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onstalled",
448
446
  "type": "FunctionBody"
449
447
  },
448
+ // https://html.spec.whatwg.org/multipage/webappapis.html#handler-onsubmit
450
449
  "onsubmit": {
451
- "ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onsubmit",
452
450
  "type": "FunctionBody"
453
451
  },
452
+ // https://html.spec.whatwg.org/multipage/webappapis.html#handler-onsuspend
454
453
  "onsuspend": {
455
- "ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onsuspend",
456
454
  "type": "FunctionBody"
457
455
  },
456
+ // https://html.spec.whatwg.org/multipage/webappapis.html#handler-ontimeupdate
458
457
  "ontimeupdate": {
459
- "ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-ontimeupdate",
460
458
  "type": "FunctionBody"
461
459
  },
460
+ // https://html.spec.whatwg.org/multipage/webappapis.html#handler-ontoggle
462
461
  "ontoggle": {
463
- "ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-ontoggle",
464
462
  "type": "FunctionBody"
465
463
  },
464
+ // https://html.spec.whatwg.org/multipage/webappapis.html#handler-onvolumechange
466
465
  "onvolumechange": {
467
- "ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onvolumechange",
468
466
  "type": "FunctionBody"
469
467
  },
468
+ // https://html.spec.whatwg.org/multipage/webappapis.html#handler-onwaiting
470
469
  "onwaiting": {
471
- "ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onwaiting",
472
470
  "type": "FunctionBody"
473
471
  },
472
+ // https://w3c.github.io/uievents/#unload
474
473
  "onunload": {
475
- "ref": "https://w3c.github.io/uievents/#unload",
476
474
  "type": "FunctionBody"
477
475
  },
476
+ // https://html.spec.whatwg.org/multipage/webappapis.html#handler-onwheel
478
477
  "onwheel": {
479
- "ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onwheel",
480
478
  "type": "FunctionBody"
481
479
  },
480
+ // https://html.spec.whatwg.org/multipage/webappapis.html#handler-onwebkitanimationend
482
481
  "onwebkitanimationend": {
483
- "ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onwebkitanimationend",
484
482
  "type": "FunctionBody",
485
483
  "deprecated": true
486
484
  },
485
+ // https://html.spec.whatwg.org/multipage/webappapis.html#handler-onwebkitanimationiteration
487
486
  "onwebkitanimationiteration": {
488
- "ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onwebkitanimationiteration",
489
487
  "type": "FunctionBody",
490
488
  "deprecated": true
491
489
  },
490
+ // https://html.spec.whatwg.org/multipage/webappapis.html#handler-onwebkitanimationstart
492
491
  "onwebkitanimationstart": {
493
- "ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onwebkitanimationstart",
494
492
  "type": "FunctionBody",
495
493
  "deprecated": true
496
494
  },
495
+ // https://html.spec.whatwg.org/multipage/webappapis.html#handler-onwebkittransitionend
497
496
  "onwebkittransitionend": {
498
- "ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onwebkittransitionend",
499
497
  "type": "FunctionBody",
500
498
  "deprecated": true
501
499
  }
502
500
  },
503
501
  "#DocumentElementEventAttrs": {
502
+ // https://html.spec.whatwg.org/multipage/webappapis.html#handler-oncopy
504
503
  "oncopy": {
505
- "ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-oncopy",
506
504
  "type": "FunctionBody"
507
505
  },
506
+ // https://html.spec.whatwg.org/multipage/webappapis.html#handler-oncut
508
507
  "oncut": {
509
- "ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-oncut",
510
508
  "type": "FunctionBody"
511
509
  },
510
+ // https://html.spec.whatwg.org/multipage/webappapis.html#handler-onpaste
512
511
  "onpaste": {
513
- "ref": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onpaste",
514
512
  "type": "FunctionBody"
515
513
  }
516
514
  },
517
515
  "#HTMLLinkAndFetchingAttrs": {
516
+ // https://html.spec.whatwg.org/multipage/links.html#attr-hyperlink-href
518
517
  "href": {
519
- "ref": "https://html.spec.whatwg.org/multipage/links.html#attr-hyperlink-href",
520
518
  "type": "URL"
521
519
  },
520
+ // https://html.spec.whatwg.org/multipage/links.html#attr-hyperlink-target
522
521
  "target": {
523
- "ref": "https://html.spec.whatwg.org/multipage/links.html#attr-hyperlink-target",
524
522
  "type": "BrowsingContextNameOrKeyword",
525
- "condition": {
526
- "self": "[href]"
527
- }
523
+ "condition": "[href]"
528
524
  },
525
+ // https://html.spec.whatwg.org/multipage/links.html#attr-hyperlink-download
529
526
  "download": {
530
- "ref": "https://html.spec.whatwg.org/multipage/links.html#attr-hyperlink-download",
531
527
  "type": "Any",
532
- "condition": {
533
- "self": "[href]"
534
- }
528
+ "condition": "[href]"
535
529
  },
530
+ // https://html.spec.whatwg.org/multipage/links.html#ping
536
531
  "ping": {
537
- "ref": "https://html.spec.whatwg.org/multipage/links.html#ping",
538
532
  "type": {
539
533
  "token": "HTTPSchemaURL",
540
534
  "separator": "space"
541
535
  },
542
- "condition": {
543
- "self": "[href]"
544
- }
536
+ "condition": "[href]"
545
537
  },
538
+ // https://html.spec.whatwg.org/multipage/links.html#attr-hyperlink-rel
546
539
  "rel": {
547
- "ref": "https://html.spec.whatwg.org/multipage/links.html#attr-hyperlink-rel",
548
540
  "type": {
549
541
  "token": {
550
542
  "enum": [
@@ -567,26 +559,20 @@
567
559
  "unique": true,
568
560
  "separator": "space"
569
561
  },
570
- "condition": {
571
- "self": "[href]"
572
- }
562
+ "condition": "[href]"
573
563
  },
564
+ // https://html.spec.whatwg.org/multipage/links.html#attr-hyperlink-hreflang
574
565
  "hreflang": {
575
- "ref": "https://html.spec.whatwg.org/multipage/links.html#attr-hyperlink-hreflang",
576
566
  "type": "BCP47",
577
- "condition": {
578
- "self": "[href]"
579
- }
567
+ "condition": "[href]"
580
568
  },
569
+ // https://html.spec.whatwg.org/multipage/links.html#attr-hyperlink-type
581
570
  "type": {
582
- "ref": "https://html.spec.whatwg.org/multipage/links.html#attr-hyperlink-type",
583
571
  "type": "MIMEType",
584
- "condition": {
585
- "self": "[href]"
586
- }
572
+ "condition": "[href]"
587
573
  },
574
+ // https://html.spec.whatwg.org/multipage/urls-and-fetching.html#referrer-policy-attribute
588
575
  "referrerpolicy": {
589
- "ref": "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#referrer-policy-attribute",
590
576
  "type": {
591
577
  "enum": [
592
578
  "",
@@ -600,30 +586,28 @@
600
586
  "unsafe-url"
601
587
  ]
602
588
  },
603
- "condition": {
604
- "self": "[href]"
605
- },
589
+ "condition": "[href]",
606
590
  "defaultValue": "strict-origin-when-cross-origin"
607
591
  },
592
+ // https://html.spec.whatwg.org/multipage/urls-and-fetching.html#lazy-loading-attribute
608
593
  "loading": {
609
- "ref": "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#lazy-loading-attribute",
610
594
  "type": {
611
595
  "enum": ["lazy", "eager"],
612
596
  "invalidValueDefault": "eager",
613
597
  "missingValueDefault": "eager"
614
598
  }
615
599
  },
600
+ // https://html.spec.whatwg.org/multipage/semantics.html#attr-link-integrity
616
601
  "integrity": {
617
- "ref": "https://html.spec.whatwg.org/multipage/semantics.html#attr-link-integrity",
618
- "type": "Any",
619
- "_TODO_": "The type is hash-source (https://w3c.github.io/webappsec-subresource-integrity/#integrity-metadata-description)"
602
+ // The type is hash-source (https://w3c.github.io/webappsec-subresource-integrity/#integrity-metadata-description)
603
+ "type": "Any"
620
604
  },
605
+ // https://html.spec.whatwg.org/multipage/semantics.html#attr-link-media
621
606
  "media": {
622
- "ref": "https://html.spec.whatwg.org/multipage/semantics.html#attr-link-media",
623
607
  "type": "<media-query-list>"
624
608
  },
609
+ // https://html.spec.whatwg.org/multipage/urls-and-fetching.html#cors-settings-attribute
625
610
  "crossorigin": {
626
- "ref": "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#cors-settings-attribute",
627
611
  "type": {
628
612
  "enum": ["", "anonymous", "use-credentials"],
629
613
  "invalidValueDefault": "anonymous",
@@ -633,8 +617,8 @@
633
617
  }
634
618
  }
635
619
  },
620
+ // https://wicg.github.io/priority-hints/#solution
636
621
  "fetchpriority": {
637
- "ref": "https://wicg.github.io/priority-hints/#solution",
638
622
  "type": {
639
623
  "enum": ["high", "low", "auto"],
640
624
  "invalidValueDefault": "auto",
@@ -644,134 +628,134 @@
644
628
  }
645
629
  },
646
630
  "#HTMLEmbededAndMediaContentAttrs": {
631
+ // https://html.spec.whatwg.org/multipage/media.html#attr-media-src
647
632
  "src": {
648
- "ref": "https://html.spec.whatwg.org/multipage/media.html#attr-media-src",
649
633
  "type": "URL"
650
634
  },
635
+ // https://html.spec.whatwg.org/multipage/media.html#attr-media-preload
651
636
  "preload": {
652
- "ref": "https://html.spec.whatwg.org/multipage/media.html#attr-media-preload",
653
637
  "type": {
654
638
  "enum": ["none", "metadata", "auto"],
655
639
  "invalidValueDefault": "implementation-defined",
656
640
  "missingValueDefault": "implementation-defined"
657
641
  }
658
642
  },
643
+ // https://html.spec.whatwg.org/multipage/media.html#attr-media-autoplay
659
644
  "autoplay": {
660
- "ref": "https://html.spec.whatwg.org/multipage/media.html#attr-media-autoplay",
661
645
  "type": "Boolean"
662
646
  },
647
+ // https://html.spec.whatwg.org/multipage/media.html#attr-media-loop
663
648
  "loop": {
664
- "ref": "https://html.spec.whatwg.org/multipage/media.html#attr-media-loop",
665
649
  "type": "Boolean"
666
650
  },
651
+ // https://html.spec.whatwg.org/multipage/media.html#attr-media-controls
667
652
  "muted": {
668
- "ref": "https://html.spec.whatwg.org/multipage/media.html#attr-media-controls",
669
653
  "type": "Boolean"
670
654
  },
655
+ // https://html.spec.whatwg.org/multipage/media.html#attr-media-muted
671
656
  "controls": {
672
- "ref": "https://html.spec.whatwg.org/multipage/media.html#attr-media-muted",
673
657
  "type": "Boolean"
674
658
  },
659
+ // https://html.spec.whatwg.org/multipage/embedded-content-other.html#attr-dim-height
675
660
  "height": {
676
- "ref": "https://html.spec.whatwg.org/multipage/embedded-content-other.html#attr-dim-height",
677
661
  "type": "Uint"
678
662
  },
663
+ // https://html.spec.whatwg.org/multipage/embedded-content.html#attr-source-srcset
679
664
  "srcset": {
680
- "ref": "https://html.spec.whatwg.org/multipage/embedded-content.html#attr-source-srcset",
681
665
  "type": "Srcset"
682
666
  },
667
+ // https://html.spec.whatwg.org/multipage/embedded-content.html#attr-source-sizes
683
668
  "sizes": {
684
- "ref": "https://html.spec.whatwg.org/multipage/embedded-content.html#attr-source-sizes",
685
669
  "type": "SourceSizeList"
686
670
  },
671
+ // https://html.spec.whatwg.org/multipage/embedded-content-other.html#attr-dim-width
687
672
  "width": {
688
- "ref": "https://html.spec.whatwg.org/multipage/embedded-content-other.html#attr-dim-width",
689
673
  "type": "Uint"
690
674
  }
691
675
  },
692
676
  "#HTMLFormControlElementAttrs": {
677
+ // https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fe-autocomplete
693
678
  "autocomplete": {
694
- "ref": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fe-autocomplete",
695
679
  "type": "AutoComplete"
696
680
  },
681
+ // https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fe-dirname
697
682
  "dirname": {
698
- "ref": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fe-dirname",
699
683
  "type": "NoEmptyAny"
700
684
  },
685
+ // https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fe-disabled
701
686
  "disabled": {
702
- "ref": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fe-disabled",
703
687
  "type": "Boolean"
704
688
  },
689
+ // https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fae-form
705
690
  "form": {
706
- "ref": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fae-form",
707
691
  "type": "DOMID"
708
692
  },
693
+ // https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fs-formaction
709
694
  "formaction": {
710
- "ref": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fs-formaction",
711
695
  "type": "URL"
712
696
  },
697
+ // https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fs-formenctype
713
698
  "formenctype": {
714
- "ref": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fs-formenctype",
715
699
  "type": {
716
700
  "enum": ["application/x-www-form-urlencoded", "multipart/form-data", "text/plain"],
717
701
  "invalidValueDefault": "application/x-www-form-urlencoded"
718
702
  }
719
703
  },
704
+ // https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fs-formmethod
720
705
  "formmethod": {
721
- "ref": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fs-formmethod",
722
706
  "type": {
723
707
  "enum": ["post", "get", "dialog"],
724
708
  "invalidValueDefault": "get"
725
709
  }
726
710
  },
711
+ // https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fs-formnovalidate
727
712
  "formnovalidate": {
728
- "ref": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fs-formnovalidate",
729
713
  "type": "Boolean"
730
714
  },
715
+ // https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fs-formtarget
731
716
  "formtarget": {
732
- "ref": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fs-formtarget",
733
717
  "type": "BrowsingContextNameOrKeyword"
734
718
  },
719
+ // https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fe-name
735
720
  "name": {
736
- "ref": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fe-name",
737
721
  "type": "NoEmptyAny"
738
722
  },
723
+ // https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fe-maxlength
739
724
  "maxlength": {
740
- "ref": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fe-maxlength",
741
725
  "type": "Uint"
742
726
  },
727
+ // https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fe-minlength
743
728
  "minlength": {
744
- "ref": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fe-minlength",
745
729
  "type": "Uint"
746
730
  },
731
+ // https://html.spec.whatwg.org/multipage/input.html#attr-input-readonly
747
732
  "readonly": {
748
- "ref": "https://html.spec.whatwg.org/multipage/input.html#attr-input-readonly",
749
733
  "type": "Boolean"
750
734
  },
735
+ // https://html.spec.whatwg.org/multipage/input.html#attr-input-required
751
736
  "required": {
752
- "ref": "https://html.spec.whatwg.org/multipage/input.html#attr-input-required",
753
737
  "type": "Boolean"
754
738
  }
755
739
  },
756
740
  "#HTMLTableCellElementAttrs": {
741
+ // https://html.spec.whatwg.org/multipage/tables.html#attr-tdth-colspan
757
742
  "colspan": {
758
- "ref": "https://html.spec.whatwg.org/multipage/tables.html#attr-tdth-colspan",
759
743
  "type": {
760
744
  "type": "integer",
761
745
  "gt": 0,
762
746
  "lte": 1000
763
747
  }
764
748
  },
749
+ // https://html.spec.whatwg.org/multipage/tables.html#attr-tdth-rowspan
765
750
  "rowspan": {
766
- "ref": "https://html.spec.whatwg.org/multipage/tables.html#attr-tdth-rowspan",
767
751
  "type": {
768
752
  "type": "integer",
769
753
  "gt": 0,
770
754
  "lte": 65534
771
755
  }
772
756
  },
757
+ // https://html.spec.whatwg.org/multipage/tables.html#attr-tdth-headers
773
758
  "headers": {
774
- "ref": "https://html.spec.whatwg.org/multipage/tables.html#attr-tdth-headers",
775
759
  "type": {
776
760
  "token": "DOMID",
777
761
  "ordered": false,
@@ -781,8 +765,8 @@
781
765
  }
782
766
  },
783
767
  "#ARIAAttrs": {
768
+ // https://html.spec.whatwg.org/multipage/infrastructure.html#attr-aria-role
784
769
  "role": {
785
- "ref": "https://html.spec.whatwg.org/multipage/infrastructure.html#attr-aria-role",
786
770
  "type": {
787
771
  "token": "NoEmptyAny",
788
772
  "separator": "space"
@@ -790,15 +774,15 @@
790
774
  }
791
775
  },
792
776
  "#SVGAnimationAdditionAttrs": {
777
+ // https://svgwg.org/specs/animations/#AdditiveAttribute
793
778
  "additive": {
794
- "ref": "https://svgwg.org/specs/animations/#AdditiveAttribute",
795
779
  "type": {
796
780
  "enum": ["replace", "sum"]
797
781
  },
798
782
  "defaultValue": "replace"
799
783
  },
784
+ // https://svgwg.org/specs/animations/#AccumulateAttribute
800
785
  "accumulate": {
801
- "ref": "https://svgwg.org/specs/animations/#AccumulateAttribute",
802
786
  "type": {
803
787
  "enum": ["none", "sum"]
804
788
  },
@@ -806,12 +790,12 @@
806
790
  }
807
791
  },
808
792
  "#SVGAnimationAttributeTargetAttrs": {
793
+ // https://svgwg.org/specs/animations/#AttributeNameAttribute
809
794
  "attributeName": {
810
- "ref": "https://svgwg.org/specs/animations/#AttributeNameAttribute",
811
795
  "type": "XMLName"
812
796
  },
797
+ // https://www.w3.org/TR/2001/REC-smil-animation-20010904/#AttributeTypeAttribute
813
798
  "attributeType": {
814
- "ref": "https://www.w3.org/TR/2001/REC-smil-animation-20010904/#AttributeTypeAttribute",
815
799
  "type": {
816
800
  "enum": ["CSS", "XML", "auto"]
817
801
  },
@@ -820,38 +804,38 @@
820
804
  }
821
805
  },
822
806
  "#SVGAnimationEventAttrs": {
807
+ // https://svgwg.org/svg2-draft/interact.html#OnBeginEventAttribute
823
808
  "onbegin": {
824
- "ref": "https://svgwg.org/svg2-draft/interact.html#OnBeginEventAttribute",
825
809
  "type": "FunctionBody"
826
810
  },
811
+ // https://svgwg.org/svg2-draft/interact.html#OnEndEventAttribute
827
812
  "onend": {
828
- "ref": "https://svgwg.org/svg2-draft/interact.html#OnEndEventAttribute",
829
813
  "type": "FunctionBody"
830
814
  },
815
+ // https://svgwg.org/svg2-draft/interact.html#OnRepeatEventAttribute
831
816
  "onrepeat": {
832
- "ref": "https://svgwg.org/svg2-draft/interact.html#OnRepeatEventAttribute",
833
817
  "type": "FunctionBody"
834
818
  }
835
819
  },
836
820
  "#SVGAnimationTargetElementAttrs": {
821
+ // https://svgwg.org/specs/animations/#HrefAttribute
837
822
  "href": {
838
- "ref": "https://svgwg.org/specs/animations/#HrefAttribute",
839
823
  "type": "URL"
840
824
  },
825
+ // https://svgwg.org/svg2-draft/linking.html#XLinkHrefAttribute
841
826
  "xlink:href": {
842
- "ref": "https://svgwg.org/svg2-draft/linking.html#XLinkHrefAttribute",
843
827
  "type": "URL",
844
828
  "deprecated": true
845
829
  }
846
830
  },
847
831
  "#SVGAnimationTimingAttrs": {
832
+ // https://svgwg.org/specs/animations/#BeginAttribute
848
833
  "begin": {
849
- "ref": "https://svgwg.org/specs/animations/#BeginAttribute",
850
834
  "type": "<begin-value-list>",
851
835
  "defaultValue": "0s"
852
836
  },
837
+ // https://svgwg.org/specs/animations/#DurAttribute
853
838
  "dur": {
854
- "ref": "https://svgwg.org/specs/animations/#DurAttribute",
855
839
  "type": [
856
840
  "<clock-value>",
857
841
  {
@@ -860,28 +844,28 @@
860
844
  ],
861
845
  "defaultValue": "indefinite"
862
846
  },
847
+ // https://svgwg.org/specs/animations/#EndAttribute
863
848
  "end": {
864
- "ref": "https://svgwg.org/specs/animations/#EndAttribute",
865
849
  "type": "<end-value-list>"
866
850
  },
851
+ // https://svgwg.org/specs/animations/#MinAttribute
867
852
  "min": {
868
- "ref": "https://svgwg.org/specs/animations/#MinAttribute",
869
853
  "type": "<clock-value>",
870
854
  "defaultValue": "0s"
871
855
  },
856
+ // https://svgwg.org/specs/animations/#MaxAttribute
872
857
  "max": {
873
- "ref": "https://svgwg.org/specs/animations/#MaxAttribute",
874
858
  "type": "<clock-value>"
875
859
  },
860
+ // https://svgwg.org/specs/animations/#RestartAttribute
876
861
  "restart": {
877
- "ref": "https://svgwg.org/specs/animations/#RestartAttribute",
878
862
  "type": {
879
863
  "enum": ["always", "whenNotActive", "never"]
880
864
  },
881
865
  "defaultValue": "always"
882
866
  },
867
+ // https://svgwg.org/specs/animations/#RepeatCountAttribute
883
868
  "repeatCount": {
884
- "ref": "https://svgwg.org/specs/animations/#RepeatCountAttribute",
885
869
  "type": [
886
870
  "<number>",
887
871
  {
@@ -889,8 +873,8 @@
889
873
  }
890
874
  ]
891
875
  },
876
+ // https://svgwg.org/specs/animations/#RepeatDurAttribute
892
877
  "repeatDur": {
893
- "ref": "https://svgwg.org/specs/animations/#RepeatDurAttribute",
894
878
  "type": [
895
879
  "<clock-value>",
896
880
  {
@@ -898,8 +882,8 @@
898
882
  }
899
883
  ]
900
884
  },
885
+ // https://svgwg.org/specs/animations/#FillAttribute
901
886
  "fill": {
902
- "ref": "https://svgwg.org/specs/animations/#FillAttribute",
903
887
  "type": {
904
888
  "enum": ["freeze", "remove"]
905
889
  },
@@ -907,162 +891,162 @@
907
891
  }
908
892
  },
909
893
  "#SVGAnimationValueAttrs": {
894
+ // https://svgwg.org/specs/animations/#CalcModeAttribute
910
895
  "calcMode": {
911
- "ref": "https://svgwg.org/specs/animations/#CalcModeAttribute",
912
896
  "type": {
913
897
  "enum": ["discrete", "linear", "paced", "spline"]
914
898
  },
915
899
  "defaultValue": "linear"
916
900
  },
901
+ // https://svgwg.org/specs/animations/#ValuesAttribute
917
902
  "values": {
918
- "ref": "https://svgwg.org/specs/animations/#ValuesAttribute",
919
903
  "type": "<list-of-value>"
920
904
  },
905
+ // https://svgwg.org/specs/animations/#KeyTimesAttribute
921
906
  "keyTimes": {
922
- "ref": "https://svgwg.org/specs/animations/#KeyTimesAttribute",
923
907
  "type": "<key-times>"
924
908
  },
909
+ // https://svgwg.org/specs/animations/#KeySplinesAttribute
925
910
  "keySplines": {
926
- "ref": "https://svgwg.org/specs/animations/#KeySplinesAttribute",
927
911
  "type": "<key-splines>"
928
912
  },
913
+ // https://svgwg.org/specs/animations/#FromAttribute
929
914
  "from": {
930
- "ref": "https://svgwg.org/specs/animations/#FromAttribute",
931
915
  "type": "<animatable-value>"
932
916
  },
917
+ // https://svgwg.org/specs/animations/#ToAttribute
933
918
  "to": {
934
- "ref": "https://svgwg.org/specs/animations/#ToAttribute",
935
919
  "type": "<animatable-value>"
936
920
  },
921
+ // https://svgwg.org/specs/animations/#ByAttribute
937
922
  "by": {
938
- "ref": "https://svgwg.org/specs/animations/#ByAttribute",
939
923
  "type": "<animatable-value>"
940
924
  },
925
+ // https://www.w3.org/TR/REC-smil/smil-timemanip.html#adef-accelerate
941
926
  "accelerate": {
942
- "ref": "https://www.w3.org/TR/REC-smil/smil-timemanip.html#adef-accelerate",
943
927
  "type": "<number-zero-one>",
944
928
  "defaultValue": "0"
945
929
  },
930
+ // https://www.w3.org/TR/REC-smil/smil-timemanip.html#adef-decelerate
946
931
  "decelerate": {
947
- "ref": "https://www.w3.org/TR/REC-smil/smil-timemanip.html#adef-decelerate",
948
932
  "type": "<number-zero-one>",
949
933
  "defaultValue": "0"
950
934
  },
935
+ // https://www.w3.org/TR/REC-smil/smil-timemanip.html#TimeManip-autoReverseSyntax
951
936
  "autoReverse": {
952
- "ref": "https://www.w3.org/TR/REC-smil/smil-timemanip.html#TimeManip-autoReverseSyntax",
953
937
  "type": {
954
938
  "enum": ["true", "false"]
955
939
  },
956
940
  "defaultValue": "false"
957
941
  },
942
+ // https://www.w3.org/TR/REC-smil/smil-timemanip.html#adef-speed
958
943
  "speed": {
959
- "ref": "https://www.w3.org/TR/REC-smil/smil-timemanip.html#adef-speed",
960
944
  "type": "<number>"
961
945
  }
962
946
  },
963
947
  "#SVGConditionalProcessingAttrs": {
948
+ // https://svgwg.org/svg2-draft/struct.html#RequiredExtensionsAttribute
964
949
  "requiredExtensions": {
965
- "ref": "https://svgwg.org/svg2-draft/struct.html#RequiredExtensionsAttribute",
966
950
  "type": {
967
951
  "token": "URL",
968
952
  "unique": true,
969
953
  "separator": "space"
970
954
  }
971
955
  },
956
+ // https://svgwg.org/svg2-draft/struct.html#SystemLanguageAttribute
972
957
  "systemLanguage": {
973
- "ref": "https://svgwg.org/svg2-draft/struct.html#SystemLanguageAttribute",
974
958
  "type": {
975
959
  "token": "BCP47",
976
960
  "unique": true,
977
961
  "separator": "comma"
978
962
  }
979
963
  },
964
+ // https://www.w3.org/TR/SVG11/struct.html#RequiredFeaturesAttribute
980
965
  "requiredFeatures": {
981
- "ref": "https://www.w3.org/TR/SVG11/struct.html#RequiredFeaturesAttribute",
982
966
  "type": "<list-of-svg-feature-string>",
983
967
  "deprecated": true
984
968
  }
985
969
  },
986
970
  "#SVGCoreAttrs": {
971
+ // https://svgwg.org/svg2-draft/struct.html#IDAttribute
987
972
  "id": {
988
- "ref": "https://svgwg.org/svg2-draft/struct.html#IDAttribute",
989
973
  "type": "DOMID"
990
974
  },
975
+ // https://svgwg.org/svg2-draft/struct.html#SVGElementTabindexAttribute
991
976
  "tabindex": {
992
- "ref": "https://svgwg.org/svg2-draft/struct.html#SVGElementTabindexAttribute",
993
977
  "type": "TabIndex"
994
978
  },
979
+ // https://svgwg.org/svg2-draft/struct.html#SVGElementAutofocusAttribute
995
980
  "autofocus": {
996
- "ref": "https://svgwg.org/svg2-draft/struct.html#SVGElementAutofocusAttribute",
997
981
  "type": "Boolean"
998
982
  },
983
+ // https://svgwg.org/svg2-draft/struct.html#LangAttribute
999
984
  "lang": {
1000
- "ref": "https://svgwg.org/svg2-draft/struct.html#LangAttribute",
1001
985
  "type": "BCP47"
1002
986
  },
987
+ // https://svgwg.org/svg2-draft/styling.html#ClassAttribute
1003
988
  "class": {
1004
- "ref": "https://svgwg.org/svg2-draft/styling.html#ClassAttribute",
1005
989
  "type": "<class-list>"
1006
990
  },
991
+ // https://svgwg.org/svg2-draft/styling.html#StyleAttribute
1007
992
  "style": {
1008
- "ref": "https://svgwg.org/svg2-draft/styling.html#StyleAttribute",
1009
993
  "type": "<css-declaration-list>"
1010
994
  },
995
+ // https://html.spec.whatwg.org/multipage/dom.html#global-attributes:html-documents
1011
996
  "xmlns": {
1012
- "ref": "https://html.spec.whatwg.org/multipage/dom.html#global-attributes:html-documents",
1013
997
  "type": "URL",
1014
998
  "ineffective": ":not(:root)"
1015
999
  },
1000
+ // https://svgwg.org/svg2-draft/struct.html#XMLSpaceAttribute
1016
1001
  "xml:space": {
1017
- "ref": "https://svgwg.org/svg2-draft/struct.html#XMLSpaceAttribute",
1018
1002
  "type": {
1019
1003
  "enum": ["default", "preserve"]
1020
1004
  },
1021
1005
  "defaultValue": "default",
1022
1006
  "deprecated": true
1023
1007
  },
1008
+ // https://svgwg.org/svg2-draft/struct.html#LangSpaceAttrs
1024
1009
  "xml:lang": {
1025
- "ref": "https://svgwg.org/svg2-draft/struct.html#LangSpaceAttrs",
1026
1010
  "type": "BCP47",
1027
1011
  "deprecated": true
1028
1012
  },
1013
+ // https://www.w3.org/TR/SVG11/struct.html#XMLBaseAttribute
1029
1014
  "xml:base": {
1030
- "ref": "https://www.w3.org/TR/SVG11/struct.html#XMLBaseAttribute",
1031
1015
  "type": "URL",
1032
1016
  "deprecated": true
1033
1017
  }
1034
1018
  },
1035
1019
  "#SVGFilterPrimitiveAttrs": {
1020
+ // https://drafts.fxtf.org/filter-effects/#element-attrdef-filter-primitive-x
1036
1021
  "x": {
1037
- "ref": "https://drafts.fxtf.org/filter-effects/#element-attrdef-filter-primitive-x",
1038
1022
  "type": ["<svg-length>", "<percentage>"],
1039
1023
  "defaultValue": "0%",
1040
1024
  "animatable": true
1041
1025
  },
1026
+ // https://drafts.fxtf.org/filter-effects/#element-attrdef-filter-primitive-y
1042
1027
  "y": {
1043
- "ref": "https://drafts.fxtf.org/filter-effects/#element-attrdef-filter-primitive-y",
1044
1028
  "type": ["<svg-length>", "<percentage>"],
1045
1029
  "defaultValue": "0%",
1046
1030
  "animatable": true
1047
1031
  },
1032
+ // https://drafts.fxtf.org/filter-effects/#element-attrdef-filter-primitive-width
1048
1033
  "width": {
1049
- "ref": "https://drafts.fxtf.org/filter-effects/#element-attrdef-filter-primitive-width",
1050
1034
  "type": ["<svg-length>", "<percentage>"],
1051
1035
  "defaultValue": "100%",
1052
1036
  "animatable": true
1053
1037
  },
1038
+ // https://drafts.fxtf.org/filter-effects/#element-attrdef-filter-primitive-height
1054
1039
  "height": {
1055
- "ref": "https://drafts.fxtf.org/filter-effects/#element-attrdef-filter-primitive-height",
1056
1040
  "type": ["<svg-length>", "<percentage>"],
1057
1041
  "defaultValue": "100%",
1058
1042
  "animatable": true
1059
1043
  },
1044
+ // https://drafts.fxtf.org/filter-effects/#element-attrdef-filter-primitive-result
1060
1045
  "result": {
1061
- "ref": "https://drafts.fxtf.org/filter-effects/#element-attrdef-filter-primitive-result",
1062
1046
  "type": "<custom-ident>"
1063
1047
  },
1048
+ // https://drafts.fxtf.org/filter-effects/#element-attrdef-filter-primitive-in
1064
1049
  "in": {
1065
- "ref": "https://drafts.fxtf.org/filter-effects/#element-attrdef-filter-primitive-in",
1066
1050
  "type": [
1067
1051
  {
1068
1052
  "enum": [
@@ -1081,50 +1065,50 @@
1081
1065
  }
1082
1066
  },
1083
1067
  "#SVGPresentationAttrs": {
1068
+ // https://svgwg.org/svg2-draft/geometry.html#CxProperty
1084
1069
  "cx": {
1085
- "ref": "https://svgwg.org/svg2-draft/geometry.html#CxProperty",
1086
1070
  "type": ["<svg-length>", "<percentage>"],
1087
1071
  "defaultValue": "0",
1088
1072
  "animatable": true
1089
1073
  },
1074
+ // https://svgwg.org/svg2-draft/geometry.html#CyProperty
1090
1075
  "cy": {
1091
- "ref": "https://svgwg.org/svg2-draft/geometry.html#CyProperty",
1092
1076
  "type": ["<svg-length>", "<percentage>"],
1093
1077
  "defaultValue": "0",
1094
1078
  "animatable": true
1095
1079
  },
1080
+ // https://svgwg.org/svg2-draft/geometry.html#Sizing
1096
1081
  "height": {
1097
- "ref": "https://svgwg.org/svg2-draft/geometry.html#Sizing",
1098
1082
  "type": ["<svg-length>", "<'height'>"],
1099
1083
  "defaultValue": "auto",
1100
1084
  "animatable": true
1101
1085
  },
1086
+ // https://svgwg.org/svg2-draft/geometry.html#Sizing
1102
1087
  "width": {
1103
- "ref": "https://svgwg.org/svg2-draft/geometry.html#Sizing",
1104
1088
  "type": ["<svg-length>", "<'width'>"],
1105
1089
  "defaultValue": "auto",
1106
1090
  "animatable": true
1107
1091
  },
1092
+ // https://svgwg.org/svg2-draft/geometry.html#XProperty
1108
1093
  "x": {
1109
- "ref": "https://svgwg.org/svg2-draft/geometry.html#XProperty",
1110
1094
  "type": ["<svg-length>", "<percentage>"],
1111
1095
  "defaultValue": "0",
1112
1096
  "animatable": true
1113
1097
  },
1098
+ // https://svgwg.org/svg2-draft/geometry.html#YProperty
1114
1099
  "y": {
1115
- "ref": "https://svgwg.org/svg2-draft/geometry.html#YProperty",
1116
1100
  "type": ["<svg-length>", "<percentage>"],
1117
1101
  "defaultValue": "0",
1118
1102
  "animatable": true
1119
1103
  },
1104
+ // https://svgwg.org/svg2-draft/geometry.html#RProperty
1120
1105
  "r": {
1121
- "ref": "https://svgwg.org/svg2-draft/geometry.html#RProperty",
1122
1106
  "type": ["<svg-length>", "<percentage>"],
1123
1107
  "defaultValue": "0",
1124
1108
  "animatable": true
1125
1109
  },
1110
+ // https://svgwg.org/svg2-draft/geometry.html#RxProperty
1126
1111
  "rx": {
1127
- "ref": "https://svgwg.org/svg2-draft/geometry.html#RxProperty",
1128
1112
  "type": [
1129
1113
  "<svg-length>",
1130
1114
  "<percentage>",
@@ -1135,8 +1119,8 @@
1135
1119
  "defaultValue": "auto",
1136
1120
  "animatable": true
1137
1121
  },
1122
+ // https://svgwg.org/svg2-draft/geometry.html#RyProperty
1138
1123
  "ry": {
1139
- "ref": "https://svgwg.org/svg2-draft/geometry.html#RyProperty",
1140
1124
  "type": [
1141
1125
  "<svg-length>",
1142
1126
  "<percentage>",
@@ -1147,64 +1131,64 @@
1147
1131
  "defaultValue": "auto",
1148
1132
  "animatable": true
1149
1133
  },
1134
+ // https://svgwg.org/svg2-draft/paths.html#DProperty
1150
1135
  "d": {
1151
- "ref": "https://svgwg.org/svg2-draft/paths.html#DProperty",
1152
1136
  "type": "<svg-path>",
1153
1137
  "defaultValue": "none"
1154
1138
  },
1139
+ // https://drafts.csswg.org/css-transforms/#transform-property
1155
1140
  "transform": {
1156
- "ref": "https://drafts.csswg.org/css-transforms/#transform-property",
1157
1141
  "type": "<'transform'>",
1158
1142
  "defaultValue": "none",
1159
1143
  "animatable": true
1160
1144
  },
1145
+ // https://drafts.csswg.org/css-transforms/#transform-origin-property
1161
1146
  "transform-origin": {
1162
- "ref": "https://drafts.csswg.org/css-transforms/#transform-origin-property",
1163
1147
  "type": "<'transform-origin'>",
1164
1148
  "defaultValue": "50%, 50%",
1165
1149
  "animatable": true
1166
1150
  },
1151
+ // https://svgwg.org/svg2-draft/pservers.html#PatternElementPatternTransformAttribute
1167
1152
  "patternTransform": {
1168
- "ref": "https://svgwg.org/svg2-draft/pservers.html#PatternElementPatternTransformAttribute",
1169
1153
  "type": "<transform-list>",
1170
1154
  "animatable": true
1171
1155
  },
1156
+ // https://svgwg.org/svg2-draft/pservers.html#LinearGradientElementGradientTransformAttribute
1172
1157
  "gradientTransform": {
1173
- "ref": "https://svgwg.org/svg2-draft/pservers.html#LinearGradientElementGradientTransformAttribute",
1174
1158
  "type": "<transform-list>",
1175
1159
  "animatable": true
1176
1160
  },
1161
+ // https://drafts.csswg.org/css-inline-3/#propdef-alignment-baseline
1177
1162
  "alignment-baseline": {
1178
- "ref": "https://drafts.csswg.org/css-inline-3/#propdef-alignment-baseline",
1179
1163
  "type": "<'alignment-baseline'>",
1180
1164
  "defaultValue": "auto",
1181
1165
  "animatable": true
1182
1166
  },
1167
+ // https://drafts.csswg.org/css-inline-3/#propdef-baseline-shift
1183
1168
  "baseline-shift": {
1184
- "ref": "https://drafts.csswg.org/css-inline-3/#propdef-baseline-shift",
1185
1169
  "type": "<'baseline-shift'>",
1186
1170
  "defaultValue": "0",
1187
1171
  "animatable": true
1188
1172
  },
1173
+ // https://drafts.fxtf.org/css-masking/#propdef-clip-path
1189
1174
  "clip-path": {
1190
- "ref": "https://drafts.fxtf.org/css-masking/#propdef-clip-path",
1191
1175
  "type": "<'clip-path'>",
1192
1176
  "defaultValue": "none",
1193
1177
  "animatable": true
1194
1178
  },
1179
+ // https://drafts.fxtf.org/css-masking/#propdef-clip-rule
1195
1180
  "clip-rule": {
1196
- "ref": "https://drafts.fxtf.org/css-masking/#propdef-clip-rule",
1197
1181
  "type": "<'clip-rule'>",
1198
1182
  "defaultValue": "nonzero",
1199
1183
  "animatable": true
1200
1184
  },
1185
+ // https://drafts.csswg.org/css-color-4/#propdef-color
1201
1186
  "color": {
1202
- "ref": "https://drafts.csswg.org/css-color-4/#propdef-color",
1203
1187
  "type": "<color>",
1204
1188
  "animatable": true
1205
1189
  },
1190
+ // https://svgwg.org/svg2-draft/painting.html#ColorInterpolationProperty
1206
1191
  "color-interpolation": {
1207
- "ref": "https://svgwg.org/svg2-draft/painting.html#ColorInterpolationProperty",
1208
1192
  "type": {
1209
1193
  "enum": ["auto", "sRGB", "linearRGB"],
1210
1194
  "disallowToSurroundBySpaces": false
@@ -1212,8 +1196,8 @@
1212
1196
  "defaultValue": "sRGB",
1213
1197
  "animatable": true
1214
1198
  },
1199
+ // https://drafts.fxtf.org/filter-effects-1/#propdef-color-interpolation-filters
1215
1200
  "color-interpolation-filters": {
1216
- "ref": "https://drafts.fxtf.org/filter-effects-1/#propdef-color-interpolation-filters",
1217
1201
  "type": {
1218
1202
  "enum": ["auto", "sRGB", "linearRGB"],
1219
1203
  "disallowToSurroundBySpaces": false
@@ -1221,354 +1205,354 @@
1221
1205
  "defaultValue": "linearRGB",
1222
1206
  "animatable": true
1223
1207
  },
1208
+ // https://drafts.csswg.org/css-ui-4/#propdef-cursor
1224
1209
  "cursor": {
1225
- "ref": "https://drafts.csswg.org/css-ui-4/#propdef-cursor",
1226
1210
  "type": "<'cursor'>",
1227
1211
  "defaultValue": "auto",
1228
1212
  "animatable": true
1229
1213
  },
1214
+ // https://drafts.csswg.org/css-writing-modes-3/#propdef-direction
1230
1215
  "direction": {
1231
- "ref": "https://drafts.csswg.org/css-writing-modes-3/#propdef-direction",
1232
1216
  "type": "<'direction'>",
1233
1217
  "defaultValue": "ltr"
1234
1218
  },
1219
+ // https://drafts.csswg.org/css-display-3/#propdef-display
1235
1220
  "display": {
1236
- "ref": "https://drafts.csswg.org/css-display-3/#propdef-display",
1237
1221
  "type": "<'display'>",
1238
1222
  "defaultValue": "inline"
1239
1223
  },
1224
+ // https://drafts.csswg.org/css-inline-3/#propdef-dominant-baseline
1240
1225
  "dominant-baseline": {
1241
- "ref": "https://drafts.csswg.org/css-inline-3/#propdef-dominant-baseline",
1242
1226
  "type": "<'dominant-baseline'>",
1243
1227
  "defaultValue": "auto",
1244
1228
  "animatable": true
1245
1229
  },
1230
+ // https://svgwg.org/svg2-draft/painting.html#FillProperty
1246
1231
  "fill": {
1247
- "ref": "https://svgwg.org/svg2-draft/painting.html#FillProperty",
1248
1232
  "type": "<'fill'>",
1249
1233
  "defaultValue": "black",
1250
1234
  "animatable": true
1251
1235
  },
1236
+ // https://svgwg.org/svg2-draft/painting.html#FillOpacityProperty
1252
1237
  "fill-opacity": {
1253
- "ref": "https://svgwg.org/svg2-draft/painting.html#FillOpacityProperty",
1254
1238
  "type": "<'fill-opacity'>",
1255
1239
  "defaultValue": "1",
1256
1240
  "animatable": true
1257
1241
  },
1242
+ // https://svgwg.org/svg2-draft/painting.html#FillRuleProperty
1258
1243
  "fill-rule": {
1259
- "ref": "https://svgwg.org/svg2-draft/painting.html#FillRuleProperty",
1260
1244
  "type": "<'fill-rule'>",
1261
1245
  "defaultValue": "nonzero",
1262
1246
  "animatable": true
1263
1247
  },
1248
+ // https://drafts.fxtf.org/filter-effects-1/#propdef-filter
1264
1249
  "filter": {
1265
- "ref": "https://drafts.fxtf.org/filter-effects-1/#propdef-filter",
1266
1250
  "type": "<'filter'>",
1267
1251
  "defaultValue": "none",
1268
1252
  "animatable": true
1269
1253
  },
1254
+ // https://drafts.fxtf.org/filter-effects-1/#propdef-flood-color
1270
1255
  "flood-color": {
1271
- "ref": "https://drafts.fxtf.org/filter-effects-1/#propdef-flood-color",
1272
1256
  "type": "<color>",
1273
1257
  "defaultValue": "black",
1274
1258
  "animatable": true
1275
1259
  },
1260
+ // https://drafts.fxtf.org/filter-effects-1/#propdef-flood-opacity
1276
1261
  "flood-opacity": {
1277
- "ref": "https://drafts.fxtf.org/filter-effects-1/#propdef-flood-opacity",
1278
1262
  "type": "<alpha-value>",
1279
1263
  "defaultValue": "1",
1280
1264
  "animatable": true
1281
1265
  },
1266
+ // https://drafts.csswg.org/css-fonts-4/#propdef-font
1282
1267
  "font": {
1283
- "ref": "https://drafts.csswg.org/css-fonts-4/#propdef-font",
1284
1268
  "type": "<'font'>",
1285
1269
  "animatable": true
1286
1270
  },
1271
+ // https://drafts.csswg.org/css-fonts-4/#propdef-font-family
1287
1272
  "font-family": {
1288
- "ref": "https://drafts.csswg.org/css-fonts-4/#propdef-font-family",
1289
1273
  "type": "<'font-family'>",
1290
1274
  "animatable": true
1291
1275
  },
1276
+ // https://drafts.csswg.org/css-fonts-5/#descdef-font-face-font-size
1292
1277
  "font-size": {
1293
- "ref": "https://drafts.csswg.org/css-fonts-5/#descdef-font-face-font-size",
1294
1278
  "type": "<svg-font-size>",
1295
1279
  "defaultValue": "medium",
1296
1280
  "animatable": true
1297
1281
  },
1282
+ // https://drafts.csswg.org/css-fonts-5/#propdef-font-size-adjust
1298
1283
  "font-size-adjust": {
1299
- "ref": "https://drafts.csswg.org/css-fonts-5/#propdef-font-size-adjust",
1300
1284
  "type": "<svg-font-size-adjust>",
1301
1285
  "defaultValue": "none",
1302
1286
  "animatable": true
1303
1287
  },
1288
+ // https://drafts.csswg.org/css-fonts-4/#propdef-font-stretch
1304
1289
  "font-stretch": {
1305
- "ref": "https://drafts.csswg.org/css-fonts-4/#propdef-font-stretch",
1306
1290
  "type": "<'font-stretch'>",
1307
1291
  "defaultValue": "normal",
1308
1292
  "animatable": true
1309
1293
  },
1294
+ // https://drafts.csswg.org/css-fonts-4/#propdef-font-style
1310
1295
  "font-style": {
1311
- "ref": "https://drafts.csswg.org/css-fonts-4/#propdef-font-style",
1312
1296
  "type": "<'font-style'>",
1313
1297
  "defaultValue": "normal",
1314
1298
  "animatable": true
1315
1299
  },
1300
+ // https://drafts.csswg.org/css-fonts-4/#propdef-font-variant
1316
1301
  "font-variant": {
1317
- "ref": "https://drafts.csswg.org/css-fonts-4/#propdef-font-variant",
1318
1302
  "type": "<'font-variant'>",
1319
1303
  "defaultValue": "normal",
1320
1304
  "animatable": true
1321
1305
  },
1306
+ // https://drafts.csswg.org/css-fonts-4/#propdef-font-weight
1322
1307
  "font-weight": {
1323
- "ref": "https://drafts.csswg.org/css-fonts-4/#propdef-font-weight",
1324
1308
  "type": "<'font-weight'>",
1325
1309
  "defaultValue": "normal",
1326
1310
  "animatable": true
1327
1311
  },
1312
+ // https://www.w3.org/TR/SVG11/text.html#GlyphOrientationHorizontalProperty
1328
1313
  "glyph-orientation-horizontal": {
1329
- "ref": "https://www.w3.org/TR/SVG11/text.html#GlyphOrientationHorizontalProperty",
1330
1314
  "type": "<'glyph-orientation-horizontal'>",
1331
1315
  "defaultValue": "0deg",
1332
1316
  "deprecated": true
1333
1317
  },
1318
+ // https://drafts.csswg.org/css-writing-modes-4/#propdef-glyph-orientation-vertical
1334
1319
  "glyph-orientation-vertical": {
1335
- "ref": "https://drafts.csswg.org/css-writing-modes-4/#propdef-glyph-orientation-vertical",
1336
1320
  "type": "<'glyph-orientation-vertical'>",
1337
1321
  "deprecated": true
1338
1322
  },
1323
+ // https://drafts.csswg.org/css-images-3/#propdef-image-rendering
1339
1324
  "image-rendering": {
1340
- "ref": "https://drafts.csswg.org/css-images-3/#propdef-image-rendering",
1341
1325
  "type": "<'image-rendering'>",
1342
1326
  "defaultValue": "auto",
1343
1327
  "animatable": true
1344
1328
  },
1329
+ // https://drafts.fxtf.org/compositing-2/#propdef-isolation
1345
1330
  "isolation": {
1346
- "ref": "https://drafts.fxtf.org/compositing-2/#propdef-isolation",
1347
1331
  "type": "<'isolation'>",
1348
1332
  "defaultValue": "auto"
1349
1333
  },
1334
+ // https://drafts.csswg.org/css-text-3/#propdef-letter-spacing
1350
1335
  "letter-spacing": {
1351
- "ref": "https://drafts.csswg.org/css-text-3/#propdef-letter-spacing",
1352
1336
  "type": "<'letter-spacing'>",
1353
1337
  "defaultValue": "normal",
1354
1338
  "animatable": true
1355
1339
  },
1340
+ // https://drafts.fxtf.org/filter-effects-1/#propdef-lighting-color
1356
1341
  "lighting-color": {
1357
- "ref": "https://drafts.fxtf.org/filter-effects-1/#propdef-lighting-color",
1358
1342
  "type": "<color>",
1359
1343
  "defaultValue": "white",
1360
1344
  "animatable": true
1361
1345
  },
1346
+ // https://svgwg.org/svg2-draft/painting.html#MarkerProperty
1362
1347
  "marker": {
1363
- "ref": "https://svgwg.org/svg2-draft/painting.html#MarkerProperty",
1364
1348
  "type": "<'marker'>",
1365
1349
  "animatable": true
1366
1350
  },
1351
+ // https://svgwg.org/svg2-draft/painting.html#MarkerEndProperty
1367
1352
  "marker-end": {
1368
- "ref": "https://svgwg.org/svg2-draft/painting.html#MarkerEndProperty",
1369
1353
  "type": "<'marker-end'>",
1370
1354
  "defaultValue": "none",
1371
1355
  "animatable": true
1372
1356
  },
1357
+ // https://svgwg.org/svg2-draft/painting.html#MarkerMidProperty
1373
1358
  "marker-mid": {
1374
- "ref": "https://svgwg.org/svg2-draft/painting.html#MarkerMidProperty",
1375
1359
  "type": "<'marker-mid'>",
1376
1360
  "defaultValue": "none",
1377
1361
  "animatable": true
1378
1362
  },
1363
+ // https://svgwg.org/svg2-draft/painting.html#MarkerStartProperty
1379
1364
  "marker-start": {
1380
- "ref": "https://svgwg.org/svg2-draft/painting.html#MarkerStartProperty",
1381
1365
  "type": "<'marker-start'>",
1382
1366
  "defaultValue": "none",
1383
1367
  "animatable": true
1384
1368
  },
1369
+ // https://drafts.fxtf.org/css-masking/#propdef-mask
1385
1370
  "mask": {
1386
- "ref": "https://drafts.fxtf.org/css-masking/#propdef-mask",
1387
1371
  "type": "<'mask'>",
1388
1372
  "animatable": true
1389
1373
  },
1374
+ // https://drafts.fxtf.org/css-masking-1/#propdef-mask-type
1390
1375
  "mask-type": {
1391
- "ref": "https://drafts.fxtf.org/css-masking-1/#propdef-mask-type",
1392
1376
  "type": "<'mask-type'>",
1393
1377
  "animatable": true
1394
1378
  },
1379
+ // https://drafts.csswg.org/css-color-4/#propdef-opacity
1395
1380
  "opacity": {
1396
- "ref": "https://drafts.csswg.org/css-color-4/#propdef-opacity",
1397
1381
  "type": "<alpha-value>",
1398
1382
  "defaultValue": "1",
1399
1383
  "animatable": true
1400
1384
  },
1385
+ // https://drafts.csswg.org/css-overflow-3/#propdef-overflow
1401
1386
  "overflow": {
1402
- "ref": "https://drafts.csswg.org/css-overflow-3/#propdef-overflow",
1403
1387
  "type": "<'overflow'>",
1404
1388
  "defaultValue": "visible",
1405
1389
  "animatable": true
1406
1390
  },
1391
+ // https://svgwg.org/svg2-draft/painting.html#PaintOrderProperty
1407
1392
  "paint-order": {
1408
- "ref": "https://svgwg.org/svg2-draft/painting.html#PaintOrderProperty",
1409
1393
  "type": "<'paint-order'>",
1410
1394
  "defaultValue": "normal",
1411
1395
  "animatable": true
1412
1396
  },
1397
+ // https://drafts.csswg.org/css-ui-4/#propdef-pointer-events
1413
1398
  "pointer-events": {
1414
- "ref": "https://drafts.csswg.org/css-ui-4/#propdef-pointer-events",
1415
1399
  "type": "<'pointer-events'>",
1416
1400
  "defaultValue": "auto",
1417
1401
  "animatable": true
1418
1402
  },
1403
+ // https://svgwg.org/svg2-draft/painting.html#ShapeRenderingProperty
1419
1404
  "shape-rendering": {
1420
- "ref": "https://svgwg.org/svg2-draft/painting.html#ShapeRenderingProperty",
1421
1405
  "type": "<'shape-rendering'>",
1422
1406
  "defaultValue": "auto",
1423
1407
  "animatable": true
1424
1408
  },
1409
+ // https://svgwg.org/svg2-draft/pservers.html#StopColorProperty
1425
1410
  "stop-color": {
1426
- "ref": "https://svgwg.org/svg2-draft/pservers.html#StopColorProperty",
1427
1411
  "type": "<'color'>",
1428
1412
  "defaultValue": "black",
1429
1413
  "animatable": true
1430
1414
  },
1415
+ // https://svgwg.org/svg2-draft/pservers.html#StopOpacityProperty
1431
1416
  "stop-opacity": {
1432
- "ref": "https://svgwg.org/svg2-draft/pservers.html#StopOpacityProperty",
1433
1417
  "type": "<'opacity'>",
1434
1418
  "defaultValue": "1",
1435
1419
  "animatable": true
1436
1420
  },
1421
+ // https://svgwg.org/svg2-draft/painting.html#StrokeProperty
1437
1422
  "stroke": {
1438
- "ref": "https://svgwg.org/svg2-draft/painting.html#StrokeProperty",
1439
1423
  "type": "<'stroke'>",
1440
1424
  "defaultValue": "none",
1441
1425
  "animatable": true
1442
1426
  },
1427
+ // https://svgwg.org/svg2-draft/painting.html#StrokeDasharrayProperty
1443
1428
  "stroke-dasharray": {
1444
- "ref": "https://svgwg.org/svg2-draft/painting.html#StrokeDasharrayProperty",
1445
1429
  "type": "<'stroke-dasharray'>",
1446
1430
  "defaultValue": "none",
1447
1431
  "animatable": true
1448
1432
  },
1433
+ // https://svgwg.org/svg2-draft/painting.html#StrokeDashoffsetProperty
1449
1434
  "stroke-dashoffset": {
1450
- "ref": "https://svgwg.org/svg2-draft/painting.html#StrokeDashoffsetProperty",
1451
1435
  "type": "<'stroke-dashoffset'>",
1452
1436
  "defaultValue": "0",
1453
1437
  "animatable": true
1454
1438
  },
1439
+ // https://svgwg.org/svg2-draft/painting.html#StrokeLinecapProperty
1455
1440
  "stroke-linecap": {
1456
- "ref": "https://svgwg.org/svg2-draft/painting.html#StrokeLinecapProperty",
1457
1441
  "type": "<'stroke-linecap'>",
1458
1442
  "defaultValue": "butt",
1459
1443
  "animatable": true
1460
1444
  },
1445
+ // https://svgwg.org/svg2-draft/painting.html#StrokeLinejoinProperty
1461
1446
  "stroke-linejoin": {
1462
- "ref": "https://svgwg.org/svg2-draft/painting.html#StrokeLinejoinProperty",
1463
1447
  "type": "<'stroke-linejoin'>",
1464
1448
  "defaultValue": "miter",
1465
1449
  "animatable": true
1466
1450
  },
1451
+ // https://svgwg.org/svg2-draft/painting.html#StrokeMiterlimitProperty
1467
1452
  "stroke-miterlimit": {
1468
- "ref": "https://svgwg.org/svg2-draft/painting.html#StrokeMiterlimitProperty",
1469
1453
  "type": "<'stroke-miterlimit'>",
1470
1454
  "defaultValue": "4",
1471
1455
  "animatable": true
1472
1456
  },
1457
+ // https://svgwg.org/svg2-draft/painting.html#StrokeOpacityProperty
1473
1458
  "stroke-opacity": {
1474
- "ref": "https://svgwg.org/svg2-draft/painting.html#StrokeOpacityProperty",
1475
1459
  "type": "<'stroke-opacity'>",
1476
1460
  "defaultValue": "1",
1477
1461
  "animatable": true
1478
1462
  },
1463
+ // https://svgwg.org/svg2-draft/painting.html#StrokeWidthProperty
1479
1464
  "stroke-width": {
1480
- "ref": "https://svgwg.org/svg2-draft/painting.html#StrokeWidthProperty",
1481
1465
  "type": "<'stroke-width'>",
1482
1466
  "defaultValue": "1px",
1483
1467
  "animatable": true
1484
1468
  },
1469
+ // https://svgwg.org/svg2-draft/text.html#TextAnchorProperty
1485
1470
  "text-anchor": {
1486
- "ref": "https://svgwg.org/svg2-draft/text.html#TextAnchorProperty",
1487
1471
  "type": "<'text-anchor'>",
1488
1472
  "defaultValue": "start",
1489
1473
  "animatable": true
1490
1474
  },
1475
+ // https://drafts.csswg.org/css-text-decor-4/#propdef-text-decoration
1491
1476
  "text-decoration": {
1492
- "ref": "https://drafts.csswg.org/css-text-decor-4/#propdef-text-decoration",
1493
1477
  "type": "<'text-decoration'>",
1494
1478
  "animatable": true
1495
1479
  },
1480
+ // https://svgwg.org/svg2-draft/text.html#TextOverflowProperty
1496
1481
  "text-overflow": {
1497
- "ref": "https://svgwg.org/svg2-draft/text.html#TextOverflowProperty",
1498
1482
  "type": "<'text-overflow'>",
1499
1483
  "animatable": true
1500
1484
  },
1485
+ // https://svgwg.org/svg2-draft/painting.html#TextRenderingProperty
1501
1486
  "text-rendering": {
1502
- "ref": "https://svgwg.org/svg2-draft/painting.html#TextRenderingProperty",
1503
1487
  "type": "<'text-rendering'>",
1504
1488
  "defaultValue": "auto",
1505
1489
  "animatable": true
1506
1490
  },
1491
+ // https://drafts.csswg.org/css-writing-modes-3/#propdef-unicode-bidi
1507
1492
  "unicode-bidi": {
1508
- "ref": "https://drafts.csswg.org/css-writing-modes-3/#propdef-unicode-bidi",
1509
1493
  "type": "<'unicode-bidi'>",
1510
1494
  "defaultValue": "normal"
1511
1495
  },
1496
+ // https://svgwg.org/svg2-draft/coords.html#VectorEffectProperty
1512
1497
  "vector-effect": {
1513
- "ref": "https://svgwg.org/svg2-draft/coords.html#VectorEffectProperty",
1514
1498
  "type": {
1515
1499
  "enum": ["none", "non-scaling-stroke", "non-scaling-size", "non-rotation", "fixed-position"]
1516
1500
  },
1517
1501
  "defaultValue": "none",
1518
1502
  "animatable": true
1519
1503
  },
1504
+ // https://drafts.csswg.org/css-display-3/#propdef-visibility
1520
1505
  "visibility": {
1521
- "ref": "https://drafts.csswg.org/css-display-3/#propdef-visibility",
1522
1506
  "type": "<'visibility'>",
1523
1507
  "defaultValue": "visible",
1524
1508
  "animatable": true
1525
1509
  },
1510
+ // https://www.w3.org/TR/css-text-3/#white-space-property
1526
1511
  "white-space": {
1527
- "ref": "https://www.w3.org/TR/css-text-3/#white-space-property",
1528
1512
  "type": "<'white-space'>",
1529
1513
  "defaultValue": "normal",
1530
1514
  "animatable": true
1531
1515
  },
1516
+ // https://drafts.csswg.org/css-text-3/#propdef-word-spacing
1532
1517
  "word-spacing": {
1533
- "ref": "https://drafts.csswg.org/css-text-3/#propdef-word-spacing",
1534
1518
  "type": "<'word-spacing'>",
1535
1519
  "defaultValue": "normal",
1536
1520
  "animatable": true
1537
1521
  },
1522
+ // https://drafts.csswg.org/css-writing-modes-4/#propdef-writing-mode
1538
1523
  "writing-mode": {
1539
- "ref": "https://drafts.csswg.org/css-writing-modes-4/#propdef-writing-mode",
1540
1524
  "type": "<'writing-mode'>",
1541
1525
  "defaultValue": "horizontal-tb"
1542
1526
  },
1527
+ // https://drafts.fxtf.org/css-masking/#propdef-clip
1543
1528
  "clip": {
1544
- "ref": "https://drafts.fxtf.org/css-masking/#propdef-clip",
1545
1529
  "type": "<'clip'>",
1546
1530
  "defaultValue": "auto",
1547
1531
  "animatable": true,
1548
1532
  "deprecated": true
1549
1533
  },
1534
+ // https://www.w3.org/TR/SVG11/color.html#ColorProfileProperty
1550
1535
  "color-profile": {
1551
- "ref": "https://www.w3.org/TR/SVG11/color.html#ColorProfileProperty",
1552
1536
  "type": "<'color-profile'>",
1553
1537
  "defaultValue": "auto",
1554
1538
  "animatable": true,
1555
1539
  "deprecated": true
1556
1540
  },
1541
+ // https://www.w3.org/TR/SVG11/painting.html#ColorRenderingProperty
1557
1542
  "color-rendering": {
1558
- "ref": "https://www.w3.org/TR/SVG11/painting.html#ColorRenderingProperty",
1559
1543
  "type": "<'color-rendering'>",
1560
1544
  "defaultValue": "auto",
1561
1545
  "animatable": true,
1562
1546
  "deprecated": true
1563
1547
  },
1548
+ // https://www.w3.org/TR/SVG11/filters.html#EnableBackgroundProperty
1564
1549
  "enable-background": {
1565
- "ref": "https://www.w3.org/TR/SVG11/filters.html#EnableBackgroundProperty",
1566
1550
  "type": "<'enable-background'>",
1567
1551
  "defaultValue": "accumulate",
1568
1552
  "deprecated": true
1569
1553
  },
1554
+ // https://www.w3.org/TR/SVG11/text.html#KerningProperty
1570
1555
  "kerning": {
1571
- "ref": "https://www.w3.org/TR/SVG11/text.html#KerningProperty",
1572
1556
  "type": "<'kerning'>",
1573
1557
  "defaultValue": "auto",
1574
1558
  "animatable": true,
@@ -1576,89 +1560,89 @@
1576
1560
  }
1577
1561
  },
1578
1562
  "#SVGTransferFunctionAttrs": {
1563
+ // https://drafts.fxtf.org/filter-effects/#element-attrdef-fecomponenttransfer-type
1579
1564
  "type": {
1580
- "ref": "https://drafts.fxtf.org/filter-effects/#element-attrdef-fecomponenttransfer-type",
1581
1565
  "type": {
1582
1566
  "enum": ["identity", "table", "discrete", "linear", "gamma"]
1583
1567
  },
1584
1568
  "defaultValue": "identity",
1585
1569
  "animatable": true
1586
1570
  },
1571
+ // https://drafts.fxtf.org/filter-effects/#element-attrdef-fecomponenttransfer-tablevalues
1587
1572
  "tableValues": {
1588
- "ref": "https://drafts.fxtf.org/filter-effects/#element-attrdef-fecomponenttransfer-tablevalues",
1589
1573
  "type": "<list-of-numbers>",
1590
1574
  "animatable": true
1591
1575
  },
1576
+ // https://drafts.fxtf.org/filter-effects/#element-attrdef-fecomponenttransfer-slope
1592
1577
  "slope": {
1593
- "ref": "https://drafts.fxtf.org/filter-effects/#element-attrdef-fecomponenttransfer-slope",
1594
1578
  "type": "<number>",
1595
1579
  "defaultValue": "1",
1596
1580
  "animatable": true
1597
1581
  },
1582
+ // https://drafts.fxtf.org/filter-effects/#element-attrdef-fecomponenttransfer-intercept
1598
1583
  "intercept": {
1599
- "ref": "https://drafts.fxtf.org/filter-effects/#element-attrdef-fecomponenttransfer-intercept",
1600
1584
  "type": "<number>",
1601
1585
  "defaultValue": "0",
1602
1586
  "animatable": true
1603
1587
  },
1588
+ // https://drafts.fxtf.org/filter-effects/#element-attrdef-fecomponenttransfer-amplitude
1604
1589
  "amplitude": {
1605
- "ref": "https://drafts.fxtf.org/filter-effects/#element-attrdef-fecomponenttransfer-amplitude",
1606
1590
  "type": "<number>",
1607
1591
  "defaultValue": "1",
1608
1592
  "animatable": true
1609
1593
  },
1594
+ // https://drafts.fxtf.org/filter-effects/#element-attrdef-fecomponenttransfer-exponent
1610
1595
  "exponent": {
1611
- "ref": "https://drafts.fxtf.org/filter-effects/#element-attrdef-fecomponenttransfer-exponent",
1612
1596
  "type": "<number>",
1613
1597
  "defaultValue": "1",
1614
1598
  "animatable": true
1615
1599
  },
1600
+ // https://drafts.fxtf.org/filter-effects/#element-attrdef-fecomponenttransfer-offset
1616
1601
  "offset": {
1617
- "ref": "https://drafts.fxtf.org/filter-effects/#element-attrdef-fecomponenttransfer-offset",
1618
1602
  "type": "<number>",
1619
1603
  "defaultValue": "0",
1620
1604
  "animatable": true
1621
1605
  }
1622
1606
  },
1623
1607
  "#XLinkAttrs": {
1608
+ // https://www.w3.org/TR/xlink11/#link-locators
1624
1609
  "xlink:href": {
1625
- "ref": "https://www.w3.org/TR/xlink11/#link-locators",
1626
1610
  "type": "URL",
1627
1611
  "deprecated": true
1628
1612
  },
1613
+ // https://www.w3.org/TR/xlink11/#link-semantics
1629
1614
  "xlink:title": {
1630
- "ref": "https://www.w3.org/TR/xlink11/#link-semantics",
1631
1615
  "type": "Any",
1632
1616
  "deprecated": true
1633
1617
  },
1618
+ // https://www.w3.org/TR/xlink11/#link-types
1634
1619
  "xlink:type": {
1635
- "ref": "https://www.w3.org/TR/xlink11/#link-types",
1636
1620
  "type": {
1637
1621
  "enum": ["simple"]
1638
1622
  },
1639
1623
  "defaultValue": "simple",
1640
1624
  "deprecated": true
1641
1625
  },
1626
+ // https://www.w3.org/TR/xlink11/#link-semantics
1642
1627
  "xlink:role": {
1643
- "ref": "https://www.w3.org/TR/xlink11/#link-semantics",
1644
1628
  "type": "Any",
1645
1629
  "deprecated": true
1646
1630
  },
1631
+ // https://www.w3.org/TR/xlink11/#link-semantics
1647
1632
  "xlink:arcrole": {
1648
- "ref": "https://www.w3.org/TR/xlink11/#link-semantics",
1649
1633
  "type": "URL",
1650
1634
  "deprecated": true
1651
1635
  },
1636
+ // https://www.w3.org/TR/xlink11/#link-behaviors
1652
1637
  "xlink:show": {
1653
- "ref": "https://www.w3.org/TR/xlink11/#link-behaviors",
1654
1638
  "type": {
1655
1639
  "enum": ["new", "replace", "embed", "other", "none"]
1656
1640
  },
1657
1641
  "defaultValue": "replace",
1658
1642
  "deprecated": true
1659
1643
  },
1644
+ // https://www.w3.org/TR/xlink11/#link-behaviors
1660
1645
  "xlink:actuate": {
1661
- "ref": "https://www.w3.org/TR/xlink11/#link-behaviors",
1662
1646
  "type": "Any",
1663
1647
  "deprecated": true
1664
1648
  }