@markuplint/html-spec 2.0.0-dev.20211213.1 → 2.0.0-dev.20211213.2

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
@@ -12715,7 +12715,12 @@
12715
12715
  "role": "heading"
12716
12716
  },
12717
12717
  "omittion": false,
12718
- "globalAttrs": {},
12718
+ "globalAttrs": {
12719
+ "#ARIAAttrs": true,
12720
+ "#DocumentElementEventAttrs": true,
12721
+ "#GlobalEventAttrs": true,
12722
+ "#HTMLGlobalAttrs": true
12723
+ },
12719
12724
  "attributes": {}
12720
12725
  },
12721
12726
  {
@@ -12741,7 +12746,12 @@
12741
12746
  "role": "heading"
12742
12747
  },
12743
12748
  "omittion": false,
12744
- "globalAttrs": {},
12749
+ "globalAttrs": {
12750
+ "#ARIAAttrs": true,
12751
+ "#DocumentElementEventAttrs": true,
12752
+ "#GlobalEventAttrs": true,
12753
+ "#HTMLGlobalAttrs": true
12754
+ },
12745
12755
  "attributes": {}
12746
12756
  },
12747
12757
  {
@@ -12767,7 +12777,12 @@
12767
12777
  "role": "heading"
12768
12778
  },
12769
12779
  "omittion": false,
12770
- "globalAttrs": {},
12780
+ "globalAttrs": {
12781
+ "#ARIAAttrs": true,
12782
+ "#DocumentElementEventAttrs": true,
12783
+ "#GlobalEventAttrs": true,
12784
+ "#HTMLGlobalAttrs": true
12785
+ },
12771
12786
  "attributes": {}
12772
12787
  },
12773
12788
  {
@@ -12793,7 +12808,12 @@
12793
12808
  "role": "heading"
12794
12809
  },
12795
12810
  "omittion": false,
12796
- "globalAttrs": {},
12811
+ "globalAttrs": {
12812
+ "#ARIAAttrs": true,
12813
+ "#DocumentElementEventAttrs": true,
12814
+ "#GlobalEventAttrs": true,
12815
+ "#HTMLGlobalAttrs": true
12816
+ },
12797
12817
  "attributes": {}
12798
12818
  },
12799
12819
  {
@@ -12819,7 +12839,12 @@
12819
12839
  "role": "heading"
12820
12840
  },
12821
12841
  "omittion": false,
12822
- "globalAttrs": {},
12842
+ "globalAttrs": {
12843
+ "#ARIAAttrs": true,
12844
+ "#DocumentElementEventAttrs": true,
12845
+ "#GlobalEventAttrs": true,
12846
+ "#HTMLGlobalAttrs": true
12847
+ },
12823
12848
  "attributes": {}
12824
12849
  },
12825
12850
  {
@@ -13615,6 +13640,7 @@
13615
13640
  "ref": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fe-autocomplete",
13616
13641
  "condition": {
13617
13642
  "self": [
13643
+ ":not([type])",
13618
13644
  "[type='hidden' i]",
13619
13645
  "[type='text' i]",
13620
13646
  "[type='search' i]",
@@ -13653,7 +13679,7 @@
13653
13679
  "dirname": {
13654
13680
  "ref": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fe-dirname",
13655
13681
  "condition": {
13656
- "self": ["[type='text' i]", "[type='search' i]"]
13682
+ "self": [":not([type])", "[type='text' i]", "[type='search' i]"]
13657
13683
  }
13658
13684
  },
13659
13685
  "disabled": {
@@ -13699,6 +13725,7 @@
13699
13725
  "_TODO_": "must be the ID of a `datalist` element",
13700
13726
  "condition": {
13701
13727
  "self": [
13728
+ ":not([type])",
13702
13729
  "[type='text' i]",
13703
13730
  "[type='search' i]",
13704
13731
  "[type='url' i]",
@@ -13735,6 +13762,7 @@
13735
13762
  "ref": "https://html.spec.whatwg.org/multipage/input.html#attr-input-maxlength",
13736
13763
  "condition": {
13737
13764
  "self": [
13765
+ ":not([type])",
13738
13766
  "[type='text' i]",
13739
13767
  "[type='search' i]",
13740
13768
  "[type='url' i]",
@@ -13764,6 +13792,7 @@
13764
13792
  "ref": "https://html.spec.whatwg.org/multipage/input.html#attr-input-minlength",
13765
13793
  "condition": {
13766
13794
  "self": [
13795
+ ":not([type])",
13767
13796
  "[type='text' i]",
13768
13797
  "[type='search' i]",
13769
13798
  "[type='url' i]",
@@ -13796,6 +13825,7 @@
13796
13825
  "type": "Pattern",
13797
13826
  "condition": {
13798
13827
  "self": [
13828
+ ":not([type])",
13799
13829
  "[type='text' i]",
13800
13830
  "[type='search' i]",
13801
13831
  "[type='url' i]",
@@ -13810,6 +13840,7 @@
13810
13840
  "type": "OneLineAny",
13811
13841
  "condition": {
13812
13842
  "self": [
13843
+ ":not([type])",
13813
13844
  "[type='text' i]",
13814
13845
  "[type='search' i]",
13815
13846
  "[type='url' i]",
@@ -13824,6 +13855,7 @@
13824
13855
  "ref": "https://html.spec.whatwg.org/multipage/input.html#attr-input-readonly",
13825
13856
  "condition": {
13826
13857
  "self": [
13858
+ ":not([type])",
13827
13859
  "[type='text' i]",
13828
13860
  "[type='search' i]",
13829
13861
  "[type='url' i]",
@@ -13843,6 +13875,7 @@
13843
13875
  "ref": "https://html.spec.whatwg.org/multipage/input.html#attr-input-required",
13844
13876
  "condition": {
13845
13877
  "self": [
13878
+ ":not([type])",
13846
13879
  "[type='text' i]",
13847
13880
  "[type='search' i]",
13848
13881
  "[type='url' i]",
@@ -13873,6 +13906,7 @@
13873
13906
  },
13874
13907
  "condition": {
13875
13908
  "self": [
13909
+ ":not([type])",
13876
13910
  "[type='text' i]",
13877
13911
  "[type='search' i]",
13878
13912
  "[type='url' i]",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@markuplint/html-spec",
3
- "version": "2.0.0-dev.20211213.1",
3
+ "version": "2.0.0-dev.20211213.2",
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-dev.20211213.1"
29
+ "@markuplint/ml-spec": "2.0.0-dev.20211213.2"
30
30
  },
31
- "gitHead": "862b6312e54dc2cedc551ba86d10027adc25d3a5"
31
+ "gitHead": "f94cbc11593ae7b65fab01272f91df9defc4413b"
32
32
  }
@@ -48,6 +48,7 @@
48
48
  "ref": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fe-autocomplete",
49
49
  "condition": {
50
50
  "self": [
51
+ ":not([type])",
51
52
  "[type='hidden' i]",
52
53
  "[type='text' i]",
53
54
  "[type='search' i]",
@@ -76,7 +77,7 @@
76
77
  "dirname": {
77
78
  "ref": "https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fe-dirname",
78
79
  "condition": {
79
- "self": ["[type='text' i]", "[type='search' i]"]
80
+ "self": [":not([type])", "[type='text' i]", "[type='search' i]"]
80
81
  }
81
82
  },
82
83
  "height": {
@@ -91,6 +92,7 @@
91
92
  "_TODO_": "must be the ID of a `datalist` element",
92
93
  "condition": {
93
94
  "self": [
95
+ ":not([type])",
94
96
  "[type='text' i]",
95
97
  "[type='search' i]",
96
98
  "[type='url' i]",
@@ -127,6 +129,7 @@
127
129
  "ref": "https://html.spec.whatwg.org/multipage/input.html#attr-input-maxlength",
128
130
  "condition": {
129
131
  "self": [
132
+ ":not([type])",
130
133
  "[type='text' i]",
131
134
  "[type='search' i]",
132
135
  "[type='url' i]",
@@ -156,6 +159,7 @@
156
159
  "ref": "https://html.spec.whatwg.org/multipage/input.html#attr-input-minlength",
157
160
  "condition": {
158
161
  "self": [
162
+ ":not([type])",
159
163
  "[type='text' i]",
160
164
  "[type='search' i]",
161
165
  "[type='url' i]",
@@ -177,6 +181,7 @@
177
181
  "type": "Pattern",
178
182
  "condition": {
179
183
  "self": [
184
+ ":not([type])",
180
185
  "[type='text' i]",
181
186
  "[type='search' i]",
182
187
  "[type='url' i]",
@@ -191,6 +196,7 @@
191
196
  "type": "OneLineAny",
192
197
  "condition": {
193
198
  "self": [
199
+ ":not([type])",
194
200
  "[type='text' i]",
195
201
  "[type='search' i]",
196
202
  "[type='url' i]",
@@ -205,6 +211,7 @@
205
211
  "ref": "https://html.spec.whatwg.org/multipage/input.html#attr-input-readonly",
206
212
  "condition": {
207
213
  "self": [
214
+ ":not([type])",
208
215
  "[type='text' i]",
209
216
  "[type='search' i]",
210
217
  "[type='url' i]",
@@ -224,6 +231,7 @@
224
231
  "ref": "https://html.spec.whatwg.org/multipage/input.html#attr-input-required",
225
232
  "condition": {
226
233
  "self": [
234
+ ":not([type])",
227
235
  "[type='text' i]",
228
236
  "[type='search' i]",
229
237
  "[type='url' i]",
@@ -250,6 +258,7 @@
250
258
  },
251
259
  "condition": {
252
260
  "self": [
261
+ ":not([type])",
253
262
  "[type='text' i]",
254
263
  "[type='search' i]",
255
264
  "[type='url' i]",