@markuplint/html-spec 2.1.0 → 2.2.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 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
- "oneOrMore": "col"
11827
+ "zeroOrMore": "col"
11813
11828
  }
11814
11829
  ]
11815
11830
  },
@@ -16743,7 +16758,7 @@
16743
16758
  "choice": [
16744
16759
  [
16745
16760
  {
16746
- "optional": "tbody"
16761
+ "zeroOrMore": "tbody"
16747
16762
  }
16748
16763
  ],
16749
16764
  [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@markuplint/html-spec",
3
- "version": "2.1.0",
3
+ "version": "2.2.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>",
@@ -28,5 +28,5 @@
28
28
  "dependencies": {
29
29
  "@markuplint/ml-spec": "2.0.0"
30
30
  },
31
- "gitHead": "37c0b6e00b612ce8d31549ce6b99c2f20ac242c7"
31
+ "gitHead": "b76084dbdb538119a29fd07b19110ef7d3a44670"
32
32
  }
@@ -10,7 +10,7 @@
10
10
  ],
11
11
  "contents": [
12
12
  {
13
- "oneOrMore": "col"
13
+ "zeroOrMore": "col"
14
14
  }
15
15
  ]
16
16
  }
@@ -26,7 +26,7 @@
26
26
  "choice": [
27
27
  [
28
28
  {
29
- "optional": "tbody"
29
+ "zeroOrMore": "tbody"
30
30
  }
31
31
  ],
32
32
  [