@markuplint/html-spec 2.1.0 → 2.2.1-dev.20220307.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
CHANGED
|
@@ -2837,6 +2837,9 @@
|
|
|
2837
2837
|
},
|
|
2838
2838
|
{
|
|
2839
2839
|
"name": "aria-selected"
|
|
2840
|
+
},
|
|
2841
|
+
{
|
|
2842
|
+
"name": "aria-sort"
|
|
2840
2843
|
}
|
|
2841
2844
|
],
|
|
2842
2845
|
"childrenPresentational": true
|
|
@@ -4477,6 +4480,9 @@
|
|
|
4477
4480
|
{
|
|
4478
4481
|
"name": "aria-details"
|
|
4479
4482
|
},
|
|
4483
|
+
{
|
|
4484
|
+
"name": "aria-disabled"
|
|
4485
|
+
},
|
|
4480
4486
|
{
|
|
4481
4487
|
"name": "aria-dropeffect"
|
|
4482
4488
|
},
|
|
@@ -7605,6 +7611,9 @@
|
|
|
7605
7611
|
{
|
|
7606
7612
|
"name": "aria-live"
|
|
7607
7613
|
},
|
|
7614
|
+
{
|
|
7615
|
+
"name": "aria-orientation"
|
|
7616
|
+
},
|
|
7608
7617
|
{
|
|
7609
7618
|
"name": "aria-owns"
|
|
7610
7619
|
},
|
|
@@ -9096,6 +9105,9 @@
|
|
|
9096
9105
|
{
|
|
9097
9106
|
"name": "aria-live"
|
|
9098
9107
|
},
|
|
9108
|
+
{
|
|
9109
|
+
"name": "aria-orientation"
|
|
9110
|
+
},
|
|
9099
9111
|
{
|
|
9100
9112
|
"name": "aria-owns"
|
|
9101
9113
|
},
|
|
@@ -9613,6 +9625,9 @@
|
|
|
9613
9625
|
{
|
|
9614
9626
|
"name": "aria-live"
|
|
9615
9627
|
},
|
|
9628
|
+
{
|
|
9629
|
+
"name": "aria-modal"
|
|
9630
|
+
},
|
|
9616
9631
|
{
|
|
9617
9632
|
"name": "aria-owns"
|
|
9618
9633
|
},
|
|
@@ -11809,7 +11824,7 @@
|
|
|
11809
11824
|
],
|
|
11810
11825
|
"contents": [
|
|
11811
11826
|
{
|
|
11812
|
-
"
|
|
11827
|
+
"zeroOrMore": "col"
|
|
11813
11828
|
}
|
|
11814
11829
|
]
|
|
11815
11830
|
},
|
|
@@ -12618,11 +12633,11 @@
|
|
|
12618
12633
|
},
|
|
12619
12634
|
"implicitRole": {
|
|
12620
12635
|
"summary": "form if the form has an accessible name, otherwise no corresponding role",
|
|
12621
|
-
"role":
|
|
12636
|
+
"role": false,
|
|
12622
12637
|
"conditions": [
|
|
12623
12638
|
{
|
|
12624
12639
|
"condition": "#hasAccname",
|
|
12625
|
-
"role":
|
|
12640
|
+
"role": "form"
|
|
12626
12641
|
}
|
|
12627
12642
|
]
|
|
12628
12643
|
},
|
|
@@ -14373,13 +14388,7 @@
|
|
|
14373
14388
|
},
|
|
14374
14389
|
"implicitRole": {
|
|
14375
14390
|
"summary": "link with href attribute",
|
|
14376
|
-
"role": false
|
|
14377
|
-
"conditions": [
|
|
14378
|
-
{
|
|
14379
|
-
"condition": "[href]",
|
|
14380
|
-
"role": "link"
|
|
14381
|
-
}
|
|
14382
|
-
]
|
|
14391
|
+
"role": false
|
|
14383
14392
|
},
|
|
14384
14393
|
"omittion": false,
|
|
14385
14394
|
"globalAttrs": {
|
|
@@ -16743,7 +16752,7 @@
|
|
|
16743
16752
|
"choice": [
|
|
16744
16753
|
[
|
|
16745
16754
|
{
|
|
16746
|
-
"
|
|
16755
|
+
"zeroOrMore": "tbody"
|
|
16747
16756
|
}
|
|
16748
16757
|
],
|
|
16749
16758
|
[
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@markuplint/html-spec",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.2.1-dev.20220307.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.0.0"
|
|
29
|
+
"@markuplint/ml-spec": "2.0.1-dev.20220307.0"
|
|
30
30
|
},
|
|
31
|
-
"gitHead": "
|
|
31
|
+
"gitHead": "c0a9d36c32ae278bd2fdb9ec9434fd4af46918c3"
|
|
32
32
|
}
|