@markuplint/html-spec 3.0.0-alpha.66 → 3.0.0-dev.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (158) hide show
  1. package/README.md +8 -3
  2. package/index.json +817 -667
  3. package/package.json +8 -8
  4. package/src/spec-common.attributes.json +2 -2
  5. package/src/spec-common.contents.json +80 -1
  6. package/src/spec.a.json +2 -3
  7. package/src/spec.abbr.json +1 -1
  8. package/src/spec.address.json +1 -2
  9. package/src/spec.article.json +1 -1
  10. package/src/spec.aside.json +1 -1
  11. package/src/spec.audio.json +2 -4
  12. package/src/spec.b.json +1 -1
  13. package/src/spec.bdi.json +1 -1
  14. package/src/spec.bdo.json +1 -1
  15. package/src/spec.blockquote.json +1 -1
  16. package/src/spec.body.json +1 -1
  17. package/src/spec.br.json +1 -1
  18. package/src/spec.button.json +1 -2
  19. package/src/spec.canvas.json +1 -2
  20. package/src/spec.caption.json +1 -1
  21. package/src/spec.cite.json +1 -1
  22. package/src/spec.code.json +1 -1
  23. package/src/spec.data.json +1 -1
  24. package/src/spec.datalist.json +2 -2
  25. package/src/spec.dd.json +1 -1
  26. package/src/spec.del.json +1 -1
  27. package/src/spec.details.json +1 -1
  28. package/src/spec.dfn.json +1 -2
  29. package/src/spec.dialog.json +1 -1
  30. package/src/spec.div.json +4 -4
  31. package/src/spec.dl.json +10 -4
  32. package/src/spec.dt.json +1 -2
  33. package/src/spec.em.json +1 -1
  34. package/src/spec.fieldset.json +1 -1
  35. package/src/spec.figcaption.json +1 -1
  36. package/src/spec.figure.json +14 -3
  37. package/src/spec.footer.json +1 -2
  38. package/src/spec.form.json +1 -2
  39. package/src/spec.h1.json +1 -1
  40. package/src/spec.h2.json +1 -1
  41. package/src/spec.h3.json +1 -1
  42. package/src/spec.h4.json +1 -1
  43. package/src/spec.h5.json +1 -1
  44. package/src/spec.h6.json +1 -1
  45. package/src/spec.head.json +2 -4
  46. package/src/spec.header.json +1 -2
  47. package/src/spec.hgroup.json +19 -11
  48. package/src/spec.i.json +1 -1
  49. package/src/spec.iframe.json +1 -5
  50. package/src/spec.input.json +10 -10
  51. package/src/spec.ins.json +1 -1
  52. package/src/spec.kbd.json +1 -1
  53. package/src/spec.label.json +1 -2
  54. package/src/spec.legend.json +1 -1
  55. package/src/spec.li.json +1 -1
  56. package/src/spec.main.json +1 -1
  57. package/src/spec.map.json +1 -1
  58. package/src/spec.mark.json +1 -1
  59. package/src/spec.menu.json +1 -1
  60. package/src/spec.meter.json +2 -3
  61. package/src/spec.nav.json +1 -1
  62. package/src/spec.noscript.json +1 -1
  63. package/src/spec.object.json +1 -1
  64. package/src/spec.ol.json +1 -1
  65. package/src/spec.option.json +1 -1
  66. package/src/spec.output.json +1 -1
  67. package/src/spec.p.json +1 -1
  68. package/src/spec.picture.json +3 -3
  69. package/src/spec.portal.json +1 -1
  70. package/src/spec.pre.json +1 -1
  71. package/src/spec.progress.json +2 -3
  72. package/src/spec.q.json +1 -2
  73. package/src/spec.rp.json +1 -2
  74. package/src/spec.rt.json +1 -1
  75. package/src/spec.ruby.json +1 -2
  76. package/src/spec.s.json +1 -1
  77. package/src/spec.samp.json +1 -1
  78. package/src/spec.script.json +1 -1
  79. package/src/spec.section.json +1 -1
  80. package/src/spec.select.json +2 -2
  81. package/src/spec.slot.json +1 -1
  82. package/src/spec.small.json +1 -1
  83. package/src/spec.span.json +1 -1
  84. package/src/spec.strong.json +1 -1
  85. package/src/spec.sub.json +1 -1
  86. package/src/spec.summary.json +2 -2
  87. package/src/spec.sup.json +1 -1
  88. package/src/spec.svg_a.json +3 -4
  89. package/src/spec.svg_animate.json +1 -1
  90. package/src/spec.svg_animateMotion.json +3 -3
  91. package/src/spec.svg_animateTransform.json +1 -1
  92. package/src/spec.svg_circle.json +3 -3
  93. package/src/spec.svg_clipPath.json +8 -1
  94. package/src/spec.svg_defs.json +5 -5
  95. package/src/spec.svg_desc.json +1 -1
  96. package/src/spec.svg_discard.json +1 -1
  97. package/src/spec.svg_ellipse.json +3 -3
  98. package/src/spec.svg_feBlend.json +1 -1
  99. package/src/spec.svg_feColorMatrix.json +1 -1
  100. package/src/spec.svg_feComponentTransfer.json +1 -1
  101. package/src/spec.svg_feComposite.json +1 -1
  102. package/src/spec.svg_feConvolveMatrix.json +1 -1
  103. package/src/spec.svg_feDiffuseLighting.json +5 -5
  104. package/src/spec.svg_feDisplacementMap.json +1 -1
  105. package/src/spec.svg_feDistantLight.json +1 -1
  106. package/src/spec.svg_feDropShadow.json +1 -1
  107. package/src/spec.svg_feFlood.json +1 -1
  108. package/src/spec.svg_feFuncA.json +1 -1
  109. package/src/spec.svg_feFuncB.json +1 -1
  110. package/src/spec.svg_feFuncG.json +1 -1
  111. package/src/spec.svg_feFuncR.json +1 -1
  112. package/src/spec.svg_feGaussianBlur.json +1 -1
  113. package/src/spec.svg_feImage.json +1 -1
  114. package/src/spec.svg_feMerge.json +1 -1
  115. package/src/spec.svg_feMergeNode.json +1 -1
  116. package/src/spec.svg_feMorphology.json +1 -1
  117. package/src/spec.svg_feOffset.json +1 -1
  118. package/src/spec.svg_fePointLight.json +1 -1
  119. package/src/spec.svg_feSpecularLighting.json +5 -5
  120. package/src/spec.svg_feSpotLight.json +1 -1
  121. package/src/spec.svg_feTile.json +1 -1
  122. package/src/spec.svg_feTurbulence.json +3 -2
  123. package/src/spec.svg_filter.json +1 -1
  124. package/src/spec.svg_g.json +5 -5
  125. package/src/spec.svg_image.json +2 -2
  126. package/src/spec.svg_line.json +3 -3
  127. package/src/spec.svg_linearGradient.json +1 -1
  128. package/src/spec.svg_marker.json +5 -5
  129. package/src/spec.svg_mask.json +5 -5
  130. package/src/spec.svg_metadata.json +1 -1
  131. package/src/spec.svg_mpath.json +1 -1
  132. package/src/spec.svg_path.json +3 -3
  133. package/src/spec.svg_pattern.json +5 -5
  134. package/src/spec.svg_polygon.json +3 -3
  135. package/src/spec.svg_polyline.json +3 -3
  136. package/src/spec.svg_radialGradient.json +1 -1
  137. package/src/spec.svg_rect.json +3 -3
  138. package/src/spec.svg_script.json +1 -1
  139. package/src/spec.svg_set.json +1 -1
  140. package/src/spec.svg_svg.json +5 -5
  141. package/src/spec.svg_switch.json +2 -2
  142. package/src/spec.svg_symbol.json +5 -5
  143. package/src/spec.svg_text.json +4 -4
  144. package/src/spec.svg_textPath.json +2 -2
  145. package/src/spec.svg_title.json +1 -1
  146. package/src/spec.svg_tspan.json +2 -2
  147. package/src/spec.svg_use.json +2 -2
  148. package/src/spec.svg_view.json +1 -1
  149. package/src/spec.table.json +6 -6
  150. package/src/spec.td.json +4 -4
  151. package/src/spec.template.json +1 -5
  152. package/src/spec.th.json +7 -8
  153. package/src/spec.time.json +1 -1
  154. package/src/spec.tr.json +1 -1
  155. package/src/spec.u.json +1 -1
  156. package/src/spec.ul.json +1 -1
  157. package/src/spec.var.json +1 -1
  158. package/src/spec.video.json +2 -4
@@ -5,9 +5,9 @@
5
5
  "contents": [
6
6
  {
7
7
  "zeroOrMore": [
8
- "#SVGAnimation",
9
- "#SVGDescriptive",
10
- "#SVGPaintServer",
8
+ ":model(SVGAnimation)",
9
+ ":model(SVGDescriptive)",
10
+ ":model(SVGPaintServer)",
11
11
  "svg|clipPath",
12
12
  "svg|marker",
13
13
  "svg|mask",
@@ -4,7 +4,14 @@
4
4
  "contentModel": {
5
5
  "contents": [
6
6
  {
7
- "zeroOrMore": ["#SVGAnimation", "#SVGDescriptive", "#SVGShape", "svg|text", "svg|use", "svg|script"]
7
+ "zeroOrMore": [
8
+ ":model(SVGAnimation)",
9
+ ":model(SVGDescriptive)",
10
+ ":model(SVGShape)",
11
+ "svg|text",
12
+ "svg|use",
13
+ "svg|script"
14
+ ]
8
15
  }
9
16
  ]
10
17
  },
@@ -5,11 +5,11 @@
5
5
  "contents": [
6
6
  {
7
7
  "zeroOrMore": [
8
- "#SVGAnimation",
9
- "#SVGDescriptive",
10
- "#SVGPaintServer",
11
- "#SVGShape",
12
- "#SVGStructural",
8
+ ":model(SVGAnimation)",
9
+ ":model(SVGDescriptive)",
10
+ ":model(SVGPaintServer)",
11
+ ":model(SVGShape)",
12
+ ":model(SVGStructural)",
13
13
  "svg|a",
14
14
  "svg|clipPath",
15
15
  "svg|filter",
@@ -4,7 +4,7 @@
4
4
  "contentModel": {
5
5
  "contents": [
6
6
  {
7
- "require": ["#SVGOtherXMLNamespace", "#text"]
7
+ "require": [":model(SVGDescriptive)", ":model(SVGNeverRendered)", "#text"]
8
8
  }
9
9
  ]
10
10
  },
@@ -4,7 +4,7 @@
4
4
  "contentModel": {
5
5
  "contents": [
6
6
  {
7
- "require": ["#SVGDescriptive", "svg|script"]
7
+ "require": [":model(SVGDescriptive)", "svg|script"]
8
8
  }
9
9
  ]
10
10
  },
@@ -5,9 +5,9 @@
5
5
  "contents": [
6
6
  {
7
7
  "zeroOrMore": [
8
- "#SVGAnimation",
9
- "#SVGDescriptive",
10
- "#SVGPaintServer",
8
+ ":model(SVGAnimation)",
9
+ ":model(SVGDescriptive)",
10
+ ":model(SVGPaintServer)",
11
11
  "svg|clipPath",
12
12
  "svg|marker",
13
13
  "svg|mask",
@@ -4,7 +4,7 @@
4
4
  "contentModel": {
5
5
  "contents": [
6
6
  {
7
- "zeroOrMore": ["#SVGDescriptive", "svg|animate", "svg|script", "svg|set"]
7
+ "zeroOrMore": [":model(SVGDescriptive)", "svg|animate", "svg|script", "svg|set"]
8
8
  }
9
9
  ]
10
10
  },
@@ -4,7 +4,7 @@
4
4
  "contentModel": {
5
5
  "contents": [
6
6
  {
7
- "zeroOrMore": ["#SVGDescriptive", "svg|animate", "svg|script", "svg|set"]
7
+ "zeroOrMore": [":model(SVGDescriptive)", "svg|animate", "svg|script", "svg|set"]
8
8
  }
9
9
  ]
10
10
  },
@@ -5,7 +5,7 @@
5
5
  "contents": [
6
6
  {
7
7
  "zeroOrMore": [
8
- "#SVGDescriptive",
8
+ ":model(SVGDescriptive)",
9
9
  "svg|feFuncA",
10
10
  "svg|feFuncR",
11
11
  "svg|feFuncB",
@@ -4,7 +4,7 @@
4
4
  "contentModel": {
5
5
  "contents": [
6
6
  {
7
- "zeroOrMore": ["#SVGDescriptive", "svg|animate", "svg|script", "svg|set"]
7
+ "zeroOrMore": [":model(SVGDescriptive)", "svg|animate", "svg|script", "svg|set"]
8
8
  }
9
9
  ]
10
10
  },
@@ -4,7 +4,7 @@
4
4
  "contentModel": {
5
5
  "contents": [
6
6
  {
7
- "zeroOrMore": ["#SVGDescriptive", "svg|animate", "svg|script", "svg|set"]
7
+ "zeroOrMore": [":model(SVGDescriptive)", "svg|animate", "svg|script", "svg|set"]
8
8
  }
9
9
  ]
10
10
  },
@@ -4,21 +4,21 @@
4
4
  "contentModel": {
5
5
  "contents": [
6
6
  {
7
- "interleave": [
7
+ "choice": [
8
8
  [
9
9
  {
10
- "zeroOrMore": ["#SVGDescriptive", "svg|script"]
10
+ "zeroOrMore": [":model(SVGDescriptive)", "svg|script"]
11
11
  },
12
12
  {
13
- "require": "#SVGLightSource"
13
+ "require": ":model(SVGLightSource)"
14
14
  }
15
15
  ],
16
16
  [
17
17
  {
18
- "require": "#SVGLightSource"
18
+ "require": ":model(SVGLightSource)"
19
19
  },
20
20
  {
21
- "zeroOrMore": ["#SVGDescriptive", "svg|script"]
21
+ "zeroOrMore": [":model(SVGDescriptive)", "svg|script"]
22
22
  }
23
23
  ]
24
24
  ]
@@ -4,7 +4,7 @@
4
4
  "contentModel": {
5
5
  "contents": [
6
6
  {
7
- "zeroOrMore": ["#SVGDescriptive", "svg|animate", "svg|script", "svg|set"]
7
+ "zeroOrMore": [":model(SVGDescriptive)", "svg|animate", "svg|script", "svg|set"]
8
8
  }
9
9
  ]
10
10
  },
@@ -4,7 +4,7 @@
4
4
  "contentModel": {
5
5
  "contents": [
6
6
  {
7
- "zeroOrMore": ["#SVGDescriptive", "svg|animate", "svg|script", "svg|set"]
7
+ "zeroOrMore": [":model(SVGDescriptive)", "svg|animate", "svg|script", "svg|set"]
8
8
  }
9
9
  ]
10
10
  },
@@ -4,7 +4,7 @@
4
4
  "contentModel": {
5
5
  "contents": [
6
6
  {
7
- "zeroOrMore": ["#SVGDescriptive", "svg|animate", "svg|script", "svg|set"]
7
+ "zeroOrMore": [":model(SVGDescriptive)", "svg|animate", "svg|script", "svg|set"]
8
8
  }
9
9
  ]
10
10
  },
@@ -4,7 +4,7 @@
4
4
  "contentModel": {
5
5
  "contents": [
6
6
  {
7
- "zeroOrMore": ["#SVGDescriptive", "svg|animate", "svg|script", "svg|set"]
7
+ "zeroOrMore": [":model(SVGDescriptive)", "svg|animate", "svg|script", "svg|set"]
8
8
  }
9
9
  ]
10
10
  },
@@ -4,7 +4,7 @@
4
4
  "contentModel": {
5
5
  "contents": [
6
6
  {
7
- "zeroOrMore": ["#SVGDescriptive", "svg|animate", "svg|script", "svg|set"]
7
+ "zeroOrMore": [":model(SVGDescriptive)", "svg|animate", "svg|script", "svg|set"]
8
8
  }
9
9
  ]
10
10
  },
@@ -4,7 +4,7 @@
4
4
  "contentModel": {
5
5
  "contents": [
6
6
  {
7
- "zeroOrMore": ["#SVGDescriptive", "svg|animate", "svg|script", "svg|set"]
7
+ "zeroOrMore": [":model(SVGDescriptive)", "svg|animate", "svg|script", "svg|set"]
8
8
  }
9
9
  ]
10
10
  },
@@ -4,7 +4,7 @@
4
4
  "contentModel": {
5
5
  "contents": [
6
6
  {
7
- "zeroOrMore": ["#SVGDescriptive", "svg|animate", "svg|script", "svg|set"]
7
+ "zeroOrMore": [":model(SVGDescriptive)", "svg|animate", "svg|script", "svg|set"]
8
8
  }
9
9
  ]
10
10
  },
@@ -4,7 +4,7 @@
4
4
  "contentModel": {
5
5
  "contents": [
6
6
  {
7
- "zeroOrMore": ["#SVGDescriptive", "svg|animate", "svg|script", "svg|set"]
7
+ "zeroOrMore": [":model(SVGDescriptive)", "svg|animate", "svg|script", "svg|set"]
8
8
  }
9
9
  ]
10
10
  },
@@ -4,7 +4,7 @@
4
4
  "contentModel": {
5
5
  "contents": [
6
6
  {
7
- "zeroOrMore": ["#SVGDescriptive", "svg|animate", "svg|script", "svg|set"]
7
+ "zeroOrMore": [":model(SVGDescriptive)", "svg|animate", "svg|script", "svg|set"]
8
8
  }
9
9
  ]
10
10
  },
@@ -4,7 +4,7 @@
4
4
  "contentModel": {
5
5
  "contents": [
6
6
  {
7
- "zeroOrMore": ["#SVGDescriptive", "svg|animate", "svg|animateTransform", "svg|script", "svg|set"]
7
+ "zeroOrMore": [":model(SVGDescriptive)", "svg|animate", "svg|animateTransform", "svg|script", "svg|set"]
8
8
  }
9
9
  ]
10
10
  },
@@ -4,7 +4,7 @@
4
4
  "contentModel": {
5
5
  "contents": [
6
6
  {
7
- "zeroOrMore": ["#SVGDescriptive", "svg|feMergeNode", "svg|script"]
7
+ "zeroOrMore": [":model(SVGDescriptive)", "svg|feMergeNode", "svg|script"]
8
8
  }
9
9
  ]
10
10
  },
@@ -4,7 +4,7 @@
4
4
  "contentModel": {
5
5
  "contents": [
6
6
  {
7
- "zeroOrMore": ["#SVGDescriptive", "svg|animate", "svg|script", "svg|set"]
7
+ "zeroOrMore": [":model(SVGDescriptive)", "svg|animate", "svg|script", "svg|set"]
8
8
  }
9
9
  ]
10
10
  },
@@ -4,7 +4,7 @@
4
4
  "contentModel": {
5
5
  "contents": [
6
6
  {
7
- "zeroOrMore": ["#SVGDescriptive", "svg|animate", "svg|script", "svg|set"]
7
+ "zeroOrMore": [":model(SVGDescriptive)", "svg|animate", "svg|script", "svg|set"]
8
8
  }
9
9
  ]
10
10
  },
@@ -4,7 +4,7 @@
4
4
  "contentModel": {
5
5
  "contents": [
6
6
  {
7
- "zeroOrMore": ["#SVGDescriptive", "svg|animate", "svg|script", "svg|set"]
7
+ "zeroOrMore": [":model(SVGDescriptive)", "svg|animate", "svg|script", "svg|set"]
8
8
  }
9
9
  ]
10
10
  },
@@ -4,7 +4,7 @@
4
4
  "contentModel": {
5
5
  "contents": [
6
6
  {
7
- "zeroOrMore": ["#SVGDescriptive", "svg|animate", "svg|script", "svg|set"]
7
+ "zeroOrMore": [":model(SVGDescriptive)", "svg|animate", "svg|script", "svg|set"]
8
8
  }
9
9
  ]
10
10
  },
@@ -4,21 +4,21 @@
4
4
  "contentModel": {
5
5
  "contents": [
6
6
  {
7
- "interleave": [
7
+ "choice": [
8
8
  [
9
9
  {
10
- "zeroOrMore": ["#SVGDescriptive", "svg|script"]
10
+ "zeroOrMore": [":model(SVGDescriptive)", "svg|script"]
11
11
  },
12
12
  {
13
- "require": "#SVGLightSource"
13
+ "require": ":model(SVGLightSource)"
14
14
  }
15
15
  ],
16
16
  [
17
17
  {
18
- "require": "#SVGLightSource"
18
+ "require": ":model(SVGLightSource)"
19
19
  },
20
20
  {
21
- "zeroOrMore": ["#SVGDescriptive", "svg|script"]
21
+ "zeroOrMore": [":model(SVGDescriptive)", "svg|script"]
22
22
  }
23
23
  ]
24
24
  ]
@@ -4,7 +4,7 @@
4
4
  "contentModel": {
5
5
  "contents": [
6
6
  {
7
- "zeroOrMore": ["#SVGDescriptive", "svg|animate", "svg|script", "svg|set"]
7
+ "zeroOrMore": [":model(SVGDescriptive)", "svg|animate", "svg|script", "svg|set"]
8
8
  }
9
9
  ]
10
10
  },
@@ -4,7 +4,7 @@
4
4
  "contentModel": {
5
5
  "contents": [
6
6
  {
7
- "zeroOrMore": ["#SVGDescriptive", "svg|animate", "svg|script", "svg|set"]
7
+ "zeroOrMore": [":model(SVGDescriptive)", "svg|animate", "svg|script", "svg|set"]
8
8
  }
9
9
  ]
10
10
  },
@@ -4,7 +4,7 @@
4
4
  "contentModel": {
5
5
  "contents": [
6
6
  {
7
- "zeroOrMore": ["#SVGDescriptive", "svg|animate", "svg|script", "svg|set"]
7
+ "zeroOrMore": [":model(SVGDescriptive)", "svg|animate", "svg|script", "svg|set"]
8
8
  }
9
9
  ]
10
10
  },
@@ -92,7 +92,8 @@
92
92
  },
93
93
  // https://drafts.fxtf.org/filter-effects/#element-attrdef-feturbulence-numoctaves
94
94
  "numOctaves": {
95
- "type": "<positive-integer>",
95
+ // TODO: Negative values are unsupported
96
+ "type": "<integer>",
96
97
  "defaultValue": "1",
97
98
  "animatable": true
98
99
  },
@@ -4,7 +4,7 @@
4
4
  "contentModel": {
5
5
  "contents": [
6
6
  {
7
- "zeroOrMore": ["#SVGDescriptive", "#SVGFilterPrimitive", "svg|animate", "svg|script", "svg|set"]
7
+ "zeroOrMore": [":model(SVGDescriptive)", "#SVGFilterPrimitive", "svg|animate", "svg|script", "svg|set"]
8
8
  }
9
9
  ]
10
10
  },
@@ -5,11 +5,11 @@
5
5
  "contents": [
6
6
  {
7
7
  "zeroOrMore": [
8
- "#SVGAnimation",
9
- "#SVGDescriptive",
10
- "#SVGPaintServer",
11
- "#SVGShape",
12
- "#SVGStructural",
8
+ ":model(SVGAnimation)",
9
+ ":model(SVGDescriptive)",
10
+ ":model(SVGPaintServer)",
11
+ ":model(SVGShape)",
12
+ ":model(SVGStructural)",
13
13
  "svg|a",
14
14
  "svg|clipPath",
15
15
  "svg|filter",
@@ -5,8 +5,8 @@
5
5
  "contents": [
6
6
  {
7
7
  "zeroOrMore": [
8
- "#SVGAnimation",
9
- "#SVGDescriptive",
8
+ ":model(SVGAnimation)",
9
+ ":model(SVGDescriptive)",
10
10
  "svg|clipPath",
11
11
  "svg|mask",
12
12
  "svg|script",
@@ -5,9 +5,9 @@
5
5
  "contents": [
6
6
  {
7
7
  "zeroOrMore": [
8
- "#SVGAnimation",
9
- "#SVGDescriptive",
10
- "#SVGPaintServer",
8
+ ":model(SVGAnimation)",
9
+ ":model(SVGDescriptive)",
10
+ ":model(SVGPaintServer)",
11
11
  "svg|clipPath",
12
12
  "svg|marker",
13
13
  "svg|mask",
@@ -5,7 +5,7 @@
5
5
  "contents": [
6
6
  {
7
7
  "zeroOrMore": [
8
- "#SVGDescriptive",
8
+ ":model(SVGDescriptive)",
9
9
  "svg|animate",
10
10
  "svg|animateTransform",
11
11
  "svg|script",
@@ -5,11 +5,11 @@
5
5
  "contents": [
6
6
  {
7
7
  "zeroOrMore": [
8
- "#SVGAnimation",
9
- "#SVGDescriptive",
10
- "#SVGPaintServer",
11
- "#SVGShape",
12
- "#SVGStructural",
8
+ ":model(SVGAnimation)",
9
+ ":model(SVGDescriptive)",
10
+ ":model(SVGPaintServer)",
11
+ ":model(SVGShape)",
12
+ ":model(SVGStructural)",
13
13
  "svg|a",
14
14
  "svg|clipPath",
15
15
  "svg|filter",
@@ -5,11 +5,11 @@
5
5
  "contents": [
6
6
  {
7
7
  "zeroOrMore": [
8
- "#SVGAnimation",
9
- "#SVGDescriptive",
10
- "#SVGShape",
11
- "#SVGStructural",
12
- "#SVGGradient",
8
+ ":model(SVGAnimation)",
9
+ ":model(SVGDescriptive)",
10
+ ":model(SVGShape)",
11
+ ":model(SVGStructural)",
12
+ ":model(SVGGradient)",
13
13
  "svg|a",
14
14
  "svg|altGlyphDef",
15
15
  "svg|clipPath",
@@ -4,7 +4,7 @@
4
4
  "contentModel": {
5
5
  "contents": [
6
6
  {
7
- "zeroOrMore": ["#SVGOtherXMLNamespace", "#text"]
7
+ "zeroOrMore": [":model(SVGDescriptive)", ":model(SVGNeverRendered)", "#text"]
8
8
  }
9
9
  ]
10
10
  },
@@ -4,7 +4,7 @@
4
4
  "contentModel": {
5
5
  "contents": [
6
6
  {
7
- "zeroOrMore": ["#SVGDescriptive", "svg|script"]
7
+ "zeroOrMore": [":model(SVGDescriptive)", "svg|script"]
8
8
  }
9
9
  ]
10
10
  },
@@ -5,9 +5,9 @@
5
5
  "contents": [
6
6
  {
7
7
  "zeroOrMore": [
8
- "#SVGAnimation",
9
- "#SVGDescriptive",
10
- "#SVGPaintServer",
8
+ ":model(SVGAnimation)",
9
+ ":model(SVGDescriptive)",
10
+ ":model(SVGPaintServer)",
11
11
  "svg|clipPath",
12
12
  "svg|marker",
13
13
  "svg|mask",
@@ -5,11 +5,11 @@
5
5
  "contents": [
6
6
  {
7
7
  "zeroOrMore": [
8
- "#SVGAnimation",
9
- "#SVGDescriptive",
10
- "#SVGPaintServer",
11
- "#SVGShape",
12
- "#SVGStructural",
8
+ ":model(SVGAnimation)",
9
+ ":model(SVGDescriptive)",
10
+ ":model(SVGPaintServer)",
11
+ ":model(SVGShape)",
12
+ ":model(SVGStructural)",
13
13
  "svg|a",
14
14
  "svg|clipPath",
15
15
  "svg|filter",
@@ -5,9 +5,9 @@
5
5
  "contents": [
6
6
  {
7
7
  "zeroOrMore": [
8
- "#SVGAnimation",
9
- "#SVGDescriptive",
10
- "#SVGPaintServer",
8
+ ":model(SVGAnimation)",
9
+ ":model(SVGDescriptive)",
10
+ ":model(SVGPaintServer)",
11
11
  "svg|clipPath",
12
12
  "svg|marker",
13
13
  "svg|mask",
@@ -5,9 +5,9 @@
5
5
  "contents": [
6
6
  {
7
7
  "zeroOrMore": [
8
- "#SVGAnimation",
9
- "#SVGDescriptive",
10
- "#SVGPaintServer",
8
+ ":model(SVGAnimation)",
9
+ ":model(SVGDescriptive)",
10
+ ":model(SVGPaintServer)",
11
11
  "svg|clipPath",
12
12
  "svg|marker",
13
13
  "svg|mask",
@@ -5,7 +5,7 @@
5
5
  "contents": [
6
6
  {
7
7
  "zeroOrMore": [
8
- "#SVGDescriptive",
8
+ ":model(SVGDescriptive)",
9
9
  "svg|animate",
10
10
  "svg|animateTransform",
11
11
  "svg|script",
@@ -5,9 +5,9 @@
5
5
  "contents": [
6
6
  {
7
7
  "zeroOrMore": [
8
- "#SVGAnimation",
9
- "#SVGDescriptive",
10
- "#SVGPaintServer",
8
+ ":model(SVGAnimation)",
9
+ ":model(SVGDescriptive)",
10
+ ":model(SVGPaintServer)",
11
11
  "svg|clipPath",
12
12
  "svg|marker",
13
13
  "svg|mask",
@@ -4,7 +4,7 @@
4
4
  "contentModel": {
5
5
  "contents": [
6
6
  {
7
- "zeroOrMore": ["#SVGOtherXMLNamespace", "#text"]
7
+ "zeroOrMore": [":model(SVGNeverRendered)", ":model(SVGStructurallyExternal)", "#text"]
8
8
  }
9
9
  ]
10
10
  },
@@ -4,7 +4,7 @@
4
4
  "contentModel": {
5
5
  "contents": [
6
6
  {
7
- "zeroOrMore": ["#SVGDescriptive", "svg|script"]
7
+ "zeroOrMore": [":model(SVGDescriptive)", "svg|script"]
8
8
  }
9
9
  ]
10
10
  },
@@ -5,11 +5,11 @@
5
5
  "contents": [
6
6
  {
7
7
  "zeroOrMore": [
8
- "#SVGAnimation",
9
- "#SVGDescriptive",
10
- "#SVGPaintServer",
11
- "#SVGShape",
12
- "#SVGStructural",
8
+ ":model(SVGAnimation)",
9
+ ":model(SVGDescriptive)",
10
+ ":model(SVGPaintServer)",
11
+ ":model(SVGShape)",
12
+ ":model(SVGStructural)",
13
13
  "svg|a",
14
14
  "svg|clipPath",
15
15
  "svg|filter",
@@ -5,8 +5,8 @@
5
5
  "contents": [
6
6
  {
7
7
  "zeroOrMore": [
8
- "#SVGAnimation",
9
- "#SVGShape",
8
+ ":model(SVGAnimation)",
9
+ ":model(SVGShape)",
10
10
  "svg|a",
11
11
  "svg|foreignObject",
12
12
  "svg|g",