html-validate 10.14.0 → 10.16.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.
@@ -2167,9 +2167,15 @@ var html5 = {
2167
2167
  "article",
2168
2168
  "aside",
2169
2169
  "blockquote",
2170
+ "dd",
2171
+ "details",
2172
+ "dialog",
2170
2173
  "div",
2171
2174
  "dl",
2175
+ "dt",
2172
2176
  "fieldset",
2177
+ "figcaption",
2178
+ "figure",
2173
2179
  "footer",
2174
2180
  "form",
2175
2181
  "h1",
@@ -2181,11 +2187,14 @@ var html5 = {
2181
2187
  "header",
2182
2188
  "hgroup",
2183
2189
  "hr",
2190
+ "li",
2184
2191
  "main",
2192
+ "menu",
2185
2193
  "nav",
2186
2194
  "ol",
2187
2195
  "p",
2188
2196
  "pre",
2197
+ "search",
2189
2198
  "section",
2190
2199
  "table",
2191
2200
  "ul"