html-validate 10.1.0 → 10.1.1

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.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.52.15"
8
+ "packageVersion": "7.53.0"
9
9
  }
10
10
  ]
11
11
  }
@@ -906,6 +906,7 @@ export declare class HtmlElement extends DOMNode {
906
906
  * @since 8.16.0
907
907
  */
908
908
  get tabIndex(): number | null;
909
+ /* Excluded from this release type: textType */
909
910
  /**
910
911
  * Get a list of all attributes on this node.
911
912
  */
@@ -1139,6 +1139,7 @@ export declare class HtmlElement extends DOMNode {
1139
1139
  * @since 8.16.0
1140
1140
  */
1141
1141
  get tabIndex(): number | null;
1142
+ /* Excluded from this release type: textType */
1142
1143
  /**
1143
1144
  * Get a list of all attributes on this node.
1144
1145
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "html-validate",
3
- "version": "10.1.0",
3
+ "version": "10.1.1",
4
4
  "description": "Offline HTML5 validator and linter",
5
5
  "keywords": [
6
6
  "html",