html-validate 10.12.0 → 10.12.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -533,6 +533,7 @@ var html5 = {
533
533
  permittedContent: ["@flow"]
534
534
  },
535
535
  body: {
536
+ optionalEnd: true,
536
537
  permittedContent: ["@flow"],
537
538
  permittedParent: ["html"],
538
539
  attributes: {
@@ -1103,6 +1104,8 @@ var html5 = {
1103
1104
  }
1104
1105
  },
1105
1106
  head: {
1107
+ implicitClosed: ["body"],
1108
+ optionalEnd: true,
1106
1109
  permittedContent: ["base?", "title?", "@meta"],
1107
1110
  permittedParent: ["html"],
1108
1111
  requiredContent: ["title"],
@@ -1171,6 +1174,7 @@ var html5 = {
1171
1174
  }
1172
1175
  },
1173
1176
  html: {
1177
+ optionalEnd: true,
1174
1178
  permittedContent: ["head?", "body?"],
1175
1179
  permittedOrder: ["head", "body"],
1176
1180
  requiredContent: ["head", "body"],