@markuplint/html-spec 3.0.0-alpha.5 → 3.0.0-alpha.6

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.
package/index.json CHANGED
@@ -363,7 +363,7 @@
363
363
  }
364
364
  },
365
365
  "class": {
366
- "type": "<class-list>"
366
+ "type": "Any"
367
367
  },
368
368
  "id": {
369
369
  "type": "DOMID"
@@ -1027,7 +1027,7 @@
1027
1027
  "type": "BCP47"
1028
1028
  },
1029
1029
  "class": {
1030
- "type": "<class-list>"
1030
+ "type": "Any"
1031
1031
  },
1032
1032
  "style": {
1033
1033
  "type": "<css-declaration-list>"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@markuplint/html-spec",
3
- "version": "3.0.0-alpha.5",
3
+ "version": "3.0.0-alpha.6",
4
4
  "description": "A specification of HTML Living Standard for markuplint",
5
5
  "repository": "git@github.com:markuplint/markuplint.git",
6
6
  "author": "Yusuke Hirao <yusukehirao@me.com>",
@@ -26,7 +26,7 @@
26
26
  "strip-json-comments": "3"
27
27
  },
28
28
  "dependencies": {
29
- "@markuplint/ml-spec": "3.0.0-alpha.5"
29
+ "@markuplint/ml-spec": "3.0.0-alpha.6"
30
30
  },
31
- "gitHead": "d2ee395d917cb69b91dedb0262b1c12ddc81fb58"
31
+ "gitHead": "b185a06d4ea09a1bf32458f7be4abe510eb57b89"
32
32
  }
@@ -159,7 +159,7 @@
159
159
  },
160
160
  // https://html.spec.whatwg.org/multipage/dom.html#classes
161
161
  "class": {
162
- "type": "<class-list>"
162
+ "type": "Any"
163
163
  },
164
164
  // https://html.spec.whatwg.org/multipage/dom.html#the-id-attribute
165
165
  "id": {
@@ -986,7 +986,7 @@
986
986
  },
987
987
  // https://svgwg.org/svg2-draft/styling.html#ClassAttribute
988
988
  "class": {
989
- "type": "<class-list>"
989
+ "type": "Any"
990
990
  },
991
991
  // https://svgwg.org/svg2-draft/styling.html#StyleAttribute
992
992
  "style": {