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.
@@ -535,6 +535,7 @@ var html5 = {
535
535
  permittedContent: ["@flow"]
536
536
  },
537
537
  body: {
538
+ optionalEnd: true,
538
539
  permittedContent: ["@flow"],
539
540
  permittedParent: ["html"],
540
541
  attributes: {
@@ -1105,6 +1106,8 @@ var html5 = {
1105
1106
  }
1106
1107
  },
1107
1108
  head: {
1109
+ implicitClosed: ["body"],
1110
+ optionalEnd: true,
1108
1111
  permittedContent: ["base?", "title?", "@meta"],
1109
1112
  permittedParent: ["html"],
1110
1113
  requiredContent: ["title"],
@@ -1173,6 +1176,7 @@ var html5 = {
1173
1176
  }
1174
1177
  },
1175
1178
  html: {
1179
+ optionalEnd: true,
1176
1180
  permittedContent: ["head?", "body?"],
1177
1181
  permittedOrder: ["head", "body"],
1178
1182
  requiredContent: ["head", "body"],