@markuplint/html-spec 2.9.0 → 2.9.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.
- package/index.json +21 -25
- package/package.json +3 -3
- package/src/global-attributes/_global.json +2 -2
- package/src/permitted-structures/hgroup.json +19 -23
package/index.json
CHANGED
|
@@ -367,7 +367,7 @@
|
|
|
367
367
|
},
|
|
368
368
|
"class": {
|
|
369
369
|
"ref": "https://html.spec.whatwg.org/multipage/dom.html#classes",
|
|
370
|
-
"type": "
|
|
370
|
+
"type": "Any"
|
|
371
371
|
},
|
|
372
372
|
"id": {
|
|
373
373
|
"ref": "https://html.spec.whatwg.org/multipage/dom.html#the-id-attribute",
|
|
@@ -1208,7 +1208,7 @@
|
|
|
1208
1208
|
},
|
|
1209
1209
|
"class": {
|
|
1210
1210
|
"ref": "https://svgwg.org/svg2-draft/styling.html#ClassAttribute",
|
|
1211
|
-
"type": "
|
|
1211
|
+
"type": "Any"
|
|
1212
1212
|
},
|
|
1213
1213
|
"style": {
|
|
1214
1214
|
"ref": "https://svgwg.org/svg2-draft/styling.html#StyleAttribute",
|
|
@@ -13091,29 +13091,25 @@
|
|
|
13091
13091
|
"tag": "hgroup",
|
|
13092
13092
|
"contents": [
|
|
13093
13093
|
{
|
|
13094
|
-
"
|
|
13095
|
-
|
|
13096
|
-
|
|
13097
|
-
|
|
13098
|
-
|
|
13099
|
-
|
|
13100
|
-
|
|
13101
|
-
|
|
13102
|
-
|
|
13103
|
-
|
|
13104
|
-
|
|
13105
|
-
|
|
13106
|
-
|
|
13107
|
-
|
|
13108
|
-
|
|
13109
|
-
|
|
13110
|
-
|
|
13111
|
-
|
|
13112
|
-
|
|
13113
|
-
{
|
|
13114
|
-
"zeroOrMore": "#script-supporting"
|
|
13115
|
-
}
|
|
13116
|
-
]
|
|
13094
|
+
"zeroOrMore": "#script-supporting"
|
|
13095
|
+
},
|
|
13096
|
+
{
|
|
13097
|
+
"zeroOrMore": "p"
|
|
13098
|
+
},
|
|
13099
|
+
{
|
|
13100
|
+
"zeroOrMore": "#script-supporting"
|
|
13101
|
+
},
|
|
13102
|
+
{
|
|
13103
|
+
"require": ["h1", "h2", "h3", "h4", "h5", "h6"]
|
|
13104
|
+
},
|
|
13105
|
+
{
|
|
13106
|
+
"zeroOrMore": "#script-supporting"
|
|
13107
|
+
},
|
|
13108
|
+
{
|
|
13109
|
+
"zeroOrMore": "p"
|
|
13110
|
+
},
|
|
13111
|
+
{
|
|
13112
|
+
"zeroOrMore": "#script-supporting"
|
|
13117
13113
|
}
|
|
13118
13114
|
]
|
|
13119
13115
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@markuplint/html-spec",
|
|
3
|
-
"version": "2.9.
|
|
3
|
+
"version": "2.9.1",
|
|
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.1.
|
|
29
|
+
"@markuplint/ml-spec": "2.1.2"
|
|
30
30
|
},
|
|
31
|
-
"gitHead": "
|
|
31
|
+
"gitHead": "afa74b84894bec3ca633e25e5ea0ad3c0ee73209"
|
|
32
32
|
}
|
|
@@ -161,7 +161,7 @@
|
|
|
161
161
|
},
|
|
162
162
|
"class": {
|
|
163
163
|
"ref": "https://html.spec.whatwg.org/multipage/dom.html#classes",
|
|
164
|
-
"type": "
|
|
164
|
+
"type": "Any"
|
|
165
165
|
},
|
|
166
166
|
"id": {
|
|
167
167
|
"ref": "https://html.spec.whatwg.org/multipage/dom.html#the-id-attribute",
|
|
@@ -1002,7 +1002,7 @@
|
|
|
1002
1002
|
},
|
|
1003
1003
|
"class": {
|
|
1004
1004
|
"ref": "https://svgwg.org/svg2-draft/styling.html#ClassAttribute",
|
|
1005
|
-
"type": "
|
|
1005
|
+
"type": "Any"
|
|
1006
1006
|
},
|
|
1007
1007
|
"style": {
|
|
1008
1008
|
"ref": "https://svgwg.org/svg2-draft/styling.html#StyleAttribute",
|
|
@@ -2,29 +2,25 @@
|
|
|
2
2
|
"tag": "hgroup",
|
|
3
3
|
"contents": [
|
|
4
4
|
{
|
|
5
|
-
"
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
{
|
|
25
|
-
"zeroOrMore": "#script-supporting"
|
|
26
|
-
}
|
|
27
|
-
]
|
|
5
|
+
"zeroOrMore": "#script-supporting"
|
|
6
|
+
},
|
|
7
|
+
{
|
|
8
|
+
"zeroOrMore": "p"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"zeroOrMore": "#script-supporting"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"require": ["h1", "h2", "h3", "h4", "h5", "h6"]
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"zeroOrMore": "#script-supporting"
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"zeroOrMore": "p"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"zeroOrMore": "#script-supporting"
|
|
28
24
|
}
|
|
29
25
|
]
|
|
30
26
|
}
|