@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.
- package/index.json +23716 -12904
- package/package.json +6 -6
- package/src/{global-attributes/_global.json → spec-common.attributes.json} +302 -318
- package/src/spec-common.contents.json +313 -0
- package/src/spec.a.json +59 -0
- package/src/spec.abbr.json +25 -0
- package/src/spec.address.json +26 -0
- package/src/spec.area.json +64 -0
- package/src/spec.article.json +24 -0
- package/src/spec.aside.json +38 -0
- package/src/spec.audio.json +50 -0
- package/src/spec.b.json +24 -0
- package/src/spec.base.json +21 -0
- package/src/spec.bdi.json +24 -0
- package/src/spec.bdo.json +24 -0
- package/src/spec.blockquote.json +31 -0
- package/src/spec.body.json +100 -0
- package/src/spec.br.json +32 -0
- package/src/spec.button.json +71 -0
- package/src/spec.canvas.json +34 -0
- package/src/spec.caption.json +30 -0
- package/src/spec.cite.json +24 -0
- package/src/spec.code.json +27 -0
- package/src/spec.col.json +31 -0
- package/src/spec.colgroup.json +41 -0
- package/src/spec.data.json +29 -0
- package/src/spec.datalist.json +38 -0
- package/src/spec.dd.json +30 -0
- package/src/spec.del.json +36 -0
- package/src/spec.details.json +35 -0
- package/src/spec.dfn.json +24 -0
- package/src/spec.dialog.json +36 -0
- package/src/spec.div.json +55 -0
- package/src/spec.dl.json +50 -0
- package/src/spec.dt.json +27 -0
- package/src/spec.em.json +27 -0
- package/src/spec.embed.json +30 -0
- package/src/spec.fieldset.json +27 -0
- package/src/spec.figcaption.json +24 -0
- package/src/spec.figure.json +41 -0
- package/src/spec.footer.json +38 -0
- package/src/spec.form.json +101 -0
- package/src/spec.h1.json +26 -0
- package/src/spec.h2.json +26 -0
- package/src/spec.h3.json +26 -0
- package/src/spec.h4.json +26 -0
- package/src/spec.h5.json +26 -0
- package/src/spec.h6.json +26 -0
- package/src/spec.head.json +32 -0
- package/src/spec.header.json +38 -0
- package/src/spec.hgroup.json +37 -0
- package/src/spec.hr.json +23 -0
- package/src/spec.html.json +27 -0
- package/src/spec.i.json +24 -0
- package/src/spec.iframe.json +74 -0
- package/src/spec.img.json +109 -0
- package/src/spec.input.json +792 -0
- package/src/spec.ins.json +36 -0
- package/src/spec.kbd.json +24 -0
- package/src/spec.label.json +30 -0
- package/src/spec.legend.json +24 -0
- package/src/spec.li.json +40 -0
- package/src/spec.link.json +140 -0
- package/src/spec.main.json +27 -0
- package/src/spec.map.json +30 -0
- package/src/spec.mark.json +24 -0
- package/src/spec.math.json +20 -0
- package/src/spec.menu.json +53 -0
- package/src/spec.meta.json +59 -0
- package/src/spec.meter.json +63 -0
- package/src/spec.nav.json +26 -0
- package/src/spec.noscript.json +24 -0
- package/src/spec.object.json +40 -0
- package/src/spec.ol.json +71 -0
- package/src/spec.optgroup.json +34 -0
- package/src/spec.option.json +70 -0
- package/src/spec.output.json +29 -0
- package/src/spec.p.json +27 -0
- package/src/spec.picture.json +46 -0
- package/src/spec.portal.json +25 -0
- package/src/spec.pre.json +24 -0
- package/src/spec.progress.json +45 -0
- package/src/spec.q.json +30 -0
- package/src/spec.rp.json +24 -0
- package/src/spec.rt.json +24 -0
- package/src/spec.ruby.json +56 -0
- package/src/spec.s.json +24 -0
- package/src/spec.samp.json +24 -0
- package/src/spec.script.json +73 -0
- package/src/spec.section.json +73 -0
- package/src/spec.select.json +66 -0
- package/src/spec.slot.json +29 -0
- package/src/spec.small.json +24 -0
- package/src/spec.source.json +52 -0
- package/src/spec.span.json +24 -0
- package/src/spec.strong.json +27 -0
- package/src/spec.style.json +35 -0
- package/src/spec.sub.json +27 -0
- package/src/spec.summary.json +38 -0
- package/src/spec.sup.json +27 -0
- package/src/{attributes/svg_a.json → spec.svg_a.json} +38 -4
- package/src/{attributes/svg_animate.json → spec.svg_animate.json} +16 -4
- package/src/{attributes/svg_animateMotion.json → spec.svg_animateMotion.json} +36 -7
- package/src/{attributes/svg_animateTransform.json → spec.svg_animateTransform.json} +16 -4
- package/src/{attributes/svg_circle.json → spec.svg_circle.json} +25 -4
- package/src/{attributes/svg_clipPath.json → spec.svg_clipPath.json} +16 -5
- package/src/spec.svg_defs.json +109 -0
- package/src/spec.svg_desc.json +21 -0
- package/src/spec.svg_discard.json +31 -0
- package/src/{attributes/svg_ellipse.json → spec.svg_ellipse.json} +27 -4
- package/src/{attributes/svg_feBlend.json → spec.svg_feBlend.json} +16 -5
- package/src/{attributes/svg_feColorMatrix.json → spec.svg_feColorMatrix.json} +16 -5
- package/src/{attributes/svg_feComponentTransfer.json → spec.svg_feComponentTransfer.json} +22 -4
- package/src/{attributes/svg_feComposite.json → spec.svg_feComposite.json} +20 -9
- package/src/{attributes/svg_feConvolveMatrix.json → spec.svg_feConvolveMatrix.json} +23 -12
- package/src/{attributes/svg_feDiffuseLighting.json → spec.svg_feDiffuseLighting.json} +34 -6
- package/src/{attributes/svg_feDisplacementMap.json → spec.svg_feDisplacementMap.json} +18 -7
- package/src/spec.svg_feDistantLight.json +32 -0
- package/src/{attributes/svg_feDropShadow.json → spec.svg_feDropShadow.json} +17 -6
- package/src/{attributes/svg_feFlood.json → spec.svg_feFlood.json} +16 -5
- package/src/spec.svg_feFuncA.json +20 -0
- package/src/spec.svg_feFuncB.json +20 -0
- package/src/spec.svg_feFuncG.json +20 -0
- package/src/spec.svg_feFuncR.json +20 -0
- package/src/{attributes/svg_feGaussianBlur.json → spec.svg_feGaussianBlur.json} +16 -5
- package/src/{attributes/svg_feImage.json → spec.svg_feImage.json} +19 -8
- package/src/{attributes/svg_feMerge.json → spec.svg_feMerge.json} +15 -4
- package/src/spec.svg_feMergeNode.json +20 -0
- package/src/{attributes/svg_feMorphology.json → spec.svg_feMorphology.json} +16 -5
- package/src/{attributes/svg_feOffset.json → spec.svg_feOffset.json} +16 -5
- package/src/spec.svg_fePointLight.json +38 -0
- package/src/{attributes/svg_feSpecularLighting.json → spec.svg_feSpecularLighting.json} +35 -7
- package/src/spec.svg_feSpotLight.json +67 -0
- package/src/{attributes/svg_feTile.json → spec.svg_feTile.json} +15 -4
- package/src/{attributes/svg_feTurbulence.json → spec.svg_feTurbulence.json} +20 -9
- package/src/{attributes/svg_filter.json → spec.svg_filter.json} +22 -11
- package/src/{attributes/svg_rect.json → spec.svg_foreignObject.json} +13 -11
- package/src/spec.svg_g.json +115 -0
- package/src/{attributes/svg_image.json → spec.svg_image.json} +27 -6
- package/src/{attributes/svg_line.json → spec.svg_line.json} +31 -8
- package/src/{attributes/svg_linearGradient.json → spec.svg_linearGradient.json} +30 -11
- package/src/{attributes/svg_marker.json → spec.svg_marker.json} +40 -11
- package/src/{attributes/svg_mask.json → spec.svg_mask.json} +44 -9
- package/src/spec.svg_metadata.json +21 -0
- package/src/spec.svg_mpath.json +26 -0
- package/src/{attributes/svg_path.json → spec.svg_path.json} +27 -4
- package/src/{attributes/svg_pattern.json → spec.svg_pattern.json} +40 -11
- package/src/{attributes/svg_polyline.json → spec.svg_polygon.json} +28 -5
- package/src/spec.svg_polyline.json +117 -0
- package/src/{attributes/svg_radialGradient.json → spec.svg_radialGradient.json} +32 -13
- package/src/spec.svg_rect.json +118 -0
- package/src/spec.svg_script.json +40 -0
- package/src/spec.svg_set.json +42 -0
- package/src/{attributes/svg_stop.json → spec.svg_stop.json} +17 -6
- package/src/spec.svg_style.json +36 -0
- package/src/{attributes/svg_svg.json → spec.svg_svg.json} +49 -13
- package/src/{attributes/svg_polygon.json → spec.svg_switch.json} +25 -14
- package/src/spec.svg_symbol.json +77 -0
- package/src/{attributes/svg_text.json → spec.svg_text.json} +38 -10
- package/src/{attributes/svg_textPath.json → spec.svg_textPath.json} +39 -11
- package/src/spec.svg_title.json +21 -0
- package/src/{attributes/svg_tspan.json → spec.svg_tspan.json} +34 -10
- package/src/{attributes/svg_use.json → spec.svg_use.json} +26 -4
- package/src/spec.svg_view.json +45 -0
- package/src/spec.table.json +64 -0
- package/src/spec.tbody.json +23 -0
- package/src/spec.td.json +37 -0
- package/src/spec.template.json +24 -0
- package/src/spec.textarea.json +67 -0
- package/src/spec.tfoot.json +23 -0
- package/src/spec.th.json +67 -0
- package/src/spec.thead.json +23 -0
- package/src/spec.time.json +32 -0
- package/src/spec.title.json +24 -0
- package/src/spec.tr.json +29 -0
- package/src/spec.track.json +54 -0
- package/src/spec.u.json +24 -0
- package/src/spec.ul.json +53 -0
- package/src/spec.var.json +24 -0
- package/src/spec.video.json +80 -0
- package/src/spec.wbr.json +25 -0
- package/src/structure.test.ts +60 -40
- package/src/aria-in-html/a.json +0 -31
- package/src/aria-in-html/abbr.json +0 -8
- package/src/aria-in-html/address.json +0 -8
- package/src/aria-in-html/area.json +0 -14
- package/src/aria-in-html/article.json +0 -8
- package/src/aria-in-html/aside.json +0 -8
- package/src/aria-in-html/audio.json +0 -8
- package/src/aria-in-html/b.json +0 -8
- package/src/aria-in-html/base.json +0 -8
- package/src/aria-in-html/bdi.json +0 -8
- package/src/aria-in-html/bdo.json +0 -8
- package/src/aria-in-html/blockquote.json +0 -8
- package/src/aria-in-html/body.json +0 -8
- package/src/aria-in-html/br.json +0 -8
- package/src/aria-in-html/button.json +0 -18
- package/src/aria-in-html/canvas.json +0 -8
- package/src/aria-in-html/caption.json +0 -8
- package/src/aria-in-html/cite.json +0 -8
- package/src/aria-in-html/code.json +0 -8
- package/src/aria-in-html/col.json +0 -8
- package/src/aria-in-html/colgroup.json +0 -8
- package/src/aria-in-html/data.json +0 -8
- package/src/aria-in-html/datalist.json +0 -8
- package/src/aria-in-html/dd.json +0 -8
- package/src/aria-in-html/del.json +0 -8
- package/src/aria-in-html/details.json +0 -8
- package/src/aria-in-html/dfn.json +0 -8
- package/src/aria-in-html/dialog.json +0 -8
- package/src/aria-in-html/div.json +0 -8
- package/src/aria-in-html/dl.json +0 -8
- package/src/aria-in-html/dt.json +0 -8
- package/src/aria-in-html/em.json +0 -8
- package/src/aria-in-html/embed.json +0 -8
- package/src/aria-in-html/fieldset.json +0 -8
- package/src/aria-in-html/figcaption.json +0 -8
- package/src/aria-in-html/figure.json +0 -14
- package/src/aria-in-html/footer.json +0 -14
- package/src/aria-in-html/form.json +0 -14
- package/src/aria-in-html/h1.json +0 -8
- package/src/aria-in-html/h2.json +0 -8
- package/src/aria-in-html/h3.json +0 -8
- package/src/aria-in-html/h4.json +0 -8
- package/src/aria-in-html/h5.json +0 -8
- package/src/aria-in-html/h6.json +0 -8
- package/src/aria-in-html/head.json +0 -8
- package/src/aria-in-html/header.json +0 -14
- package/src/aria-in-html/hgroup.json +0 -8
- package/src/aria-in-html/hr.json +0 -8
- package/src/aria-in-html/html.json +0 -8
- package/src/aria-in-html/i.json +0 -8
- package/src/aria-in-html/iframe.json +0 -8
- package/src/aria-in-html/img.json +0 -39
- package/src/aria-in-html/input.json +0 -192
- package/src/aria-in-html/ins.json +0 -8
- package/src/aria-in-html/kbd.json +0 -8
- package/src/aria-in-html/label.json +0 -8
- package/src/aria-in-html/legend.json +0 -8
- package/src/aria-in-html/li.json +0 -19
- package/src/aria-in-html/link.json +0 -8
- package/src/aria-in-html/main.json +0 -8
- package/src/aria-in-html/map.json +0 -8
- package/src/aria-in-html/mark.json +0 -8
- package/src/aria-in-html/math.json +0 -8
- package/src/aria-in-html/menu.json +0 -20
- package/src/aria-in-html/meta.json +0 -8
- package/src/aria-in-html/meter.json +0 -8
- package/src/aria-in-html/nav.json +0 -8
- package/src/aria-in-html/noscript.json +0 -8
- package/src/aria-in-html/object.json +0 -8
- package/src/aria-in-html/ol.json +0 -20
- package/src/aria-in-html/optgroup.json +0 -8
- package/src/aria-in-html/option.json +0 -8
- package/src/aria-in-html/output.json +0 -8
- package/src/aria-in-html/p.json +0 -8
- package/src/aria-in-html/param.json +0 -8
- package/src/aria-in-html/picture.json +0 -8
- package/src/aria-in-html/portal.json +0 -8
- package/src/aria-in-html/pre.json +0 -8
- package/src/aria-in-html/progress.json +0 -8
- package/src/aria-in-html/q.json +0 -8
- package/src/aria-in-html/rp.json +0 -8
- package/src/aria-in-html/rt.json +0 -8
- package/src/aria-in-html/ruby.json +0 -8
- package/src/aria-in-html/s.json +0 -8
- package/src/aria-in-html/samp.json +0 -8
- package/src/aria-in-html/script.json +0 -8
- package/src/aria-in-html/section.json +0 -34
- package/src/aria-in-html/select.json +0 -20
- package/src/aria-in-html/slot.json +0 -8
- package/src/aria-in-html/small.json +0 -8
- package/src/aria-in-html/source.json +0 -8
- package/src/aria-in-html/span.json +0 -8
- package/src/aria-in-html/strong.json +0 -8
- package/src/aria-in-html/style.json +0 -8
- package/src/aria-in-html/sub.json +0 -8
- package/src/aria-in-html/summary.json +0 -8
- package/src/aria-in-html/sup.json +0 -8
- package/src/aria-in-html/svg.json +0 -8
- package/src/aria-in-html/table.json +0 -8
- package/src/aria-in-html/tbody.json +0 -8
- package/src/aria-in-html/td.json +0 -24
- package/src/aria-in-html/template.json +0 -8
- package/src/aria-in-html/textarea.json +0 -8
- package/src/aria-in-html/tfoot.json +0 -8
- package/src/aria-in-html/th.json +0 -24
- package/src/aria-in-html/thead.json +0 -8
- package/src/aria-in-html/time.json +0 -8
- package/src/aria-in-html/title.json +0 -8
- package/src/aria-in-html/tr.json +0 -14
- package/src/aria-in-html/track.json +0 -8
- package/src/aria-in-html/u.json +0 -8
- package/src/aria-in-html/ul.json +0 -20
- package/src/aria-in-html/var.json +0 -8
- package/src/aria-in-html/video.json +0 -8
- package/src/aria-in-html/wbr.json +0 -8
- package/src/attributes/a.json +0 -12
- package/src/attributes/abbr.json +0 -11
- package/src/attributes/address.json +0 -11
- package/src/attributes/area.json +0 -37
- package/src/attributes/article.json +0 -11
- package/src/attributes/aside.json +0 -11
- package/src/attributes/audio.json +0 -13
- package/src/attributes/b.json +0 -11
- package/src/attributes/base.json +0 -12
- package/src/attributes/bdi.json +0 -11
- package/src/attributes/bdo.json +0 -11
- package/src/attributes/blockquote.json +0 -16
- package/src/attributes/body.json +0 -76
- package/src/attributes/br.json +0 -11
- package/src/attributes/button.json +0 -34
- package/src/attributes/canvas.json +0 -21
- package/src/attributes/caption.json +0 -11
- package/src/attributes/cite.json +0 -11
- package/src/attributes/code.json +0 -11
- package/src/attributes/col.json +0 -22
- package/src/attributes/colgroup.json +0 -22
- package/src/attributes/data.json +0 -16
- package/src/attributes/datalist.json +0 -11
- package/src/attributes/dd.json +0 -11
- package/src/attributes/del.json +0 -20
- package/src/attributes/details.json +0 -16
- package/src/attributes/dfn.json +0 -11
- package/src/attributes/dialog.json +0 -20
- package/src/attributes/div.json +0 -11
- package/src/attributes/dl.json +0 -11
- package/src/attributes/dt.json +0 -11
- package/src/attributes/em.json +0 -11
- package/src/attributes/embed.json +0 -27
- package/src/attributes/fieldset.json +0 -12
- package/src/attributes/figcaption.json +0 -11
- package/src/attributes/figure.json +0 -11
- package/src/attributes/footer.json +0 -11
- package/src/attributes/form.json +0 -80
- package/src/attributes/h1.json +0 -11
- package/src/attributes/h2.json +0 -11
- package/src/attributes/h3.json +0 -11
- package/src/attributes/h4.json +0 -11
- package/src/attributes/h5.json +0 -11
- package/src/attributes/h6.json +0 -11
- package/src/attributes/head.json +0 -11
- package/src/attributes/header.json +0 -11
- package/src/attributes/hgroup.json +0 -11
- package/src/attributes/hr.json +0 -11
- package/src/attributes/html.json +0 -11
- package/src/attributes/i.json +0 -11
- package/src/attributes/iframe.json +0 -61
- package/src/attributes/img.json +0 -45
- package/src/attributes/input.json +0 -343
- package/src/attributes/ins.json +0 -20
- package/src/attributes/kbd.json +0 -11
- package/src/attributes/label.json +0 -16
- package/src/attributes/legend.json +0 -11
- package/src/attributes/li.json +0 -19
- package/src/attributes/link.json +0 -143
- package/src/attributes/main.json +0 -11
- package/src/attributes/map.json +0 -17
- package/src/attributes/mark.json +0 -11
- package/src/attributes/math.json +0 -8
- package/src/attributes/menu.json +0 -11
- package/src/attributes/meta.json +0 -64
- package/src/attributes/meter.json +0 -36
- package/src/attributes/nav.json +0 -11
- package/src/attributes/noscript.json +0 -11
- package/src/attributes/object.json +0 -28
- package/src/attributes/ol.json +0 -29
- package/src/attributes/optgroup.json +0 -18
- package/src/attributes/option.json +0 -25
- package/src/attributes/output.json +0 -17
- package/src/attributes/p.json +0 -11
- package/src/attributes/picture.json +0 -11
- package/src/attributes/portal.json +0 -22
- package/src/attributes/pre.json +0 -11
- package/src/attributes/progress.json +0 -21
- package/src/attributes/q.json +0 -16
- package/src/attributes/rp.json +0 -11
- package/src/attributes/rt.json +0 -11
- package/src/attributes/ruby.json +0 -11
- package/src/attributes/s.json +0 -11
- package/src/attributes/samp.json +0 -11
- package/src/attributes/script.json +0 -64
- package/src/attributes/section.json +0 -11
- package/src/attributes/select.json +0 -24
- package/src/attributes/slot.json +0 -16
- package/src/attributes/small.json +0 -11
- package/src/attributes/source.json +0 -55
- package/src/attributes/span.json +0 -11
- package/src/attributes/strong.json +0 -11
- package/src/attributes/style.json +0 -22
- package/src/attributes/sub.json +0 -11
- package/src/attributes/summary.json +0 -11
- package/src/attributes/sup.json +0 -11
- package/src/attributes/svg_defs.json +0 -80
- package/src/attributes/svg_desc.json +0 -10
- package/src/attributes/svg_discard.json +0 -20
- package/src/attributes/svg_feDistantLight.json +0 -21
- package/src/attributes/svg_feFuncA.json +0 -9
- package/src/attributes/svg_feFuncB.json +0 -9
- package/src/attributes/svg_feFuncG.json +0 -9
- package/src/attributes/svg_feFuncR.json +0 -9
- package/src/attributes/svg_feMergeNode.json +0 -9
- package/src/attributes/svg_fePointLight.json +0 -27
- package/src/attributes/svg_feSpotLight.json +0 -56
- package/src/attributes/svg_foreignObject.json +0 -87
- package/src/attributes/svg_g.json +0 -83
- package/src/attributes/svg_hatch.json +0 -114
- package/src/attributes/svg_hatchpath.json +0 -84
- package/src/attributes/svg_mesh.json +0 -88
- package/src/attributes/svg_meshgradient.json +0 -33
- package/src/attributes/svg_meshpatch.json +0 -79
- package/src/attributes/svg_meshrow.json +0 -79
- package/src/attributes/svg_metadata.json +0 -10
- package/src/attributes/svg_mpath.json +0 -15
- package/src/attributes/svg_script.json +0 -29
- package/src/attributes/svg_set.json +0 -31
- package/src/attributes/svg_style.json +0 -25
- package/src/attributes/svg_switch.json +0 -83
- package/src/attributes/svg_symbol.json +0 -45
- package/src/attributes/svg_title.json +0 -10
- package/src/attributes/svg_view.json +0 -34
- package/src/attributes/table.json +0 -11
- package/src/attributes/tbody.json +0 -11
- package/src/attributes/td.json +0 -12
- package/src/attributes/template.json +0 -11
- package/src/attributes/textarea.json +0 -51
- package/src/attributes/tfoot.json +0 -11
- package/src/attributes/th.json +0 -25
- package/src/attributes/thead.json +0 -11
- package/src/attributes/time.json +0 -16
- package/src/attributes/title.json +0 -11
- package/src/attributes/tr.json +0 -11
- package/src/attributes/track.json +0 -38
- package/src/attributes/u.json +0 -11
- package/src/attributes/ul.json +0 -11
- package/src/attributes/var.json +0 -11
- package/src/attributes/video.json +0 -43
- package/src/attributes/wbr.json +0 -11
- package/src/content-models.json +0 -334
- package/src/permitted-structures/a.json +0 -9
- package/src/permitted-structures/abbr.json +0 -8
- package/src/permitted-structures/address.json +0 -9
- package/src/permitted-structures/area.json +0 -5
- package/src/permitted-structures/article.json +0 -8
- package/src/permitted-structures/aside.json +0 -8
- package/src/permitted-structures/audio.json +0 -31
- package/src/permitted-structures/b.json +0 -8
- package/src/permitted-structures/base.json +0 -4
- package/src/permitted-structures/bdi.json +0 -8
- package/src/permitted-structures/bdo.json +0 -8
- package/src/permitted-structures/blockquote.json +0 -8
- package/src/permitted-structures/body.json +0 -8
- package/src/permitted-structures/br.json +0 -4
- package/src/permitted-structures/button.json +0 -9
- package/src/permitted-structures/canvas.json +0 -5
- package/src/permitted-structures/caption.json +0 -8
- package/src/permitted-structures/cite.json +0 -8
- package/src/permitted-structures/code.json +0 -8
- package/src/permitted-structures/col.json +0 -4
- package/src/permitted-structures/colgroup.json +0 -16
- package/src/permitted-structures/data.json +0 -8
- package/src/permitted-structures/datalist.json +0 -19
- package/src/permitted-structures/dd.json +0 -8
- package/src/permitted-structures/del.json +0 -8
- package/src/permitted-structures/details.json +0 -11
- package/src/permitted-structures/dfn.json +0 -9
- package/src/permitted-structures/dialog.json +0 -8
- package/src/permitted-structures/div.json +0 -32
- package/src/permitted-structures/dl.json +0 -35
- package/src/permitted-structures/dt.json +0 -9
- package/src/permitted-structures/em.json +0 -8
- package/src/permitted-structures/embed.json +0 -4
- package/src/permitted-structures/fieldset.json +0 -11
- package/src/permitted-structures/figcaption.json +0 -8
- package/src/permitted-structures/figure.json +0 -19
- package/src/permitted-structures/footer.json +0 -9
- package/src/permitted-structures/form.json +0 -9
- package/src/permitted-structures/h1.json +0 -8
- package/src/permitted-structures/h2.json +0 -8
- package/src/permitted-structures/h3.json +0 -8
- package/src/permitted-structures/h4.json +0 -8
- package/src/permitted-structures/h5.json +0 -8
- package/src/permitted-structures/h6.json +0 -8
- package/src/permitted-structures/head.json +0 -16
- package/src/permitted-structures/header.json +0 -9
- package/src/permitted-structures/hgroup.json +0 -18
- package/src/permitted-structures/hr.json +0 -4
- package/src/permitted-structures/html.json +0 -11
- package/src/permitted-structures/i.json +0 -8
- package/src/permitted-structures/iframe.json +0 -8
- package/src/permitted-structures/img.json +0 -4
- package/src/permitted-structures/input.json +0 -4
- package/src/permitted-structures/ins.json +0 -8
- package/src/permitted-structures/kbd.json +0 -8
- package/src/permitted-structures/label.json +0 -9
- package/src/permitted-structures/legend.json +0 -8
- package/src/permitted-structures/li.json +0 -8
- package/src/permitted-structures/link.json +0 -4
- package/src/permitted-structures/main.json +0 -8
- package/src/permitted-structures/map.json +0 -8
- package/src/permitted-structures/mark.json +0 -8
- package/src/permitted-structures/math.json +0 -4
- package/src/permitted-structures/menu.json +0 -8
- package/src/permitted-structures/meta.json +0 -4
- package/src/permitted-structures/meter.json +0 -9
- package/src/permitted-structures/nav.json +0 -8
- package/src/permitted-structures/noscript.json +0 -21
- package/src/permitted-structures/object.json +0 -8
- package/src/permitted-structures/ol.json +0 -8
- package/src/permitted-structures/optgroup.json +0 -8
- package/src/permitted-structures/option.json +0 -30
- package/src/permitted-structures/output.json +0 -8
- package/src/permitted-structures/p.json +0 -8
- package/src/permitted-structures/picture.json +0 -20
- package/src/permitted-structures/portal.json +0 -8
- package/src/permitted-structures/pre.json +0 -8
- package/src/permitted-structures/progress.json +0 -9
- package/src/permitted-structures/q.json +0 -8
- package/src/permitted-structures/rp.json +0 -8
- package/src/permitted-structures/rt.json +0 -8
- package/src/permitted-structures/ruby.json +0 -41
- package/src/permitted-structures/s.json +0 -8
- package/src/permitted-structures/samp.json +0 -8
- package/src/permitted-structures/script.json +0 -8
- package/src/permitted-structures/section.json +0 -8
- package/src/permitted-structures/select.json +0 -8
- package/src/permitted-structures/slot.json +0 -8
- package/src/permitted-structures/small.json +0 -8
- package/src/permitted-structures/source.json +0 -4
- package/src/permitted-structures/span.json +0 -8
- package/src/permitted-structures/strong.json +0 -8
- package/src/permitted-structures/style.json +0 -8
- package/src/permitted-structures/sub.json +0 -8
- package/src/permitted-structures/summary.json +0 -19
- package/src/permitted-structures/sup.json +0 -8
- package/src/permitted-structures/svg_a.json +0 -24
- package/src/permitted-structures/svg_animate.json +0 -8
- package/src/permitted-structures/svg_animateMotion.json +0 -25
- package/src/permitted-structures/svg_animateTransform.json +0 -8
- package/src/permitted-structures/svg_circle.json +0 -17
- package/src/permitted-structures/svg_clipPath.json +0 -8
- package/src/permitted-structures/svg_defs.json +0 -26
- package/src/permitted-structures/svg_desc.json +0 -8
- package/src/permitted-structures/svg_discard.json +0 -8
- package/src/permitted-structures/svg_ellipse.json +0 -17
- package/src/permitted-structures/svg_feBlend.json +0 -8
- package/src/permitted-structures/svg_feColorMatrix.json +0 -8
- package/src/permitted-structures/svg_feComponentTransfer.json +0 -8
- package/src/permitted-structures/svg_feComposite.json +0 -8
- package/src/permitted-structures/svg_feConvolveMatrix.json +0 -8
- package/src/permitted-structures/svg_feDiffuseLighting.json +0 -25
- package/src/permitted-structures/svg_feDisplacementMap.json +0 -8
- package/src/permitted-structures/svg_feDistantLight.json +0 -8
- package/src/permitted-structures/svg_feDropShadow.json +0 -8
- package/src/permitted-structures/svg_feFlood.json +0 -8
- package/src/permitted-structures/svg_feFuncA.json +0 -8
- package/src/permitted-structures/svg_feFuncB.json +0 -8
- package/src/permitted-structures/svg_feFuncG.json +0 -8
- package/src/permitted-structures/svg_feFuncR.json +0 -8
- package/src/permitted-structures/svg_feGaussianBlur.json +0 -8
- package/src/permitted-structures/svg_feImage.json +0 -8
- package/src/permitted-structures/svg_feMerge.json +0 -8
- package/src/permitted-structures/svg_feMergeNode.json +0 -8
- package/src/permitted-structures/svg_feMorphology.json +0 -8
- package/src/permitted-structures/svg_feOffset.json +0 -8
- package/src/permitted-structures/svg_fePointLight.json +0 -8
- package/src/permitted-structures/svg_feSpecularLighting.json +0 -25
- package/src/permitted-structures/svg_feSpotLight.json +0 -8
- package/src/permitted-structures/svg_feTile.json +0 -8
- package/src/permitted-structures/svg_feTurbulence.json +0 -8
- package/src/permitted-structures/svg_filter.json +0 -8
- package/src/permitted-structures/svg_foreignObject.json +0 -4
- package/src/permitted-structures/svg_g.json +0 -26
- package/src/permitted-structures/svg_hatch.json +0 -8
- package/src/permitted-structures/svg_hatchpath.json +0 -8
- package/src/permitted-structures/svg_image.json +0 -8
- package/src/permitted-structures/svg_line.json +0 -17
- package/src/permitted-structures/svg_linearGradient.json +0 -16
- package/src/permitted-structures/svg_marker.json +0 -26
- package/src/permitted-structures/svg_mask.json +0 -32
- package/src/permitted-structures/svg_mesh.json +0 -20
- package/src/permitted-structures/svg_meshgradient.json +0 -16
- package/src/permitted-structures/svg_meshpatch.json +0 -9
- package/src/permitted-structures/svg_meshrow.json +0 -9
- package/src/permitted-structures/svg_metadata.json +0 -8
- package/src/permitted-structures/svg_mpath.json +0 -8
- package/src/permitted-structures/svg_path.json +0 -17
- package/src/permitted-structures/svg_pattern.json +0 -26
- package/src/permitted-structures/svg_polygon.json +0 -17
- package/src/permitted-structures/svg_polyline.json +0 -17
- package/src/permitted-structures/svg_radialGradient.json +0 -16
- package/src/permitted-structures/svg_rect.json +0 -17
- package/src/permitted-structures/svg_script.json +0 -8
- package/src/permitted-structures/svg_set.json +0 -8
- package/src/permitted-structures/svg_stop.json +0 -8
- package/src/permitted-structures/svg_style.json +0 -8
- package/src/permitted-structures/svg_svg.json +0 -30
- package/src/permitted-structures/svg_switch.json +0 -19
- package/src/permitted-structures/svg_symbol.json +0 -26
- package/src/permitted-structures/svg_text.json +0 -20
- package/src/permitted-structures/svg_textPath.json +0 -21
- package/src/permitted-structures/svg_title.json +0 -8
- package/src/permitted-structures/svg_tspan.json +0 -17
- package/src/permitted-structures/svg_use.json +0 -8
- package/src/permitted-structures/svg_view.json +0 -8
- package/src/permitted-structures/table.json +0 -49
- package/src/permitted-structures/tbody.json +0 -8
- package/src/permitted-structures/td.json +0 -8
- package/src/permitted-structures/template.json +0 -8
- package/src/permitted-structures/textarea.json +0 -8
- package/src/permitted-structures/tfoot.json +0 -8
- package/src/permitted-structures/th.json +0 -9
- package/src/permitted-structures/thead.json +0 -8
- package/src/permitted-structures/time.json +0 -8
- package/src/permitted-structures/title.json +0 -8
- package/src/permitted-structures/tr.json +0 -8
- package/src/permitted-structures/track.json +0 -4
- package/src/permitted-structures/u.json +0 -8
- package/src/permitted-structures/ul.json +0 -8
- package/src/permitted-structures/var.json +0 -8
- package/src/permitted-structures/video.json +0 -31
- package/src/permitted-structures/wbr.json +0 -4
- package/tsconfig.tsbuildinfo +0 -1
package/src/attributes/form.json
DELETED
|
@@ -1,80 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"tag": "form",
|
|
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",
|
|
20
|
-
"type": "URL"
|
|
21
|
-
},
|
|
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
|
-
}
|
|
29
|
-
},
|
|
30
|
-
"enctype": {
|
|
31
|
-
"ref": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fs-formenctype",
|
|
32
|
-
"type": {
|
|
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"
|
|
36
|
-
}
|
|
37
|
-
},
|
|
38
|
-
"method": {
|
|
39
|
-
"ref": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fs-formmethod",
|
|
40
|
-
"type": {
|
|
41
|
-
"enum": ["post", "get", "dialog"],
|
|
42
|
-
"invalidValueDefault": "get",
|
|
43
|
-
"missingValueDefault": "get"
|
|
44
|
-
}
|
|
45
|
-
},
|
|
46
|
-
"name": {
|
|
47
|
-
"ref": "https://html.spec.whatwg.org/multipage/forms.html#attr-form-name",
|
|
48
|
-
"type": "NoEmptyAny"
|
|
49
|
-
},
|
|
50
|
-
"novalidate": {
|
|
51
|
-
"ref": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fs-novalidate",
|
|
52
|
-
"type": "Boolean"
|
|
53
|
-
},
|
|
54
|
-
"target": {
|
|
55
|
-
"ref": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fs-target",
|
|
56
|
-
"type": "Target"
|
|
57
|
-
},
|
|
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
|
-
}
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
}
|
package/src/attributes/h1.json
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
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
|
-
}
|
package/src/attributes/h2.json
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
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
|
-
}
|
package/src/attributes/h3.json
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
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
|
-
}
|
package/src/attributes/h4.json
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
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
|
-
}
|
package/src/attributes/h5.json
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
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
|
-
}
|
package/src/attributes/h6.json
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
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
|
-
}
|
package/src/attributes/head.json
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
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
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
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
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"tag": "hgroup",
|
|
3
|
-
"ref": "https://html.spec.whatwg.org/multipage/sections.html#the-hgroup-element",
|
|
4
|
-
"global": {
|
|
5
|
-
"#HTMLGlobalAttrs": true,
|
|
6
|
-
"#GlobalEventAttrs": true,
|
|
7
|
-
"#DocumentElementEventAttrs": true,
|
|
8
|
-
"#ARIAAttrs": true
|
|
9
|
-
},
|
|
10
|
-
"attributes": {}
|
|
11
|
-
}
|
package/src/attributes/hr.json
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
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
|
-
}
|
package/src/attributes/html.json
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
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
|
-
}
|
package/src/attributes/i.json
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
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
|
-
}
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"tag": "iframe",
|
|
3
|
-
"ref": "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-iframe-element",
|
|
4
|
-
"global": {
|
|
5
|
-
"#HTMLGlobalAttrs": true,
|
|
6
|
-
"#GlobalEventAttrs": true,
|
|
7
|
-
"#DocumentElementEventAttrs": true,
|
|
8
|
-
"#ARIAAttrs": true,
|
|
9
|
-
"#HTMLEmbededAndMediaContentAttrs": ["src", "height", "width"],
|
|
10
|
-
"#HTMLLinkAndFetchingAttrs": ["referrerpolicy", "loading", "fetchpriority"]
|
|
11
|
-
},
|
|
12
|
-
"attributes": {
|
|
13
|
-
"src": {
|
|
14
|
-
"ref": "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#attr-iframe-src",
|
|
15
|
-
"required": { "self": "[itemprop]" }
|
|
16
|
-
},
|
|
17
|
-
"srcdoc": {
|
|
18
|
-
"ref": "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#attr-iframe-srcdoc",
|
|
19
|
-
"type": "Any",
|
|
20
|
-
"_TODO_": "The type is HTML syntax, but it does not support"
|
|
21
|
-
},
|
|
22
|
-
"name": {
|
|
23
|
-
"ref": "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#attr-iframe-name",
|
|
24
|
-
"type": "BrowsingContextName"
|
|
25
|
-
},
|
|
26
|
-
"sandbox": {
|
|
27
|
-
"ref": "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#attr-iframe-sandbox",
|
|
28
|
-
"type": {
|
|
29
|
-
"token": {
|
|
30
|
-
"enum": [
|
|
31
|
-
"allow-forms",
|
|
32
|
-
"allow-modals",
|
|
33
|
-
"allow-orientation-lock",
|
|
34
|
-
"allow-pointer-lock",
|
|
35
|
-
"allow-popups",
|
|
36
|
-
"allow-popups-to-escape-sandbox",
|
|
37
|
-
"allow-presentation",
|
|
38
|
-
"allow-same-origin",
|
|
39
|
-
"allow-scripts",
|
|
40
|
-
"allow-top-navigation",
|
|
41
|
-
"allow-top-navigation-by-user-activation",
|
|
42
|
-
"allow-downloads",
|
|
43
|
-
"allow-custom-protocols-navigation"
|
|
44
|
-
]
|
|
45
|
-
},
|
|
46
|
-
"caseInsensitive": true,
|
|
47
|
-
"ordered": true,
|
|
48
|
-
"unique": true,
|
|
49
|
-
"separator": "space"
|
|
50
|
-
}
|
|
51
|
-
},
|
|
52
|
-
"allow": {
|
|
53
|
-
"ref": "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#attr-iframe-allow",
|
|
54
|
-
"type": "SerializedPermissionsPolicy"
|
|
55
|
-
},
|
|
56
|
-
"allowfullscreen": {
|
|
57
|
-
"ref": "https://html.spec.whatwg.org/multipage/iframe-embed-object.html#attr-iframe-allowfullscreen",
|
|
58
|
-
"type": "Boolean"
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
}
|
package/src/attributes/img.json
DELETED
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"tag": "img",
|
|
3
|
-
"ref": "https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element",
|
|
4
|
-
"global": {
|
|
5
|
-
"#HTMLGlobalAttrs": true,
|
|
6
|
-
"#GlobalEventAttrs": true,
|
|
7
|
-
"#DocumentElementEventAttrs": true,
|
|
8
|
-
"#ARIAAttrs": true,
|
|
9
|
-
"#HTMLEmbededAndMediaContentAttrs": ["src", "height", "srcset", "sizes", "width"],
|
|
10
|
-
"#HTMLLinkAndFetchingAttrs": ["crossorigin", "referrerpolicy", "loading", "fetchpriority"]
|
|
11
|
-
},
|
|
12
|
-
"attributes": {
|
|
13
|
-
"alt": {
|
|
14
|
-
"ref": "https://html.spec.whatwg.org/multipage/embedded-content.html#attr-img-alt",
|
|
15
|
-
"type": "Any"
|
|
16
|
-
},
|
|
17
|
-
"src": {
|
|
18
|
-
"ref": "https://html.spec.whatwg.org/multipage/embedded-content.html#attr-img-src",
|
|
19
|
-
"type": "URL",
|
|
20
|
-
"required": true
|
|
21
|
-
},
|
|
22
|
-
"usemap": {
|
|
23
|
-
"ref": "https://html.spec.whatwg.org/multipage/image-maps.html#attr-hyperlink-usemap",
|
|
24
|
-
"type": "HashName",
|
|
25
|
-
"condition": {
|
|
26
|
-
"ancestor": ":not(a):not(button)"
|
|
27
|
-
}
|
|
28
|
-
},
|
|
29
|
-
"ismap": {
|
|
30
|
-
"ref": "https://html.spec.whatwg.org/multipage/embedded-content.html#attr-img-ismap",
|
|
31
|
-
"type": "Boolean",
|
|
32
|
-
"condition": {
|
|
33
|
-
"ancestor": "a[href]"
|
|
34
|
-
}
|
|
35
|
-
},
|
|
36
|
-
"decoding": {
|
|
37
|
-
"ref": "https://html.spec.whatwg.org/multipage/embedded-content.html#attr-img-decoding",
|
|
38
|
-
"type": {
|
|
39
|
-
"enum": ["sync", "async", "auto"],
|
|
40
|
-
"invalidValueDefault": "auto",
|
|
41
|
-
"missingValueDefault": "auto"
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
}
|
|
@@ -1,343 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"tag": "input",
|
|
3
|
-
"ref": "https://html.spec.whatwg.org/multipage/input.html#the-input-element",
|
|
4
|
-
"global": {
|
|
5
|
-
"#HTMLGlobalAttrs": true,
|
|
6
|
-
"#GlobalEventAttrs": true,
|
|
7
|
-
"#DocumentElementEventAttrs": true,
|
|
8
|
-
"#ARIAAttrs": true,
|
|
9
|
-
"#HTMLEmbededAndMediaContentAttrs": ["src", "height", "width"],
|
|
10
|
-
"#HTMLFormControlElementAttrs": [
|
|
11
|
-
"autocomplete",
|
|
12
|
-
"dirname",
|
|
13
|
-
"disabled",
|
|
14
|
-
"form",
|
|
15
|
-
"formaction",
|
|
16
|
-
"formenctype",
|
|
17
|
-
"formmethod",
|
|
18
|
-
"formnovalidate",
|
|
19
|
-
"formtarget",
|
|
20
|
-
"name",
|
|
21
|
-
"maxlength",
|
|
22
|
-
"minlength",
|
|
23
|
-
"readonly",
|
|
24
|
-
"required"
|
|
25
|
-
]
|
|
26
|
-
},
|
|
27
|
-
"attributes": {
|
|
28
|
-
"accept": {
|
|
29
|
-
"ref": "https://html.spec.whatwg.org/multipage/input.html#attr-input-accept",
|
|
30
|
-
"type": {
|
|
31
|
-
"token": "Accept",
|
|
32
|
-
"caseInsensitive": true,
|
|
33
|
-
"unique": true,
|
|
34
|
-
"separator": "comma"
|
|
35
|
-
},
|
|
36
|
-
"condition": {
|
|
37
|
-
"self": "[type='file' i]"
|
|
38
|
-
}
|
|
39
|
-
},
|
|
40
|
-
"alt": {
|
|
41
|
-
"ref": "https://html.spec.whatwg.org/multipage/input.html#attr-input-alt",
|
|
42
|
-
"type": "Any",
|
|
43
|
-
"condition": {
|
|
44
|
-
"self": "[type='image' i]"
|
|
45
|
-
}
|
|
46
|
-
},
|
|
47
|
-
"autocomplete": {
|
|
48
|
-
"ref": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fe-autocomplete",
|
|
49
|
-
"condition": {
|
|
50
|
-
"self": [
|
|
51
|
-
":not([type])",
|
|
52
|
-
"[type='hidden' i]",
|
|
53
|
-
"[type='text' i]",
|
|
54
|
-
"[type='search' i]",
|
|
55
|
-
"[type='url' i]",
|
|
56
|
-
"[type='tel' i]",
|
|
57
|
-
"[type='email' i]",
|
|
58
|
-
"[type='password' i]",
|
|
59
|
-
"[type='date' i]",
|
|
60
|
-
"[type='month' i]",
|
|
61
|
-
"[type='week' i]",
|
|
62
|
-
"[type='time' i]",
|
|
63
|
-
"[type='datetime-local' i]",
|
|
64
|
-
"[type='number' i]",
|
|
65
|
-
"[type='range' i]",
|
|
66
|
-
"[type='color' i]"
|
|
67
|
-
]
|
|
68
|
-
}
|
|
69
|
-
},
|
|
70
|
-
"checked": {
|
|
71
|
-
"ref": "https://html.spec.whatwg.org/multipage/input.html#attr-input-checked",
|
|
72
|
-
"type": "Boolean",
|
|
73
|
-
"condition": {
|
|
74
|
-
"self": ["[type='checkbox' i]", "[type='radio' i]"]
|
|
75
|
-
}
|
|
76
|
-
},
|
|
77
|
-
"dirname": {
|
|
78
|
-
"ref": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fe-dirname",
|
|
79
|
-
"condition": {
|
|
80
|
-
"self": [":not([type])", "[type='text' i]", "[type='search' i]"]
|
|
81
|
-
}
|
|
82
|
-
},
|
|
83
|
-
"height": {
|
|
84
|
-
"ref": "https://html.spec.whatwg.org/multipage/embedded-content-other.html#attr-dim-height",
|
|
85
|
-
"condition": {
|
|
86
|
-
"self": "[type='image' i]"
|
|
87
|
-
}
|
|
88
|
-
},
|
|
89
|
-
"list": {
|
|
90
|
-
"ref": "https://html.spec.whatwg.org/multipage/input.html#attr-input-list",
|
|
91
|
-
"type": "DOMID",
|
|
92
|
-
"_TODO_": "must be the ID of a `datalist` element",
|
|
93
|
-
"condition": {
|
|
94
|
-
"self": [
|
|
95
|
-
":not([type])",
|
|
96
|
-
"[type='text' i]",
|
|
97
|
-
"[type='search' i]",
|
|
98
|
-
"[type='url' i]",
|
|
99
|
-
"[type='tel' i]",
|
|
100
|
-
"[type='email' i]",
|
|
101
|
-
"[type='date' i]",
|
|
102
|
-
"[type='month' i]",
|
|
103
|
-
"[type='week' i]",
|
|
104
|
-
"[type='time' i]",
|
|
105
|
-
"[type='datetime-local' i]",
|
|
106
|
-
"[type='number' i]",
|
|
107
|
-
"[type='range' i]",
|
|
108
|
-
"[type='color' i]"
|
|
109
|
-
]
|
|
110
|
-
}
|
|
111
|
-
},
|
|
112
|
-
"max": {
|
|
113
|
-
"ref": "https://html.spec.whatwg.org/multipage/input.html#attr-input-max",
|
|
114
|
-
"type": ["DateTime", "Number"],
|
|
115
|
-
"_TODO_": "The `type` attribute determines the type either DateTime of Number",
|
|
116
|
-
"condition": {
|
|
117
|
-
"self": [
|
|
118
|
-
"[type='date' i]",
|
|
119
|
-
"[type='month' i]",
|
|
120
|
-
"[type='week' i]",
|
|
121
|
-
"[type='time' i]",
|
|
122
|
-
"[type='datetime-local' i]",
|
|
123
|
-
"[type='number' i]",
|
|
124
|
-
"[type='range' i]"
|
|
125
|
-
]
|
|
126
|
-
}
|
|
127
|
-
},
|
|
128
|
-
"maxlength": {
|
|
129
|
-
"ref": "https://html.spec.whatwg.org/multipage/input.html#attr-input-maxlength",
|
|
130
|
-
"condition": {
|
|
131
|
-
"self": [
|
|
132
|
-
":not([type])",
|
|
133
|
-
"[type='text' i]",
|
|
134
|
-
"[type='search' i]",
|
|
135
|
-
"[type='url' i]",
|
|
136
|
-
"[type='tel' i]",
|
|
137
|
-
"[type='email' i]",
|
|
138
|
-
"[type='password' i]"
|
|
139
|
-
]
|
|
140
|
-
}
|
|
141
|
-
},
|
|
142
|
-
"min": {
|
|
143
|
-
"ref": "https://html.spec.whatwg.org/multipage/input.html#attr-input-min",
|
|
144
|
-
"type": ["DateTime", "Number"],
|
|
145
|
-
"_TODO_": "The `type` attribute determines the type either DateTime of Number",
|
|
146
|
-
"condition": {
|
|
147
|
-
"self": [
|
|
148
|
-
"[type='date' i]",
|
|
149
|
-
"[type='month' i]",
|
|
150
|
-
"[type='week' i]",
|
|
151
|
-
"[type='time' i]",
|
|
152
|
-
"[type='datetime-local' i]",
|
|
153
|
-
"[type='number' i]",
|
|
154
|
-
"[type='range' i]"
|
|
155
|
-
]
|
|
156
|
-
}
|
|
157
|
-
},
|
|
158
|
-
"minlength": {
|
|
159
|
-
"ref": "https://html.spec.whatwg.org/multipage/input.html#attr-input-minlength",
|
|
160
|
-
"condition": {
|
|
161
|
-
"self": [
|
|
162
|
-
":not([type])",
|
|
163
|
-
"[type='text' i]",
|
|
164
|
-
"[type='search' i]",
|
|
165
|
-
"[type='url' i]",
|
|
166
|
-
"[type='tel' i]",
|
|
167
|
-
"[type='email' i]",
|
|
168
|
-
"[type='password' i]"
|
|
169
|
-
]
|
|
170
|
-
}
|
|
171
|
-
},
|
|
172
|
-
"multiple": {
|
|
173
|
-
"ref": "https://html.spec.whatwg.org/multipage/input.html#attr-input-multiple",
|
|
174
|
-
"type": "Boolean",
|
|
175
|
-
"condition": {
|
|
176
|
-
"self": ["[type='email' i]", "[type='file' i]"]
|
|
177
|
-
}
|
|
178
|
-
},
|
|
179
|
-
"pattern": {
|
|
180
|
-
"ref": "https://html.spec.whatwg.org/multipage/input.html#attr-input-pattern",
|
|
181
|
-
"type": "Pattern",
|
|
182
|
-
"condition": {
|
|
183
|
-
"self": [
|
|
184
|
-
":not([type])",
|
|
185
|
-
"[type='text' i]",
|
|
186
|
-
"[type='search' i]",
|
|
187
|
-
"[type='url' i]",
|
|
188
|
-
"[type='tel' i]",
|
|
189
|
-
"[type='email' i]",
|
|
190
|
-
"[type='password' i]"
|
|
191
|
-
]
|
|
192
|
-
}
|
|
193
|
-
},
|
|
194
|
-
"placeholder": {
|
|
195
|
-
"ref": "https://html.spec.whatwg.org/multipage/input.html#attr-input-placeholder",
|
|
196
|
-
"type": "OneLineAny",
|
|
197
|
-
"condition": {
|
|
198
|
-
"self": [
|
|
199
|
-
":not([type])",
|
|
200
|
-
"[type='text' i]",
|
|
201
|
-
"[type='search' i]",
|
|
202
|
-
"[type='url' i]",
|
|
203
|
-
"[type='tel' i]",
|
|
204
|
-
"[type='email' i]",
|
|
205
|
-
"[type='password' i]",
|
|
206
|
-
"[type='number' i]"
|
|
207
|
-
]
|
|
208
|
-
}
|
|
209
|
-
},
|
|
210
|
-
"readonly": {
|
|
211
|
-
"ref": "https://html.spec.whatwg.org/multipage/input.html#attr-input-readonly",
|
|
212
|
-
"condition": {
|
|
213
|
-
"self": [
|
|
214
|
-
":not([type])",
|
|
215
|
-
"[type='text' i]",
|
|
216
|
-
"[type='search' i]",
|
|
217
|
-
"[type='url' i]",
|
|
218
|
-
"[type='tel' i]",
|
|
219
|
-
"[type='email' i]",
|
|
220
|
-
"[type='password' i]",
|
|
221
|
-
"[type='date' i]",
|
|
222
|
-
"[type='month' i]",
|
|
223
|
-
"[type='week' i]",
|
|
224
|
-
"[type='time' i]",
|
|
225
|
-
"[type='datetime-local' i]",
|
|
226
|
-
"[type='number' i]"
|
|
227
|
-
]
|
|
228
|
-
}
|
|
229
|
-
},
|
|
230
|
-
"required": {
|
|
231
|
-
"ref": "https://html.spec.whatwg.org/multipage/input.html#attr-input-required",
|
|
232
|
-
"condition": {
|
|
233
|
-
"self": [
|
|
234
|
-
":not([type])",
|
|
235
|
-
"[type='text' i]",
|
|
236
|
-
"[type='search' i]",
|
|
237
|
-
"[type='url' i]",
|
|
238
|
-
"[type='tel' i]",
|
|
239
|
-
"[type='email' i]",
|
|
240
|
-
"[type='password' i]",
|
|
241
|
-
"[type='date' i]",
|
|
242
|
-
"[type='month' i]",
|
|
243
|
-
"[type='week' i]",
|
|
244
|
-
"[type='time' i]",
|
|
245
|
-
"[type='datetime-local' i]",
|
|
246
|
-
"[type='number' i]",
|
|
247
|
-
"[type='checkbox' i]",
|
|
248
|
-
"[type='radio' i]",
|
|
249
|
-
"[type='file' i]"
|
|
250
|
-
]
|
|
251
|
-
}
|
|
252
|
-
},
|
|
253
|
-
"size": {
|
|
254
|
-
"ref": "https://html.spec.whatwg.org/multipage/input.html#attr-input-size",
|
|
255
|
-
"type": {
|
|
256
|
-
"type": "integer",
|
|
257
|
-
"gt": 0
|
|
258
|
-
},
|
|
259
|
-
"condition": {
|
|
260
|
-
"self": [
|
|
261
|
-
":not([type])",
|
|
262
|
-
"[type='text' i]",
|
|
263
|
-
"[type='search' i]",
|
|
264
|
-
"[type='url' i]",
|
|
265
|
-
"[type='tel' i]",
|
|
266
|
-
"[type='email' i]",
|
|
267
|
-
"[type='password' i]"
|
|
268
|
-
]
|
|
269
|
-
},
|
|
270
|
-
"defaultValue": "20"
|
|
271
|
-
},
|
|
272
|
-
"src": {
|
|
273
|
-
"ref": "https://html.spec.whatwg.org/multipage/input.html#attr-input-src",
|
|
274
|
-
"condition": {
|
|
275
|
-
"self": "[type='image' i]"
|
|
276
|
-
}
|
|
277
|
-
},
|
|
278
|
-
"step": {
|
|
279
|
-
"ref": "https://html.spec.whatwg.org/multipage/input.html#attr-input-step",
|
|
280
|
-
"type": [
|
|
281
|
-
"Number",
|
|
282
|
-
{
|
|
283
|
-
"enum": ["any"],
|
|
284
|
-
"caseInsensitive": true
|
|
285
|
-
}
|
|
286
|
-
],
|
|
287
|
-
"condition": {
|
|
288
|
-
"self": [
|
|
289
|
-
"[type='date' i]",
|
|
290
|
-
"[type='month' i]",
|
|
291
|
-
"[type='week' i]",
|
|
292
|
-
"[type='time' i]",
|
|
293
|
-
"[type='datetime-local' i]",
|
|
294
|
-
"[type='number' i]",
|
|
295
|
-
"[type='range' i]"
|
|
296
|
-
]
|
|
297
|
-
}
|
|
298
|
-
},
|
|
299
|
-
"type": {
|
|
300
|
-
"ref": "https://html.spec.whatwg.org/multipage/input.html#attr-input-type",
|
|
301
|
-
"type": {
|
|
302
|
-
"enum": [
|
|
303
|
-
"hidden",
|
|
304
|
-
"text",
|
|
305
|
-
"search",
|
|
306
|
-
"tel",
|
|
307
|
-
"url",
|
|
308
|
-
"email",
|
|
309
|
-
"password",
|
|
310
|
-
"date",
|
|
311
|
-
"month",
|
|
312
|
-
"week",
|
|
313
|
-
"time",
|
|
314
|
-
"datetime-local",
|
|
315
|
-
"number",
|
|
316
|
-
"range",
|
|
317
|
-
"color",
|
|
318
|
-
"checkbox",
|
|
319
|
-
"radio",
|
|
320
|
-
"file",
|
|
321
|
-
"submit",
|
|
322
|
-
"image",
|
|
323
|
-
"reset",
|
|
324
|
-
"button"
|
|
325
|
-
],
|
|
326
|
-
"invalidValueDefault": "text",
|
|
327
|
-
"missingValueDefault": "text"
|
|
328
|
-
},
|
|
329
|
-
"defaultValue": "text"
|
|
330
|
-
},
|
|
331
|
-
"value": {
|
|
332
|
-
"ref": "https://html.spec.whatwg.org/multipage/input.html#attr-input-value",
|
|
333
|
-
"type": "Any",
|
|
334
|
-
"_TODO_": "The `type` attribute determines the type"
|
|
335
|
-
},
|
|
336
|
-
"width": {
|
|
337
|
-
"ref": "https://html.spec.whatwg.org/multipage/embedded-content-other.html#attr-dim-width",
|
|
338
|
-
"condition": {
|
|
339
|
-
"self": "[type='image' i]"
|
|
340
|
-
}
|
|
341
|
-
}
|
|
342
|
-
}
|
|
343
|
-
}
|