html-validate 9.4.1 → 9.4.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.
@@ -0,0 +1 @@
1
+ export * from "../types/html-validate";
@@ -0,0 +1 @@
1
+ export * from "../types/html5";
@@ -0,0 +1 @@
1
+ export * from "../types/jest-worker";
@@ -1,3 +1,3 @@
1
1
  {
2
- "type": "module"
3
- }
2
+ "type": "module"
3
+ }
@@ -0,0 +1 @@
1
+ export * from "../types/vitest";
@@ -866,7 +866,7 @@ export declare class HtmlElement extends DOMNode {
866
866
  *
867
867
  * Implementation of DOM specification of Element.matches(selectors).
868
868
  */
869
- matches(selector: string): boolean;
869
+ matches(selectorList: string): boolean;
870
870
  get meta(): MetaElement | null;
871
871
  get parent(): HtmlElement | null;
872
872
  /**
@@ -1099,7 +1099,7 @@ export declare class HtmlElement extends DOMNode {
1099
1099
  *
1100
1100
  * Implementation of DOM specification of Element.matches(selectors).
1101
1101
  */
1102
- matches(selector: string): boolean;
1102
+ matches(selectorList: string): boolean;
1103
1103
  get meta(): MetaElement | null;
1104
1104
  get parent(): HtmlElement | null;
1105
1105
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "html-validate",
3
- "version": "9.4.1",
3
+ "version": "9.4.2",
4
4
  "description": "Offline html5 validator",
5
5
  "keywords": [
6
6
  "html",