@markuplint/html-spec 2.3.0 → 2.4.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.
- package/index.json +4 -0
- package/package.json +3 -3
- package/src/global-attributes/_global.json +4 -0
package/index.json
CHANGED
|
@@ -272,6 +272,10 @@
|
|
|
272
272
|
"ref": "https://html.spec.whatwg.org/multipage/interaction.html#attr-hidden",
|
|
273
273
|
"type": "Boolean"
|
|
274
274
|
},
|
|
275
|
+
"inert": {
|
|
276
|
+
"ref": "https://html.spec.whatwg.org/multipage/interaction.html#the-inert-attribute",
|
|
277
|
+
"type": "Boolean"
|
|
278
|
+
},
|
|
275
279
|
"inputmode": {
|
|
276
280
|
"ref": "https://html.spec.whatwg.org/multipage/interaction.html#attr-inputmode",
|
|
277
281
|
"type": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@markuplint/html-spec",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.4.0",
|
|
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
|
"node-fetch": "2"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@markuplint/ml-spec": "2.0.1
|
|
29
|
+
"@markuplint/ml-spec": "^2.0.1"
|
|
30
30
|
},
|
|
31
|
-
"gitHead": "
|
|
31
|
+
"gitHead": "9ea66f99f9c14ee53099c306636b76617f12ad7a"
|
|
32
32
|
}
|
|
@@ -63,6 +63,10 @@
|
|
|
63
63
|
"ref": "https://html.spec.whatwg.org/multipage/interaction.html#attr-hidden",
|
|
64
64
|
"type": "Boolean"
|
|
65
65
|
},
|
|
66
|
+
"inert": {
|
|
67
|
+
"ref": "https://html.spec.whatwg.org/multipage/interaction.html#the-inert-attribute",
|
|
68
|
+
"type": "Boolean"
|
|
69
|
+
},
|
|
66
70
|
"inputmode": {
|
|
67
71
|
"ref": "https://html.spec.whatwg.org/multipage/interaction.html#attr-inputmode",
|
|
68
72
|
"type": {
|