html-validate 11.5.2 → 11.5.3

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.
@@ -1031,6 +1031,7 @@ export declare class HtmlElement extends DOMNode {
1031
1031
  get previousSibling(): HtmlElement | null;
1032
1032
  get nextSibling(): HtmlElement | null;
1033
1033
  getElementsByTagName(tagName: string): HtmlElement[];
1034
+ private collectByTagName;
1034
1035
  querySelector(selector: string): HtmlElement | null;
1035
1036
  querySelectorAll(selector: string): HtmlElement[];
1036
1037
  private querySelectorImpl;
@@ -1333,6 +1333,7 @@ export declare class HtmlElement extends DOMNode {
1333
1333
  get previousSibling(): HtmlElement | null;
1334
1334
  get nextSibling(): HtmlElement | null;
1335
1335
  getElementsByTagName(tagName: string): HtmlElement[];
1336
+ private collectByTagName;
1336
1337
  querySelector(selector: string): HtmlElement | null;
1337
1338
  querySelectorAll(selector: string): HtmlElement[];
1338
1339
  private querySelectorImpl;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "html-validate",
3
- "version": "11.5.2",
3
+ "version": "11.5.3",
4
4
  "description": "Offline HTML5 validator and linter",
5
5
  "keywords": [
6
6
  "html",