@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
|
@@ -1,7 +1,32 @@
|
|
|
1
|
+
// https://svgwg.org/svg2-draft/painting.html#MarkerElement
|
|
2
|
+
// https://www.w3.org/TR/svg-aam-1.0/#details-id-47
|
|
1
3
|
{
|
|
2
|
-
"
|
|
3
|
-
|
|
4
|
-
|
|
4
|
+
"contentModel": {
|
|
5
|
+
"contents": [
|
|
6
|
+
{
|
|
7
|
+
"zeroOrMore": [
|
|
8
|
+
"#SVGAnimation",
|
|
9
|
+
"#SVGDescriptive",
|
|
10
|
+
"#SVGPaintServer",
|
|
11
|
+
"#SVGShape",
|
|
12
|
+
"#SVGStructural",
|
|
13
|
+
"svg|a",
|
|
14
|
+
"svg|clipPath",
|
|
15
|
+
"svg|filter",
|
|
16
|
+
"svg|foreignObject",
|
|
17
|
+
"svg|image",
|
|
18
|
+
"svg|marker",
|
|
19
|
+
"svg|mask",
|
|
20
|
+
"svg|script",
|
|
21
|
+
"svg|style",
|
|
22
|
+
"svg|switch",
|
|
23
|
+
"svg|text",
|
|
24
|
+
"svg|view"
|
|
25
|
+
]
|
|
26
|
+
}
|
|
27
|
+
]
|
|
28
|
+
},
|
|
29
|
+
"globalAttrs": {
|
|
5
30
|
"#GlobalEventAttrs": true,
|
|
6
31
|
"#DocumentElementEventAttrs": true,
|
|
7
32
|
"#SVGCoreAttrs": ["id", "tabindex", "autofocus", "lang", "xml:space", "class", "style"],
|
|
@@ -77,19 +102,19 @@
|
|
|
77
102
|
]
|
|
78
103
|
},
|
|
79
104
|
"attributes": {
|
|
105
|
+
// https://svgwg.org/svg2-draft/coords.html#ViewBoxAttribute
|
|
80
106
|
"viewBox": {
|
|
81
|
-
"ref": "https://svgwg.org/svg2-draft/coords.html#ViewBoxAttribute",
|
|
82
107
|
"type": "<view-box>",
|
|
83
108
|
"animatable": true
|
|
84
109
|
},
|
|
110
|
+
// https://svgwg.org/svg2-draft/coords.html#PreserveAspectRatioAttribute
|
|
85
111
|
"preserveAspectRatio": {
|
|
86
|
-
"ref": "https://svgwg.org/svg2-draft/coords.html#PreserveAspectRatioAttribute",
|
|
87
112
|
"type": "<preserve-aspect-ratio>",
|
|
88
113
|
"defaultValue": "xMidYMid meet",
|
|
89
114
|
"animatable": true
|
|
90
115
|
},
|
|
116
|
+
// https://svgwg.org/svg2-draft/painting.html#MarkerElementRefXAttribute
|
|
91
117
|
"refX": {
|
|
92
|
-
"ref": "https://svgwg.org/svg2-draft/painting.html#MarkerElementRefXAttribute",
|
|
93
118
|
"type": [
|
|
94
119
|
"<percentage>",
|
|
95
120
|
"<number>",
|
|
@@ -101,8 +126,8 @@
|
|
|
101
126
|
"defaultValue": "0",
|
|
102
127
|
"animatable": true
|
|
103
128
|
},
|
|
129
|
+
// https://svgwg.org/svg2-draft/painting.html#MarkerElementRefYAttribute
|
|
104
130
|
"refY": {
|
|
105
|
-
"ref": "https://svgwg.org/svg2-draft/painting.html#MarkerElementRefYAttribute",
|
|
106
131
|
"type": [
|
|
107
132
|
"<percentage>",
|
|
108
133
|
"<number>",
|
|
@@ -114,28 +139,28 @@
|
|
|
114
139
|
"defaultValue": "0",
|
|
115
140
|
"animatable": true
|
|
116
141
|
},
|
|
142
|
+
// https://svgwg.org/svg2-draft/painting.html#MarkerUnitsAttribute
|
|
117
143
|
"markerUnits": {
|
|
118
|
-
"ref": "https://svgwg.org/svg2-draft/painting.html#MarkerUnitsAttribute",
|
|
119
144
|
"type": {
|
|
120
145
|
"enum": ["userSpaceOnUse", "strokeWidth"],
|
|
121
146
|
"disallowToSurroundBySpaces": false
|
|
122
147
|
},
|
|
123
148
|
"defaultValue": "strokeWidth"
|
|
124
149
|
},
|
|
150
|
+
// https://svgwg.org/svg2-draft/painting.html#MarkerWidthAttribute
|
|
125
151
|
"markerWidth": {
|
|
126
|
-
"ref": "https://svgwg.org/svg2-draft/painting.html#MarkerWidthAttribute",
|
|
127
152
|
"type": ["<svg-length>", "<percentage>", "<number>"],
|
|
128
153
|
"defaultValue": "3",
|
|
129
154
|
"animatable": true
|
|
130
155
|
},
|
|
156
|
+
// https://svgwg.org/svg2-draft/painting.html#MarkerHeightAttribute
|
|
131
157
|
"markerHeight": {
|
|
132
|
-
"ref": "https://svgwg.org/svg2-draft/painting.html#MarkerHeightAttribute",
|
|
133
158
|
"type": ["<svg-length>", "<percentage>", "<number>"],
|
|
134
159
|
"defaultValue": "3",
|
|
135
160
|
"animatable": true
|
|
136
161
|
},
|
|
162
|
+
// https://svgwg.org/svg2-draft/painting.html#OrientAttribute
|
|
137
163
|
"orient": {
|
|
138
|
-
"ref": "https://svgwg.org/svg2-draft/painting.html#OrientAttribute",
|
|
139
164
|
"type": [
|
|
140
165
|
{
|
|
141
166
|
"enum": ["auto", "auto-start-reverse"],
|
|
@@ -147,5 +172,9 @@
|
|
|
147
172
|
"defaultValue": "0",
|
|
148
173
|
"animatable": true
|
|
149
174
|
}
|
|
175
|
+
},
|
|
176
|
+
"aria": {
|
|
177
|
+
"implicitRole": false,
|
|
178
|
+
"permittedRoles": false
|
|
150
179
|
}
|
|
151
180
|
}
|
|
@@ -1,7 +1,38 @@
|
|
|
1
|
+
// https://drafts.fxtf.org/css-masking/#MaskElement
|
|
2
|
+
// https://www.w3.org/TR/svg-aam-1.0/#details-id-48
|
|
1
3
|
{
|
|
2
|
-
"
|
|
3
|
-
|
|
4
|
-
|
|
4
|
+
"contentModel": {
|
|
5
|
+
"contents": [
|
|
6
|
+
{
|
|
7
|
+
"zeroOrMore": [
|
|
8
|
+
"#SVGAnimation",
|
|
9
|
+
"#SVGDescriptive",
|
|
10
|
+
"#SVGShape",
|
|
11
|
+
"#SVGStructural",
|
|
12
|
+
"#SVGGradient",
|
|
13
|
+
"svg|a",
|
|
14
|
+
"svg|altGlyphDef",
|
|
15
|
+
"svg|clipPath",
|
|
16
|
+
"svg|color-profile",
|
|
17
|
+
"svg|cursor",
|
|
18
|
+
"svg|filter",
|
|
19
|
+
"svg|font",
|
|
20
|
+
"svg|font-face",
|
|
21
|
+
"svg|foreignObject",
|
|
22
|
+
"svg|image",
|
|
23
|
+
"svg|marker",
|
|
24
|
+
"svg|mask",
|
|
25
|
+
"svg|pattern",
|
|
26
|
+
"svg|script",
|
|
27
|
+
"svg|style",
|
|
28
|
+
"svg|switch",
|
|
29
|
+
"svg|text",
|
|
30
|
+
"svg|view"
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
]
|
|
34
|
+
},
|
|
35
|
+
"globalAttrs": {
|
|
5
36
|
"#SVGCoreAttrs": ["id", "xml:base", "xml:lang", "xml:space", "class", "style"],
|
|
6
37
|
"#SVGConditionalProcessingAttrs": ["requiredFeatures", "requiredExtensions", "systemLanguage"],
|
|
7
38
|
"#SVGPresentationAttrs": [
|
|
@@ -70,24 +101,24 @@
|
|
|
70
101
|
"#SVGFilterPrimitiveAttrs": ["x", "y", "width", "height"]
|
|
71
102
|
},
|
|
72
103
|
"attributes": {
|
|
104
|
+
// https://drafts.fxtf.org/css-masking/#element-attrdef-mask-x
|
|
73
105
|
"x": {
|
|
74
|
-
"ref": "https://drafts.fxtf.org/css-masking/#element-attrdef-mask-x",
|
|
75
106
|
"defaultValue": "-10%"
|
|
76
107
|
},
|
|
108
|
+
// https://drafts.fxtf.org/css-masking/#element-attrdef-mask-y
|
|
77
109
|
"y": {
|
|
78
|
-
"ref": "https://drafts.fxtf.org/css-masking/#element-attrdef-mask-y",
|
|
79
110
|
"defaultValue": "-10%"
|
|
80
111
|
},
|
|
112
|
+
// https://drafts.fxtf.org/css-masking/#element-attrdef-mask-width
|
|
81
113
|
"width": {
|
|
82
|
-
"ref": "https://drafts.fxtf.org/css-masking/#element-attrdef-mask-width",
|
|
83
114
|
"defaultValue": "120%"
|
|
84
115
|
},
|
|
116
|
+
// https://drafts.fxtf.org/css-masking/#element-attrdef-mask-height
|
|
85
117
|
"height": {
|
|
86
|
-
"ref": "https://drafts.fxtf.org/css-masking/#element-attrdef-mask-height",
|
|
87
118
|
"defaultValue": "120%"
|
|
88
119
|
},
|
|
120
|
+
// https://drafts.fxtf.org/css-masking/#element-attrdef-mask-maskunits
|
|
89
121
|
"maskUnits": {
|
|
90
|
-
"ref": "https://drafts.fxtf.org/css-masking/#element-attrdef-mask-maskunits",
|
|
91
122
|
"type": {
|
|
92
123
|
"enum": ["userSpaceOnUse", "objectBoundingBox"],
|
|
93
124
|
"disallowToSurroundBySpaces": false
|
|
@@ -95,13 +126,17 @@
|
|
|
95
126
|
"defaultValue": "objectBoundingBox",
|
|
96
127
|
"animatable": true
|
|
97
128
|
},
|
|
129
|
+
// https://drafts.fxtf.org/css-masking/#element-attrdef-mask-maskcontentunits
|
|
98
130
|
"maskContentUnits": {
|
|
99
|
-
"ref": "https://drafts.fxtf.org/css-masking/#element-attrdef-mask-maskcontentunits",
|
|
100
131
|
"type": {
|
|
101
132
|
"enum": ["userSpaceOnUse", "objectBoundingBox"]
|
|
102
133
|
},
|
|
103
134
|
"defaultValue": "userSpaceOnUse",
|
|
104
135
|
"animatable": true
|
|
105
136
|
}
|
|
137
|
+
},
|
|
138
|
+
"aria": {
|
|
139
|
+
"implicitRole": false,
|
|
140
|
+
"permittedRoles": false
|
|
106
141
|
}
|
|
107
142
|
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// https://svgwg.org/svg2-draft/struct.html#MetadataElement
|
|
2
|
+
// https://www.w3.org/TR/svg-aam-1.0/#details-id-52
|
|
3
|
+
{
|
|
4
|
+
"contentModel": {
|
|
5
|
+
"contents": [
|
|
6
|
+
{
|
|
7
|
+
"zeroOrMore": ["#SVGOtherXMLNamespace", "#text"]
|
|
8
|
+
}
|
|
9
|
+
]
|
|
10
|
+
},
|
|
11
|
+
"globalAttrs": {
|
|
12
|
+
"#GlobalEventAttrs": true,
|
|
13
|
+
"#DocumentElementEventAttrs": true,
|
|
14
|
+
"#SVGCoreAttrs": ["id", "tabindex", "autofocus", "lang", "xml:space", "class", "style"]
|
|
15
|
+
},
|
|
16
|
+
"attributes": {},
|
|
17
|
+
"aria": {
|
|
18
|
+
"implicitRole": false,
|
|
19
|
+
"permittedRoles": false
|
|
20
|
+
}
|
|
21
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
// https://svgwg.org/specs/animations/#MPathElement
|
|
2
|
+
// https://www.w3.org/TR/svg-aam-1.0/#details-id-53
|
|
3
|
+
{
|
|
4
|
+
"contentModel": {
|
|
5
|
+
"contents": [
|
|
6
|
+
{
|
|
7
|
+
"zeroOrMore": ["#SVGDescriptive", "svg|script"]
|
|
8
|
+
}
|
|
9
|
+
]
|
|
10
|
+
},
|
|
11
|
+
"globalAttrs": {
|
|
12
|
+
"#SVGCoreAttrs": ["id", "tabindex", "autofocus", "lang", "xml:space", "class", "style"],
|
|
13
|
+
"#GlobalEventAttrs": true,
|
|
14
|
+
"#DocumentElementEventAttrs": true
|
|
15
|
+
},
|
|
16
|
+
"attributes": {
|
|
17
|
+
// https://svgwg.org/specs/animations/#MPathElementHrefAttribute
|
|
18
|
+
"href": {
|
|
19
|
+
"type": "URL"
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
"aria": {
|
|
23
|
+
"implicitRole": false,
|
|
24
|
+
"permittedRoles": false
|
|
25
|
+
}
|
|
26
|
+
}
|
|
@@ -1,7 +1,23 @@
|
|
|
1
|
+
// https://svgwg.org/svg2-draft/paths.html#PathElement
|
|
2
|
+
// https://www.w3.org/TR/svg-aam-1.0/#details-id-54
|
|
1
3
|
{
|
|
2
|
-
"
|
|
3
|
-
|
|
4
|
-
|
|
4
|
+
"contentModel": {
|
|
5
|
+
"contents": [
|
|
6
|
+
{
|
|
7
|
+
"zeroOrMore": [
|
|
8
|
+
"#SVGAnimation",
|
|
9
|
+
"#SVGDescriptive",
|
|
10
|
+
"#SVGPaintServer",
|
|
11
|
+
"svg|clipPath",
|
|
12
|
+
"svg|marker",
|
|
13
|
+
"svg|mask",
|
|
14
|
+
"svg|script",
|
|
15
|
+
"svg|style"
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
]
|
|
19
|
+
},
|
|
20
|
+
"globalAttrs": {
|
|
5
21
|
"#HTMLGlobalAttrs": true,
|
|
6
22
|
"#GlobalEventAttrs": true,
|
|
7
23
|
"#DocumentElementEventAttrs": true,
|
|
@@ -82,10 +98,17 @@
|
|
|
82
98
|
"#XLinkAttrs": ["xlink:href", "xlink:title"]
|
|
83
99
|
},
|
|
84
100
|
"attributes": {
|
|
101
|
+
// https://svgwg.org/svg2-draft/paths.html#PathLengthAttribute
|
|
85
102
|
"pathLength": {
|
|
86
|
-
"ref": "https://svgwg.org/svg2-draft/paths.html#PathLengthAttribute",
|
|
87
103
|
"type": "<number>",
|
|
88
104
|
"animatable": true
|
|
89
105
|
}
|
|
106
|
+
},
|
|
107
|
+
"aria": {
|
|
108
|
+
"implicitRole": "graphics-symbol",
|
|
109
|
+
"permittedRoles": {
|
|
110
|
+
"core-aam": true,
|
|
111
|
+
"graphics-aam": true
|
|
112
|
+
}
|
|
90
113
|
}
|
|
91
114
|
}
|
|
@@ -1,7 +1,32 @@
|
|
|
1
|
+
// https://svgwg.org/svg2-draft/pservers.html#Patterns
|
|
2
|
+
// https://www.w3.org/TR/svg-aam-1.0/#details-id-55
|
|
1
3
|
{
|
|
2
|
-
"
|
|
3
|
-
|
|
4
|
-
|
|
4
|
+
"contentModel": {
|
|
5
|
+
"contents": [
|
|
6
|
+
{
|
|
7
|
+
"zeroOrMore": [
|
|
8
|
+
"#SVGAnimation",
|
|
9
|
+
"#SVGDescriptive",
|
|
10
|
+
"#SVGPaintServer",
|
|
11
|
+
"#SVGShape",
|
|
12
|
+
"#SVGStructural",
|
|
13
|
+
"svg|a",
|
|
14
|
+
"svg|clipPath",
|
|
15
|
+
"svg|filter",
|
|
16
|
+
"svg|foreignObject",
|
|
17
|
+
"svg|image",
|
|
18
|
+
"svg|marker",
|
|
19
|
+
"svg|mask",
|
|
20
|
+
"svg|script",
|
|
21
|
+
"svg|style",
|
|
22
|
+
"svg|switch",
|
|
23
|
+
"svg|text",
|
|
24
|
+
"svg|view"
|
|
25
|
+
]
|
|
26
|
+
}
|
|
27
|
+
]
|
|
28
|
+
},
|
|
29
|
+
"globalAttrs": {
|
|
5
30
|
"#GlobalEventAttrs": true,
|
|
6
31
|
"#DocumentElementEventAttrs": true,
|
|
7
32
|
"#SVGCoreAttrs": ["id", "tabindex", "autofocus", "lang", "xml:space", "class", "style"],
|
|
@@ -77,27 +102,27 @@
|
|
|
77
102
|
"#XLinkAttrs": ["xlink:href", "xlink:title"]
|
|
78
103
|
},
|
|
79
104
|
"attributes": {
|
|
105
|
+
// https://svgwg.org/svg2-draft/coords.html#ViewBoxAttribute
|
|
80
106
|
"viewBox": {
|
|
81
|
-
"ref": "https://svgwg.org/svg2-draft/coords.html#ViewBoxAttribute",
|
|
82
107
|
"type": "<view-box>",
|
|
83
108
|
"animatable": true
|
|
84
109
|
},
|
|
110
|
+
// https://svgwg.org/svg2-draft/coords.html#PreserveAspectRatioAttribute
|
|
85
111
|
"preserveAspectRatio": {
|
|
86
|
-
"ref": "https://svgwg.org/svg2-draft/coords.html#PreserveAspectRatioAttribute",
|
|
87
112
|
"type": "<preserve-aspect-ratio>",
|
|
88
113
|
"defaultValue": "xMidYMid meet",
|
|
89
114
|
"animatable": true
|
|
90
115
|
},
|
|
116
|
+
// https://svgwg.org/svg2-draft/pservers.html#PatternElementWidthAttribute
|
|
91
117
|
"width": {
|
|
92
|
-
"ref": "https://svgwg.org/svg2-draft/pservers.html#PatternElementWidthAttribute",
|
|
93
118
|
"defaultValue": "0"
|
|
94
119
|
},
|
|
120
|
+
// https://svgwg.org/svg2-draft/pservers.html#PatternElementHeightAttribute
|
|
95
121
|
"height": {
|
|
96
|
-
"ref": "https://svgwg.org/svg2-draft/pservers.html#PatternElementHeightAttribute",
|
|
97
122
|
"defaultValue": "0"
|
|
98
123
|
},
|
|
124
|
+
// https://svgwg.org/svg2-draft/pservers.html#PatternElementPatternUnitsAttribute
|
|
99
125
|
"patternUnits": {
|
|
100
|
-
"ref": "https://svgwg.org/svg2-draft/pservers.html#PatternElementPatternUnitsAttribute",
|
|
101
126
|
"type": {
|
|
102
127
|
"enum": ["userSpaceOnUse", "objectBoundingBox"],
|
|
103
128
|
"disallowToSurroundBySpaces": false
|
|
@@ -105,8 +130,8 @@
|
|
|
105
130
|
"defaultValue": "objectBoundingBox",
|
|
106
131
|
"animatable": true
|
|
107
132
|
},
|
|
133
|
+
// https://svgwg.org/svg2-draft/pservers.html#PatternElementPatternContentUnitsAttribute
|
|
108
134
|
"patternContentUnits": {
|
|
109
|
-
"ref": "https://svgwg.org/svg2-draft/pservers.html#PatternElementPatternContentUnitsAttribute",
|
|
110
135
|
"type": {
|
|
111
136
|
"enum": ["userSpaceOnUse", "objectBoundingBox"],
|
|
112
137
|
"disallowToSurroundBySpaces": false
|
|
@@ -114,15 +139,19 @@
|
|
|
114
139
|
"defaultValue": "userSpaceOnUse",
|
|
115
140
|
"animatable": true
|
|
116
141
|
},
|
|
142
|
+
// https://svgwg.org/svg2-draft/pservers.html#PatternElementPatternTransformAttribute
|
|
117
143
|
"patternTransform": {
|
|
118
|
-
"ref": "https://svgwg.org/svg2-draft/pservers.html#PatternElementPatternTransformAttribute",
|
|
119
144
|
"type": "<transform-list>",
|
|
120
145
|
"animatable": true
|
|
121
146
|
},
|
|
147
|
+
// https://svgwg.org/svg2-draft/pservers.html#PatternElementHrefAttribute
|
|
122
148
|
"href": {
|
|
123
|
-
"ref": "https://svgwg.org/svg2-draft/pservers.html#PatternElementHrefAttribute",
|
|
124
149
|
"type": "URL",
|
|
125
150
|
"animatable": true
|
|
126
151
|
}
|
|
152
|
+
},
|
|
153
|
+
"aria": {
|
|
154
|
+
"implicitRole": false,
|
|
155
|
+
"permittedRoles": false
|
|
127
156
|
}
|
|
128
157
|
}
|
|
@@ -1,7 +1,23 @@
|
|
|
1
|
+
// https://svgwg.org/svg2-draft/shapes.html#PolygonElement
|
|
2
|
+
// https://www.w3.org/TR/svg-aam-1.0/#details-id-56
|
|
1
3
|
{
|
|
2
|
-
"
|
|
3
|
-
|
|
4
|
-
|
|
4
|
+
"contentModel": {
|
|
5
|
+
"contents": [
|
|
6
|
+
{
|
|
7
|
+
"zeroOrMore": [
|
|
8
|
+
"#SVGAnimation",
|
|
9
|
+
"#SVGDescriptive",
|
|
10
|
+
"#SVGPaintServer",
|
|
11
|
+
"svg|clipPath",
|
|
12
|
+
"svg|marker",
|
|
13
|
+
"svg|mask",
|
|
14
|
+
"svg|script",
|
|
15
|
+
"svg|style"
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
]
|
|
19
|
+
},
|
|
20
|
+
"globalAttrs": {
|
|
5
21
|
"#HTMLGlobalAttrs": true,
|
|
6
22
|
"#GlobalEventAttrs": true,
|
|
7
23
|
"#DocumentElementEventAttrs": true,
|
|
@@ -80,15 +96,22 @@
|
|
|
80
96
|
]
|
|
81
97
|
},
|
|
82
98
|
"attributes": {
|
|
99
|
+
// https://svgwg.org/svg2-draft/paths.html#PathLengthAttribute
|
|
83
100
|
"pathLength": {
|
|
84
|
-
"ref": "https://svgwg.org/svg2-draft/paths.html#PathLengthAttribute",
|
|
85
101
|
"type": "<number>",
|
|
86
102
|
"animatable": true
|
|
87
103
|
},
|
|
104
|
+
// https://svgwg.org/svg2-draft/shapes.html#PolygonElementPointsAttribute
|
|
88
105
|
"points": {
|
|
89
|
-
"ref": "https://svgwg.org/svg2-draft/shapes.html#PolylineElementPointsAttribute",
|
|
90
106
|
"type": "<points>",
|
|
91
107
|
"animatable": true
|
|
92
108
|
}
|
|
109
|
+
},
|
|
110
|
+
"aria": {
|
|
111
|
+
"implicitRole": "graphics-symbol",
|
|
112
|
+
"permittedRoles": {
|
|
113
|
+
"core-aam": true,
|
|
114
|
+
"graphics-aam": true
|
|
115
|
+
}
|
|
93
116
|
}
|
|
94
117
|
}
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
// https://svgwg.org/svg2-draft/shapes.html#PolylineElement
|
|
2
|
+
// https://www.w3.org/TR/svg-aam-1.0/#details-id-57
|
|
3
|
+
{
|
|
4
|
+
"contentModel": {
|
|
5
|
+
"contents": [
|
|
6
|
+
{
|
|
7
|
+
"zeroOrMore": [
|
|
8
|
+
"#SVGAnimation",
|
|
9
|
+
"#SVGDescriptive",
|
|
10
|
+
"#SVGPaintServer",
|
|
11
|
+
"svg|clipPath",
|
|
12
|
+
"svg|marker",
|
|
13
|
+
"svg|mask",
|
|
14
|
+
"svg|script",
|
|
15
|
+
"svg|style"
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
]
|
|
19
|
+
},
|
|
20
|
+
"globalAttrs": {
|
|
21
|
+
"#HTMLGlobalAttrs": true,
|
|
22
|
+
"#GlobalEventAttrs": true,
|
|
23
|
+
"#DocumentElementEventAttrs": true,
|
|
24
|
+
"#ARIAAttrs": true,
|
|
25
|
+
"#SVGConditionalProcessingAttrs": ["requiredExtensions", "systemLanguage"],
|
|
26
|
+
"#SVGCoreAttrs": ["id", "tabindex", "autofocus", "lang", "xml:space", "class", "style"],
|
|
27
|
+
"#SVGPresentationAttrs": [
|
|
28
|
+
"alignment-baseline",
|
|
29
|
+
"baseline-shift",
|
|
30
|
+
"clip",
|
|
31
|
+
"clip-path",
|
|
32
|
+
"clip-rule",
|
|
33
|
+
"color",
|
|
34
|
+
"color-interpolation",
|
|
35
|
+
"color-interpolation-filters",
|
|
36
|
+
"color-rendering",
|
|
37
|
+
"cursor",
|
|
38
|
+
"direction",
|
|
39
|
+
"display",
|
|
40
|
+
"dominant-baseline",
|
|
41
|
+
"enable-background",
|
|
42
|
+
"fill",
|
|
43
|
+
"fill-opacity",
|
|
44
|
+
"fill-rule",
|
|
45
|
+
"filter",
|
|
46
|
+
"flood-color",
|
|
47
|
+
"flood-opacity",
|
|
48
|
+
"font",
|
|
49
|
+
"font-family",
|
|
50
|
+
"font-size",
|
|
51
|
+
"font-size-adjust",
|
|
52
|
+
"font-stretch",
|
|
53
|
+
"font-style",
|
|
54
|
+
"font-variant",
|
|
55
|
+
"font-weight",
|
|
56
|
+
"glyph-orientation-horizontal",
|
|
57
|
+
"glyph-orientation-vertical",
|
|
58
|
+
"image-rendering",
|
|
59
|
+
"isolation",
|
|
60
|
+
"kerning",
|
|
61
|
+
"letter-spacing",
|
|
62
|
+
"lighting-color",
|
|
63
|
+
"marker",
|
|
64
|
+
"marker-end",
|
|
65
|
+
"marker-mid",
|
|
66
|
+
"marker-start",
|
|
67
|
+
"mask",
|
|
68
|
+
"mask-type",
|
|
69
|
+
"opacity",
|
|
70
|
+
"overflow",
|
|
71
|
+
"paint-order",
|
|
72
|
+
"pointer-events",
|
|
73
|
+
"shape-rendering",
|
|
74
|
+
"stop-color",
|
|
75
|
+
"stop-opacity",
|
|
76
|
+
"stroke",
|
|
77
|
+
"stroke-dasharray",
|
|
78
|
+
"stroke-dashoffset",
|
|
79
|
+
"stroke-linecap",
|
|
80
|
+
"stroke-linejoin",
|
|
81
|
+
"stroke-miterlimit",
|
|
82
|
+
"stroke-opacity",
|
|
83
|
+
"stroke-width",
|
|
84
|
+
"text-anchor",
|
|
85
|
+
"text-decoration",
|
|
86
|
+
"text-overflow",
|
|
87
|
+
"text-rendering",
|
|
88
|
+
"transform",
|
|
89
|
+
"transform-origin",
|
|
90
|
+
"unicode-bidi",
|
|
91
|
+
"vector-effect",
|
|
92
|
+
"visibility",
|
|
93
|
+
"white-space",
|
|
94
|
+
"word-spacing",
|
|
95
|
+
"writing-mode"
|
|
96
|
+
]
|
|
97
|
+
},
|
|
98
|
+
"attributes": {
|
|
99
|
+
// https://svgwg.org/svg2-draft/paths.html#PathLengthAttribute
|
|
100
|
+
"pathLength": {
|
|
101
|
+
"type": "<number>",
|
|
102
|
+
"animatable": true
|
|
103
|
+
},
|
|
104
|
+
// https://svgwg.org/svg2-draft/shapes.html#PolylineElementPointsAttribute
|
|
105
|
+
"points": {
|
|
106
|
+
"type": "<points>",
|
|
107
|
+
"animatable": true
|
|
108
|
+
}
|
|
109
|
+
},
|
|
110
|
+
"aria": {
|
|
111
|
+
"implicitRole": "graphics-symbol",
|
|
112
|
+
"permittedRoles": {
|
|
113
|
+
"core-aam": true,
|
|
114
|
+
"graphics-aam": true
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
}
|
|
@@ -1,7 +1,22 @@
|
|
|
1
|
+
// https://svgwg.org/svg2-draft/pservers.html#RadialGradientElement
|
|
2
|
+
// https://www.w3.org/TR/svg-aam-1.0/#details-id-58
|
|
1
3
|
{
|
|
2
|
-
"
|
|
3
|
-
|
|
4
|
-
|
|
4
|
+
"contentModel": {
|
|
5
|
+
"contents": [
|
|
6
|
+
{
|
|
7
|
+
"zeroOrMore": [
|
|
8
|
+
"#SVGDescriptive",
|
|
9
|
+
"svg|animate",
|
|
10
|
+
"svg|animateTransform",
|
|
11
|
+
"svg|script",
|
|
12
|
+
"svg|set",
|
|
13
|
+
"svg|stop",
|
|
14
|
+
"svg|style"
|
|
15
|
+
]
|
|
16
|
+
}
|
|
17
|
+
]
|
|
18
|
+
},
|
|
19
|
+
"globalAttrs": {
|
|
5
20
|
"#GlobalEventAttrs": true,
|
|
6
21
|
"#DocumentElementEventAttrs": true,
|
|
7
22
|
"#SVGCoreAttrs": ["id", "tabindex", "autofocus", "lang", "xml:space", "class", "style"],
|
|
@@ -77,42 +92,42 @@
|
|
|
77
92
|
"#XLinkAttrs": ["xlink:href", "xlink:title"]
|
|
78
93
|
},
|
|
79
94
|
"attributes": {
|
|
95
|
+
// https://svgwg.org/svg2-draft/pservers.html#RadialGradientElementCXAttribute
|
|
80
96
|
"cx": {
|
|
81
|
-
"ref": "https://svgwg.org/svg2-draft/pservers.html#RadialGradientElementCXAttribute",
|
|
82
97
|
"type": ["<svg-length>", "<percentage>"],
|
|
83
98
|
"defaultValue": "50%",
|
|
84
99
|
"animatable": true
|
|
85
100
|
},
|
|
101
|
+
// https://svgwg.org/svg2-draft/pservers.html#RadialGradientElementCYAttribute
|
|
86
102
|
"cy": {
|
|
87
|
-
"ref": "https://svgwg.org/svg2-draft/pservers.html#RadialGradientElementCYAttribute",
|
|
88
103
|
"type": ["<svg-length>", "<percentage>"],
|
|
89
104
|
"defaultValue": "50%",
|
|
90
105
|
"animatable": true
|
|
91
106
|
},
|
|
107
|
+
// https://svgwg.org/svg2-draft/pservers.html#RadialGradientElementRAttribute
|
|
92
108
|
"r": {
|
|
93
|
-
"ref": "https://svgwg.org/svg2-draft/pservers.html#RadialGradientElementRAttribute",
|
|
94
109
|
"type": ["<svg-length>", "<percentage>"],
|
|
95
110
|
"defaultValue": "50%",
|
|
96
111
|
"animatable": true
|
|
97
112
|
},
|
|
113
|
+
// https://svgwg.org/svg2-draft/pservers.html#RadialGradientElementFXAttribute
|
|
98
114
|
"fx": {
|
|
99
|
-
"ref": "https://svgwg.org/svg2-draft/pservers.html#RadialGradientElementFXAttribute",
|
|
100
115
|
"type": ["<svg-length>", "<percentage>"],
|
|
101
116
|
"animatable": true
|
|
102
117
|
},
|
|
118
|
+
// https://svgwg.org/svg2-draft/pservers.html#RadialGradientElementFYAttribute
|
|
103
119
|
"fy": {
|
|
104
|
-
"ref": "https://svgwg.org/svg2-draft/pservers.html#RadialGradientElementFYAttribute",
|
|
105
120
|
"type": ["<svg-length>", "<percentage>"],
|
|
106
121
|
"animatable": true
|
|
107
122
|
},
|
|
123
|
+
// https://svgwg.org/svg2-draft/pservers.html#RadialGradientElementFRAttribute
|
|
108
124
|
"fr": {
|
|
109
|
-
"ref": "https://svgwg.org/svg2-draft/pservers.html#RadialGradientElementFRAttribute",
|
|
110
125
|
"type": ["<svg-length>", "<percentage>"],
|
|
111
126
|
"defaultValue": "0%",
|
|
112
127
|
"animatable": true
|
|
113
128
|
},
|
|
129
|
+
// https://svgwg.org/svg2-draft/pservers.html#RadialGradientElementGradientUnitsAttribute
|
|
114
130
|
"gradientUnits": {
|
|
115
|
-
"ref": "https://svgwg.org/svg2-draft/pservers.html#RadialGradientElementGradientUnitsAttribute",
|
|
116
131
|
"type": {
|
|
117
132
|
"enum": ["userSpaceOnUse", "objectBoundingBox"],
|
|
118
133
|
"disallowToSurroundBySpaces": false
|
|
@@ -120,13 +135,13 @@
|
|
|
120
135
|
"defaultValue": "objectBoundingBox",
|
|
121
136
|
"animatable": true
|
|
122
137
|
},
|
|
138
|
+
// https://svgwg.org/svg2-draft/pservers.html#RadialGradientElementGradientTransformAttribute
|
|
123
139
|
"gradientTransform": {
|
|
124
|
-
"ref": "https://svgwg.org/svg2-draft/pservers.html#RadialGradientElementGradientTransformAttribute",
|
|
125
140
|
"type": "<transform-list>",
|
|
126
141
|
"animatable": true
|
|
127
142
|
},
|
|
143
|
+
// https://svgwg.org/svg2-draft/pservers.html#RadialGradientElementSpreadMethodAttribute
|
|
128
144
|
"spreadMethod": {
|
|
129
|
-
"ref": "https://svgwg.org/svg2-draft/pservers.html#RadialGradientElementSpreadMethodAttribute",
|
|
130
145
|
"type": {
|
|
131
146
|
"enum": ["pad", "reflect", "repeat"],
|
|
132
147
|
"disallowToSurroundBySpaces": false
|
|
@@ -134,10 +149,14 @@
|
|
|
134
149
|
"defaultValue": "pad",
|
|
135
150
|
"animatable": true
|
|
136
151
|
},
|
|
152
|
+
// https://svgwg.org/svg2-draft/pservers.html#RadialGradientElementHrefAttribute
|
|
137
153
|
"href": {
|
|
138
|
-
"ref": "https://svgwg.org/svg2-draft/pservers.html#RadialGradientElementHrefAttribute",
|
|
139
154
|
"type": "URL",
|
|
140
155
|
"animatable": true
|
|
141
156
|
}
|
|
157
|
+
},
|
|
158
|
+
"aria": {
|
|
159
|
+
"implicitRole": false,
|
|
160
|
+
"permittedRoles": false
|
|
142
161
|
}
|
|
143
162
|
}
|