html-validate 10.8.0 → 10.9.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.
@@ -1181,7 +1181,7 @@ var html5 = {
1181
1181
  }
1182
1182
  },
1183
1183
  aria: {
1184
- implicitRole: "document",
1184
+ implicitRole: "generic",
1185
1185
  naming: "prohibited"
1186
1186
  }
1187
1187
  },
@@ -2355,7 +2355,11 @@ var html5 = {
2355
2355
  phrasing: true,
2356
2356
  permittedContent: [],
2357
2357
  textContent: "none",
2358
- requiredAncestors: ["select > button"]
2358
+ requiredAncestors: ["select > button"],
2359
+ aria: {
2360
+ implicitRole: "generic",
2361
+ naming: "prohibited"
2362
+ }
2359
2363
  },
2360
2364
  slot: {
2361
2365
  flow: true,