html-validate 8.18.1 → 8.18.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.
@@ -2529,9 +2529,7 @@ var html5 = defineMetadata({
2529
2529
  },
2530
2530
  labelable: true,
2531
2531
  attributes: {
2532
- autocomplete: {
2533
- enum: ["on", "off"]
2534
- },
2532
+ autocomplete: {},
2535
2533
  autofocus: {
2536
2534
  boolean: true
2537
2535
  },