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