@markuplint/html-spec 2.0.0-dev.20211115.1 → 2.0.0-dev.20211213.2

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 (187) hide show
  1. package/index.json +8548 -5690
  2. package/package.json +5 -3
  3. package/src/attributes/a.json +9 -40
  4. package/src/attributes/address.json +11 -0
  5. package/src/attributes/area.json +24 -44
  6. package/src/attributes/article.json +11 -0
  7. package/src/attributes/aside.json +11 -0
  8. package/src/attributes/audio.json +10 -32
  9. package/src/attributes/b.json +11 -0
  10. package/src/attributes/base.json +9 -13
  11. package/src/attributes/bdi.json +11 -0
  12. package/src/attributes/bdo.json +8 -8
  13. package/src/attributes/blockquote.json +11 -4
  14. package/src/attributes/body.json +57 -50
  15. package/src/attributes/br.json +11 -0
  16. package/src/attributes/button.json +27 -44
  17. package/src/attributes/canvas.json +16 -8
  18. package/src/attributes/caption.json +11 -0
  19. package/src/attributes/cite.json +11 -0
  20. package/src/attributes/code.json +11 -0
  21. package/src/attributes/col.json +18 -5
  22. package/src/attributes/colgroup.json +18 -5
  23. package/src/attributes/data.json +12 -5
  24. package/src/attributes/datalist.json +11 -0
  25. package/src/attributes/dd.json +11 -0
  26. package/src/attributes/del.json +14 -7
  27. package/src/attributes/details.json +11 -9
  28. package/src/attributes/dfn.json +11 -0
  29. package/src/attributes/dialog.json +15 -4
  30. package/src/attributes/div.json +11 -0
  31. package/src/attributes/dl.json +11 -0
  32. package/src/attributes/dt.json +11 -0
  33. package/src/attributes/em.json +11 -0
  34. package/src/attributes/embed.json +22 -16
  35. package/src/attributes/fieldset.json +9 -14
  36. package/src/attributes/figcaption.json +11 -0
  37. package/src/attributes/figure.json +11 -0
  38. package/src/attributes/footer.json +11 -0
  39. package/src/attributes/form.json +62 -29
  40. package/src/attributes/h1.json +11 -0
  41. package/src/attributes/h2.json +11 -0
  42. package/src/attributes/h3.json +11 -0
  43. package/src/attributes/h4.json +11 -0
  44. package/src/attributes/h5.json +11 -0
  45. package/src/attributes/h6.json +11 -0
  46. package/src/attributes/head.json +11 -0
  47. package/src/attributes/header.json +11 -0
  48. package/src/attributes/hr.json +11 -0
  49. package/src/attributes/html.json +11 -0
  50. package/src/attributes/i.json +11 -0
  51. package/src/attributes/iframe.json +51 -57
  52. package/src/attributes/img.json +31 -50
  53. package/src/attributes/input.json +138 -121
  54. package/src/attributes/ins.json +14 -7
  55. package/src/attributes/kbd.json +11 -0
  56. package/src/attributes/label.json +11 -8
  57. package/src/attributes/legend.json +11 -0
  58. package/src/attributes/li.json +12 -5
  59. package/src/attributes/link.json +110 -51
  60. package/src/attributes/main.json +11 -0
  61. package/src/attributes/map.json +13 -5
  62. package/src/attributes/mark.json +11 -0
  63. package/src/attributes/menu.json +11 -0
  64. package/src/attributes/meta.json +36 -21
  65. package/src/attributes/meter.json +27 -20
  66. package/src/attributes/nav.json +11 -0
  67. package/src/attributes/noscript.json +11 -0
  68. package/src/attributes/object.json +20 -27
  69. package/src/attributes/ol.json +19 -9
  70. package/src/attributes/optgroup.json +13 -9
  71. package/src/attributes/option.json +18 -14
  72. package/src/attributes/output.json +12 -12
  73. package/src/attributes/p.json +11 -0
  74. package/src/attributes/param.json +17 -8
  75. package/src/attributes/picture.json +11 -0
  76. package/src/attributes/portal.json +17 -8
  77. package/src/attributes/pre.json +11 -0
  78. package/src/attributes/progress.json +16 -8
  79. package/src/attributes/q.json +11 -4
  80. package/src/attributes/rp.json +11 -0
  81. package/src/attributes/rt.json +11 -0
  82. package/src/attributes/ruby.json +11 -0
  83. package/src/attributes/s.json +11 -0
  84. package/src/attributes/samp.json +11 -0
  85. package/src/attributes/script.json +48 -27
  86. package/src/attributes/section.json +11 -0
  87. package/src/attributes/select.json +17 -29
  88. package/src/attributes/slot.json +12 -5
  89. package/src/attributes/small.json +11 -0
  90. package/src/attributes/source.json +34 -16
  91. package/src/attributes/span.json +11 -0
  92. package/src/attributes/strong.json +11 -0
  93. package/src/attributes/style.json +12 -5
  94. package/src/attributes/sub.json +11 -0
  95. package/src/attributes/summary.json +11 -0
  96. package/src/attributes/sup.json +11 -0
  97. package/src/attributes/svg_a.json +81 -47
  98. package/src/attributes/svg_animate.json +93 -13
  99. package/src/attributes/svg_animateMotion.json +36 -32
  100. package/src/attributes/svg_animateTransform.json +27 -14
  101. package/src/attributes/svg_circle.json +87 -26
  102. package/src/attributes/svg_clipPath.json +79 -15
  103. package/src/attributes/svg_defs.json +76 -1
  104. package/src/attributes/svg_desc.json +7 -1
  105. package/src/attributes/svg_discard.json +13 -10
  106. package/src/attributes/svg_ellipse.json +88 -27
  107. package/src/attributes/svg_feBlend.json +88 -40
  108. package/src/attributes/svg_feColorMatrix.json +85 -38
  109. package/src/attributes/svg_feComponentTransfer.json +75 -31
  110. package/src/attributes/svg_feComposite.json +113 -56
  111. package/src/attributes/svg_feConvolveMatrix.json +118 -62
  112. package/src/attributes/svg_feDiffuseLighting.json +90 -42
  113. package/src/attributes/svg_feDisplacementMap.json +100 -47
  114. package/src/attributes/svg_feDistantLight.json +16 -11
  115. package/src/attributes/svg_feDropShadow.json +91 -43
  116. package/src/attributes/svg_feFlood.json +82 -37
  117. package/src/attributes/svg_feFuncA.json +6 -10
  118. package/src/attributes/svg_feFuncB.json +6 -10
  119. package/src/attributes/svg_feFuncG.json +6 -10
  120. package/src/attributes/svg_feFuncR.json +6 -10
  121. package/src/attributes/svg_feGaussianBlur.json +85 -38
  122. package/src/attributes/svg_feImage.json +97 -31
  123. package/src/attributes/svg_feMerge.json +75 -15
  124. package/src/attributes/svg_feMergeNode.json +6 -19
  125. package/src/attributes/svg_feMorphology.json +87 -39
  126. package/src/attributes/svg_feOffset.json +86 -39
  127. package/src/attributes/svg_fePointLight.json +21 -15
  128. package/src/attributes/svg_feSpecularLighting.json +95 -47
  129. package/src/attributes/svg_feSpotLight.json +52 -58
  130. package/src/attributes/svg_feTile.json +75 -31
  131. package/src/attributes/svg_feTurbulence.json +100 -33
  132. package/src/attributes/svg_filter.json +102 -27
  133. package/src/attributes/svg_foreignObject.json +83 -38
  134. package/src/attributes/svg_g.json +79 -8
  135. package/src/attributes/svg_hatch.json +103 -29
  136. package/src/attributes/svg_hatchpath.json +79 -11
  137. package/src/attributes/svg_image.json +97 -46
  138. package/src/attributes/svg_line.json +104 -27
  139. package/src/attributes/svg_linearGradient.json +118 -37
  140. package/src/attributes/svg_marker.json +124 -44
  141. package/src/attributes/svg_mask.json +89 -22
  142. package/src/attributes/svg_mesh.json +82 -10
  143. package/src/attributes/svg_meshgradient.json +22 -29
  144. package/src/attributes/svg_meshpatch.json +75 -1
  145. package/src/attributes/svg_meshrow.json +75 -1
  146. package/src/attributes/svg_metadata.json +7 -1
  147. package/src/attributes/svg_mpath.json +11 -8
  148. package/src/attributes/svg_path.json +86 -15
  149. package/src/attributes/svg_pattern.json +110 -46
  150. package/src/attributes/svg_polygon.json +88 -14
  151. package/src/attributes/svg_polyline.json +88 -14
  152. package/src/attributes/svg_radialGradient.json +132 -49
  153. package/src/attributes/svg_rect.json +90 -51
  154. package/src/attributes/svg_script.json +20 -17
  155. package/src/attributes/svg_set.json +27 -13
  156. package/src/attributes/svg_stop.json +92 -18
  157. package/src/attributes/svg_style.json +16 -13
  158. package/src/attributes/svg_svg.json +114 -62
  159. package/src/attributes/svg_switch.json +79 -8
  160. package/src/attributes/svg_symbol.json +27 -44
  161. package/src/attributes/svg_text.json +114 -32
  162. package/src/attributes/svg_textPath.json +123 -37
  163. package/src/attributes/svg_title.json +7 -1
  164. package/src/attributes/svg_tspan.json +110 -32
  165. package/src/attributes/svg_use.json +87 -46
  166. package/src/attributes/svg_view.json +21 -17
  167. package/src/attributes/table.json +11 -0
  168. package/src/attributes/tbody.json +11 -0
  169. package/src/attributes/td.json +9 -14
  170. package/src/attributes/template.json +11 -0
  171. package/src/attributes/textarea.json +42 -50
  172. package/src/attributes/tfoot.json +11 -0
  173. package/src/attributes/th.json +18 -20
  174. package/src/attributes/thead.json +11 -0
  175. package/src/attributes/time.json +12 -23
  176. package/src/attributes/title.json +11 -0
  177. package/src/attributes/tr.json +11 -0
  178. package/src/attributes/track.json +38 -0
  179. package/src/attributes/u.json +11 -0
  180. package/src/attributes/ul.json +11 -0
  181. package/src/attributes/var.json +11 -0
  182. package/src/attributes/video.json +34 -48
  183. package/src/attributes/wbr.json +11 -0
  184. package/src/global-attributes/_global.json +1334 -1161
  185. package/src/permitted-structures/svg_a.json +1 -1
  186. package/src/structure.test.ts +64 -0
  187. package/src/attributes/_custom.json +0 -10
@@ -1,9 +1,22 @@
1
1
  {
2
2
  "tag": "colgroup",
3
- "attributes": [
4
- {
5
- "name": "span",
6
- "type": "NonZeroUint"
3
+ "ref": "https://html.spec.whatwg.org/multipage/tables.html#the-colgroup-element",
4
+ "global": {
5
+ "#HTMLGlobalAttrs": true,
6
+ "#GlobalEventAttrs": true,
7
+ "#DocumentElementEventAttrs": true,
8
+ "#ARIAAttrs": true
9
+ },
10
+ "attributes": {
11
+ "span": {
12
+ "ref": "https://html.spec.whatwg.org/multipage/tables.html#attr-colgroup-span",
13
+ "type": {
14
+ "type": "integer",
15
+ "gt": 0,
16
+ "lte": 1000,
17
+ "clampable": true
18
+ },
19
+ "defaultValue": "1"
7
20
  }
8
- ]
21
+ }
9
22
  }
@@ -1,9 +1,16 @@
1
1
  {
2
2
  "tag": "data",
3
- "attributes": [
4
- {
5
- "name": "value",
6
- "type": "String"
3
+ "ref": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-data-element",
4
+ "global": {
5
+ "#HTMLGlobalAttrs": true,
6
+ "#GlobalEventAttrs": true,
7
+ "#DocumentElementEventAttrs": true,
8
+ "#ARIAAttrs": true
9
+ },
10
+ "attributes": {
11
+ "value": {
12
+ "ref": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#attr-data-value",
13
+ "type": "Any"
7
14
  }
8
- ]
15
+ }
9
16
  }
@@ -0,0 +1,11 @@
1
+ {
2
+ "tag": "datalist",
3
+ "ref": "https://html.spec.whatwg.org/multipage/form-elements.html#the-datalist-element",
4
+ "global": {
5
+ "#HTMLGlobalAttrs": true,
6
+ "#GlobalEventAttrs": true,
7
+ "#DocumentElementEventAttrs": true,
8
+ "#ARIAAttrs": true
9
+ },
10
+ "attributes": {}
11
+ }
@@ -0,0 +1,11 @@
1
+ {
2
+ "tag": "dd",
3
+ "ref": "https://html.spec.whatwg.org/multipage/grouping-content.html#the-dd-element",
4
+ "global": {
5
+ "#HTMLGlobalAttrs": true,
6
+ "#GlobalEventAttrs": true,
7
+ "#DocumentElementEventAttrs": true,
8
+ "#ARIAAttrs": true
9
+ },
10
+ "attributes": {}
11
+ }
@@ -1,13 +1,20 @@
1
1
  {
2
2
  "tag": "del",
3
- "attributes": [
4
- {
5
- "name": "cite",
3
+ "ref": "https://html.spec.whatwg.org/multipage/edits.html#the-del-element",
4
+ "global": {
5
+ "#HTMLGlobalAttrs": true,
6
+ "#GlobalEventAttrs": true,
7
+ "#DocumentElementEventAttrs": true,
8
+ "#ARIAAttrs": true
9
+ },
10
+ "attributes": {
11
+ "cite": {
12
+ "ref": "https://html.spec.whatwg.org/multipage/edits.html#attr-mod-cite",
6
13
  "type": "URL"
7
14
  },
8
- {
9
- "name": "datetime",
10
- "type": "Date"
15
+ "datetime": {
16
+ "ref": "https://html.spec.whatwg.org/multipage/edits.html#attr-mod-datetime",
17
+ "type": "DateTime"
11
18
  }
12
- ]
19
+ }
13
20
  }
@@ -1,14 +1,16 @@
1
1
  {
2
2
  "tag": "details",
3
- "attributes": [
4
- {
5
- "name": "tabindex",
6
- "type": "Int",
7
- "noUse": true
8
- },
9
- {
10
- "name": "open",
3
+ "ref": "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-details-element",
4
+ "global": {
5
+ "#HTMLGlobalAttrs": true,
6
+ "#GlobalEventAttrs": true,
7
+ "#DocumentElementEventAttrs": true,
8
+ "#ARIAAttrs": true
9
+ },
10
+ "attributes": {
11
+ "open": {
12
+ "ref": "https://html.spec.whatwg.org/multipage/interactive-elements.html#attr-details-open",
11
13
  "type": "Boolean"
12
14
  }
13
- ]
15
+ }
14
16
  }
@@ -0,0 +1,11 @@
1
+ {
2
+ "tag": "dfn",
3
+ "ref": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-dfn-element",
4
+ "global": {
5
+ "#HTMLGlobalAttrs": true,
6
+ "#GlobalEventAttrs": true,
7
+ "#DocumentElementEventAttrs": true,
8
+ "#ARIAAttrs": true
9
+ },
10
+ "attributes": {}
11
+ }
@@ -1,9 +1,20 @@
1
1
  {
2
2
  "tag": "dialog",
3
- "attributes": [
4
- {
5
- "name": "open",
3
+ "ref": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog",
4
+ "global": {
5
+ "#HTMLGlobalAttrs": true,
6
+ "#GlobalEventAttrs": true,
7
+ "#DocumentElementEventAttrs": true,
8
+ "#ARIAAttrs": true
9
+ },
10
+ "attributes": {
11
+ "tabindex": {
12
+ "ref": "https://html.spec.whatwg.org/multipage/interactive-elements.html#the-dialog-element:attr-tabindex",
13
+ "noUse": true
14
+ },
15
+ "open": {
16
+ "ref": "https://html.spec.whatwg.org/multipage/interactive-elements.html#attr-dialog-open",
6
17
  "type": "Boolean"
7
18
  }
8
- ]
19
+ }
9
20
  }
@@ -0,0 +1,11 @@
1
+ {
2
+ "tag": "div",
3
+ "ref": "https://html.spec.whatwg.org/multipage/grouping-content.html#the-div-element",
4
+ "global": {
5
+ "#HTMLGlobalAttrs": true,
6
+ "#GlobalEventAttrs": true,
7
+ "#DocumentElementEventAttrs": true,
8
+ "#ARIAAttrs": true
9
+ },
10
+ "attributes": {}
11
+ }
@@ -0,0 +1,11 @@
1
+ {
2
+ "tag": "dl",
3
+ "ref": "https://html.spec.whatwg.org/multipage/grouping-content.html#the-dl-element",
4
+ "global": {
5
+ "#HTMLGlobalAttrs": true,
6
+ "#GlobalEventAttrs": true,
7
+ "#DocumentElementEventAttrs": true,
8
+ "#ARIAAttrs": true
9
+ },
10
+ "attributes": {}
11
+ }
@@ -0,0 +1,11 @@
1
+ {
2
+ "tag": "dt",
3
+ "ref": "https://html.spec.whatwg.org/multipage/grouping-content.html#the-dt-element",
4
+ "global": {
5
+ "#HTMLGlobalAttrs": true,
6
+ "#GlobalEventAttrs": true,
7
+ "#DocumentElementEventAttrs": true,
8
+ "#ARIAAttrs": true
9
+ },
10
+ "attributes": {}
11
+ }
@@ -0,0 +1,11 @@
1
+ {
2
+ "tag": "em",
3
+ "ref": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-em-element",
4
+ "global": {
5
+ "#HTMLGlobalAttrs": true,
6
+ "#GlobalEventAttrs": true,
7
+ "#DocumentElementEventAttrs": true,
8
+ "#ARIAAttrs": true
9
+ },
10
+ "attributes": {}
11
+ }
@@ -1,21 +1,27 @@
1
1
  {
2
2
  "tag": "embed",
3
- "attributes": [
4
- {
5
- "name": "height",
6
- "type": "Uint"
3
+ "ref": "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element",
4
+ "global": {
5
+ "#HTMLGlobalAttrs": true,
6
+ "#GlobalEventAttrs": true,
7
+ "#DocumentElementEventAttrs": true,
8
+ "#ARIAAttrs": true,
9
+ "#HTMLEmbededAndMediaContentAttrs": ["height", "width"]
10
+ },
11
+ "attributes": {
12
+ "src": {
13
+ "ref": "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#attr-embed-src",
14
+ "type": "URL",
15
+ "required": {
16
+ "self": "[itemprop]"
17
+ }
7
18
  },
8
- {
9
- "name": "src",
10
- "type": "URL"
11
- },
12
- {
13
- "name": "type",
14
- "type": "String"
15
- },
16
- {
17
- "name": "width",
18
- "type": "Uint"
19
+ "type": {
20
+ "ref": "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#attr-embed-type",
21
+ "type": "MIMEType"
19
22
  }
20
- ]
23
+ },
24
+ "additionalAttributes": {
25
+ "namespace": false
26
+ }
21
27
  }
@@ -1,17 +1,12 @@
1
1
  {
2
2
  "tag": "fieldset",
3
- "attributes": [
4
- {
5
- "name": "disabled",
6
- "type": "Boolean"
7
- },
8
- {
9
- "name": "form",
10
- "type": "DOMID"
11
- },
12
- {
13
- "name": "name",
14
- "type": "String"
15
- }
16
- ]
3
+ "ref": "https://html.spec.whatwg.org/multipage/form-elements.html#the-fieldset-element",
4
+ "global": {
5
+ "#HTMLGlobalAttrs": true,
6
+ "#GlobalEventAttrs": true,
7
+ "#DocumentElementEventAttrs": true,
8
+ "#ARIAAttrs": true,
9
+ "#HTMLFormControlElementAttrs": ["disabled", "form", "name"]
10
+ },
11
+ "attributes": {}
17
12
  }
@@ -0,0 +1,11 @@
1
+ {
2
+ "tag": "figcaption",
3
+ "ref": "https://html.spec.whatwg.org/multipage/grouping-content.html#the-figcaption-element",
4
+ "global": {
5
+ "#HTMLGlobalAttrs": true,
6
+ "#GlobalEventAttrs": true,
7
+ "#DocumentElementEventAttrs": true,
8
+ "#ARIAAttrs": true
9
+ },
10
+ "attributes": {}
11
+ }
@@ -0,0 +1,11 @@
1
+ {
2
+ "tag": "figure",
3
+ "ref": "https://html.spec.whatwg.org/multipage/grouping-content.html#the-figure-element",
4
+ "global": {
5
+ "#HTMLGlobalAttrs": true,
6
+ "#GlobalEventAttrs": true,
7
+ "#DocumentElementEventAttrs": true,
8
+ "#ARIAAttrs": true
9
+ },
10
+ "attributes": {}
11
+ }
@@ -0,0 +1,11 @@
1
+ {
2
+ "tag": "footer",
3
+ "ref": "https://html.spec.whatwg.org/multipage/sections.html#the-footer-element",
4
+ "global": {
5
+ "#HTMLGlobalAttrs": true,
6
+ "#GlobalEventAttrs": true,
7
+ "#DocumentElementEventAttrs": true,
8
+ "#ARIAAttrs": true
9
+ },
10
+ "attributes": {}
11
+ }
@@ -1,47 +1,80 @@
1
1
  {
2
2
  "tag": "form",
3
- "attributes": [
4
- {
5
- "name": "accept-charset",
6
- "type": "String"
7
- },
8
-
9
- {
10
- "name": "action",
3
+ "ref": "https://html.spec.whatwg.org/multipage/forms.html#the-form-element",
4
+ "global": {
5
+ "#HTMLGlobalAttrs": true,
6
+ "#GlobalEventAttrs": true,
7
+ "#DocumentElementEventAttrs": true,
8
+ "#ARIAAttrs": true
9
+ },
10
+ "attributes": {
11
+ "accept-charset": {
12
+ "ref": "https://html.spec.whatwg.org/multipage/forms.html#attr-form-accept-charset",
13
+ "type": {
14
+ "enum": ["utf-8"],
15
+ "caseInsensitive": true
16
+ }
17
+ },
18
+ "action": {
19
+ "ref": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fs-action",
11
20
  "type": "URL"
12
21
  },
13
-
14
- {
15
- "name": "autocomplete",
16
- "type": "Boolean"
22
+ "autocomplete": {
23
+ "ref": "https://html.spec.whatwg.org/multipage/forms.html#attr-form-autocomplete",
24
+ "type": {
25
+ "enum": ["on", "off"],
26
+ "invalidValueDefault": "on",
27
+ "missingValueDefault": "on"
28
+ }
17
29
  },
18
- {
19
- "name": "enctype",
30
+ "enctype": {
31
+ "ref": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fs-formenctype",
20
32
  "type": {
21
- "enum": ["application/x-www-form-urlencoded", "multipart/form-data", "text/plain"]
33
+ "enum": ["application/x-www-form-urlencoded", "multipart/form-data", "text/plain"],
34
+ "invalidValueDefault": "application/x-www-form-urlencoded",
35
+ "missingValueDefault": "application/x-www-form-urlencoded"
22
36
  }
23
37
  },
24
- {
25
- "name": "method",
38
+ "method": {
39
+ "ref": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fs-formmethod",
26
40
  "type": {
27
- "enum": ["post", "get", "dialog"]
41
+ "enum": ["post", "get", "dialog"],
42
+ "invalidValueDefault": "get",
43
+ "missingValueDefault": "get"
28
44
  }
29
45
  },
30
- {
31
- "name": "name",
32
- "type": "NonEmptyString"
46
+ "name": {
47
+ "ref": "https://html.spec.whatwg.org/multipage/forms.html#attr-form-name",
48
+ "type": "NoEmptyAny"
33
49
  },
34
- {
35
- "name": "novalidate",
50
+ "novalidate": {
51
+ "ref": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fs-novalidate",
36
52
  "type": "Boolean"
37
53
  },
38
- {
39
- "name": "target",
54
+ "target": {
55
+ "ref": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fs-target",
40
56
  "type": "Target"
41
57
  },
42
- {
43
- "name": "rel",
44
- "type": "LinkTypeList"
58
+ "rel": {
59
+ "ref": "https://html.spec.whatwg.org/multipage/forms.html#attr-form-rel",
60
+ "type": {
61
+ "token": {
62
+ "enum": [
63
+ "external",
64
+ "help",
65
+ "license",
66
+ "next",
67
+ "nofollow",
68
+ "noopener",
69
+ "noreferrer",
70
+ "opener",
71
+ "prev",
72
+ "search"
73
+ ]
74
+ },
75
+ "unique": true,
76
+ "separator": "space"
77
+ }
45
78
  }
46
- ]
79
+ }
47
80
  }
@@ -0,0 +1,11 @@
1
+ {
2
+ "tag": "h1",
3
+ "ref": "https://html.spec.whatwg.org/multipage/sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements",
4
+ "global": {
5
+ "#HTMLGlobalAttrs": true,
6
+ "#GlobalEventAttrs": true,
7
+ "#DocumentElementEventAttrs": true,
8
+ "#ARIAAttrs": true
9
+ },
10
+ "attributes": {}
11
+ }
@@ -0,0 +1,11 @@
1
+ {
2
+ "tag": "h2",
3
+ "ref": "https://html.spec.whatwg.org/multipage/sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements",
4
+ "global": {
5
+ "#HTMLGlobalAttrs": true,
6
+ "#GlobalEventAttrs": true,
7
+ "#DocumentElementEventAttrs": true,
8
+ "#ARIAAttrs": true
9
+ },
10
+ "attributes": {}
11
+ }
@@ -0,0 +1,11 @@
1
+ {
2
+ "tag": "h3",
3
+ "ref": "https://html.spec.whatwg.org/multipage/sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements",
4
+ "global": {
5
+ "#HTMLGlobalAttrs": true,
6
+ "#GlobalEventAttrs": true,
7
+ "#DocumentElementEventAttrs": true,
8
+ "#ARIAAttrs": true
9
+ },
10
+ "attributes": {}
11
+ }
@@ -0,0 +1,11 @@
1
+ {
2
+ "tag": "h4",
3
+ "ref": "https://html.spec.whatwg.org/multipage/sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements",
4
+ "global": {
5
+ "#HTMLGlobalAttrs": true,
6
+ "#GlobalEventAttrs": true,
7
+ "#DocumentElementEventAttrs": true,
8
+ "#ARIAAttrs": true
9
+ },
10
+ "attributes": {}
11
+ }
@@ -0,0 +1,11 @@
1
+ {
2
+ "tag": "h5",
3
+ "ref": "https://html.spec.whatwg.org/multipage/sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements",
4
+ "global": {
5
+ "#HTMLGlobalAttrs": true,
6
+ "#GlobalEventAttrs": true,
7
+ "#DocumentElementEventAttrs": true,
8
+ "#ARIAAttrs": true
9
+ },
10
+ "attributes": {}
11
+ }
@@ -0,0 +1,11 @@
1
+ {
2
+ "tag": "h6",
3
+ "ref": "https://html.spec.whatwg.org/multipage/sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements",
4
+ "global": {
5
+ "#HTMLGlobalAttrs": true,
6
+ "#GlobalEventAttrs": true,
7
+ "#DocumentElementEventAttrs": true,
8
+ "#ARIAAttrs": true
9
+ },
10
+ "attributes": {}
11
+ }
@@ -0,0 +1,11 @@
1
+ {
2
+ "tag": "head",
3
+ "ref": "https://html.spec.whatwg.org/multipage/semantics.html#the-head-element",
4
+ "global": {
5
+ "#HTMLGlobalAttrs": true,
6
+ "#GlobalEventAttrs": true,
7
+ "#DocumentElementEventAttrs": true,
8
+ "#ARIAAttrs": true
9
+ },
10
+ "attributes": {}
11
+ }
@@ -0,0 +1,11 @@
1
+ {
2
+ "tag": "header",
3
+ "ref": "https://html.spec.whatwg.org/multipage/sections.html#the-header-element",
4
+ "global": {
5
+ "#HTMLGlobalAttrs": true,
6
+ "#GlobalEventAttrs": true,
7
+ "#DocumentElementEventAttrs": true,
8
+ "#ARIAAttrs": true
9
+ },
10
+ "attributes": {}
11
+ }
@@ -0,0 +1,11 @@
1
+ {
2
+ "tag": "hr",
3
+ "ref": "https://html.spec.whatwg.org/multipage/grouping-content.html#the-hr-element",
4
+ "global": {
5
+ "#HTMLGlobalAttrs": true,
6
+ "#GlobalEventAttrs": true,
7
+ "#DocumentElementEventAttrs": true,
8
+ "#ARIAAttrs": true
9
+ },
10
+ "attributes": {}
11
+ }
@@ -0,0 +1,11 @@
1
+ {
2
+ "tag": "html",
3
+ "ref": "https://html.spec.whatwg.org/multipage/semantics.html#the-html-element",
4
+ "global": {
5
+ "#HTMLGlobalAttrs": true,
6
+ "#GlobalEventAttrs": true,
7
+ "#DocumentElementEventAttrs": true,
8
+ "#ARIAAttrs": true
9
+ },
10
+ "attributes": {}
11
+ }
@@ -0,0 +1,11 @@
1
+ {
2
+ "tag": "i",
3
+ "ref": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-i-element",
4
+ "global": {
5
+ "#HTMLGlobalAttrs": true,
6
+ "#GlobalEventAttrs": true,
7
+ "#DocumentElementEventAttrs": true,
8
+ "#ARIAAttrs": true
9
+ },
10
+ "attributes": {}
11
+ }