@markuplint/html-spec 3.11.0 → 3.12.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 +59 -118
- package/package.json +5 -5
package/index.json
CHANGED
|
@@ -675,7 +675,7 @@
|
|
|
675
675
|
"type": "URL"
|
|
676
676
|
},
|
|
677
677
|
"target": {
|
|
678
|
-
"type": "
|
|
678
|
+
"type": "NavigableTargetNameOrKeyword",
|
|
679
679
|
"condition": "[href]"
|
|
680
680
|
},
|
|
681
681
|
"download": {
|
|
@@ -838,7 +838,7 @@
|
|
|
838
838
|
"type": "Boolean"
|
|
839
839
|
},
|
|
840
840
|
"formtarget": {
|
|
841
|
-
"type": "
|
|
841
|
+
"type": "NavigableTargetNameOrKeyword"
|
|
842
842
|
},
|
|
843
843
|
"name": {
|
|
844
844
|
"type": "NoEmptyAny"
|
|
@@ -2791,9 +2791,9 @@
|
|
|
2791
2791
|
},
|
|
2792
2792
|
{
|
|
2793
2793
|
"name": "caption",
|
|
2794
|
-
"description": "Visible content that names, or describes a
|
|
2794
|
+
"description": "Visible content that names, or describes a figure, grid, group, radiogroup, table or treegrid.\n\nWhen using caption authors SHOULD ensure:\n\nIf the caption represents an accessible name for its containing element, authors SHOULD specify aria-labelledby on the containing element to reference the element with role caption.\n\nIf a caption contains content that serves as both a name and description for its containing element, authors MAY instead specify aria-labelledby to reference an element within the caption that represents the \"name\" of the containing element, and specify aria-describedby to reference an element within the caption that represents the descriptive content.\n\nIf the caption represents a long-form description, or if the description contains semantic elements which are important in understanding the description, authors MAY instead specify aria-labelledby to reference an element within the caption that represents the \"name\" of the containing element, and specify aria-details to reference an element within the caption that represents the descriptive content.\n\nIf a caption contains only a description, without a suitable text string to serve as the accessible name for its containing element, then aria-label or aria-labelledby MAY be used to provide an accessible name, and the caption MAY be treated solely as descriptive content, referenced via aria-details.",
|
|
2795
2795
|
"generalization": ["section"],
|
|
2796
|
-
"requiredContextRole": ["figure", "grid", "table", "treegrid"],
|
|
2796
|
+
"requiredContextRole": ["figure", "grid", "group", "radiogroup", "table", "treegrid"],
|
|
2797
2797
|
"requiredOwnedElements": [],
|
|
2798
2798
|
"accessibleNameRequired": false,
|
|
2799
2799
|
"accessibleNameFromAuthor": false,
|
|
@@ -2804,10 +2804,6 @@
|
|
|
2804
2804
|
"name": "aria-atomic",
|
|
2805
2805
|
"inherited": true
|
|
2806
2806
|
},
|
|
2807
|
-
{
|
|
2808
|
-
"name": "aria-braillelabel",
|
|
2809
|
-
"inherited": true
|
|
2810
|
-
},
|
|
2811
2807
|
{
|
|
2812
2808
|
"name": "aria-brailleroledescription",
|
|
2813
2809
|
"inherited": true
|
|
@@ -2893,7 +2889,7 @@
|
|
|
2893
2889
|
"inherited": true
|
|
2894
2890
|
}
|
|
2895
2891
|
],
|
|
2896
|
-
"prohibitedProperties": ["aria-label", "aria-labelledby"]
|
|
2892
|
+
"prohibitedProperties": ["aria-braillelabel", "aria-label", "aria-labelledby"]
|
|
2897
2893
|
},
|
|
2898
2894
|
{
|
|
2899
2895
|
"name": "cell",
|
|
@@ -3165,10 +3161,6 @@
|
|
|
3165
3161
|
"name": "aria-atomic",
|
|
3166
3162
|
"inherited": true
|
|
3167
3163
|
},
|
|
3168
|
-
{
|
|
3169
|
-
"name": "aria-braillelabel",
|
|
3170
|
-
"inherited": true
|
|
3171
|
-
},
|
|
3172
3164
|
{
|
|
3173
3165
|
"name": "aria-brailleroledescription",
|
|
3174
3166
|
"inherited": true
|
|
@@ -3254,7 +3246,7 @@
|
|
|
3254
3246
|
"inherited": true
|
|
3255
3247
|
}
|
|
3256
3248
|
],
|
|
3257
|
-
"prohibitedProperties": ["aria-label", "aria-labelledby"]
|
|
3249
|
+
"prohibitedProperties": ["aria-braillelabel", "aria-label", "aria-labelledby"]
|
|
3258
3250
|
},
|
|
3259
3251
|
{
|
|
3260
3252
|
"name": "columnheader",
|
|
@@ -4128,10 +4120,6 @@
|
|
|
4128
4120
|
"name": "aria-atomic",
|
|
4129
4121
|
"inherited": true
|
|
4130
4122
|
},
|
|
4131
|
-
{
|
|
4132
|
-
"name": "aria-braillelabel",
|
|
4133
|
-
"inherited": true
|
|
4134
|
-
},
|
|
4135
4123
|
{
|
|
4136
4124
|
"name": "aria-brailleroledescription",
|
|
4137
4125
|
"inherited": true
|
|
@@ -4217,7 +4205,7 @@
|
|
|
4217
4205
|
"inherited": true
|
|
4218
4206
|
}
|
|
4219
4207
|
],
|
|
4220
|
-
"prohibitedProperties": ["aria-label", "aria-labelledby"]
|
|
4208
|
+
"prohibitedProperties": ["aria-braillelabel", "aria-label", "aria-labelledby"]
|
|
4221
4209
|
},
|
|
4222
4210
|
{
|
|
4223
4211
|
"name": "deletion",
|
|
@@ -4234,10 +4222,6 @@
|
|
|
4234
4222
|
"name": "aria-atomic",
|
|
4235
4223
|
"inherited": true
|
|
4236
4224
|
},
|
|
4237
|
-
{
|
|
4238
|
-
"name": "aria-braillelabel",
|
|
4239
|
-
"inherited": true
|
|
4240
|
-
},
|
|
4241
4225
|
{
|
|
4242
4226
|
"name": "aria-brailleroledescription",
|
|
4243
4227
|
"inherited": true
|
|
@@ -4323,7 +4307,7 @@
|
|
|
4323
4307
|
"inherited": true
|
|
4324
4308
|
}
|
|
4325
4309
|
],
|
|
4326
|
-
"prohibitedProperties": ["aria-label", "aria-labelledby"]
|
|
4310
|
+
"prohibitedProperties": ["aria-braillelabel", "aria-label", "aria-labelledby"]
|
|
4327
4311
|
},
|
|
4328
4312
|
{
|
|
4329
4313
|
"name": "dialog",
|
|
@@ -4686,10 +4670,6 @@
|
|
|
4686
4670
|
"name": "aria-atomic",
|
|
4687
4671
|
"inherited": true
|
|
4688
4672
|
},
|
|
4689
|
-
{
|
|
4690
|
-
"name": "aria-braillelabel",
|
|
4691
|
-
"inherited": true
|
|
4692
|
-
},
|
|
4693
4673
|
{
|
|
4694
4674
|
"name": "aria-brailleroledescription",
|
|
4695
4675
|
"inherited": true
|
|
@@ -4775,7 +4755,7 @@
|
|
|
4775
4755
|
"inherited": true
|
|
4776
4756
|
}
|
|
4777
4757
|
],
|
|
4778
|
-
"prohibitedProperties": ["aria-label", "aria-labelledby"]
|
|
4758
|
+
"prohibitedProperties": ["aria-braillelabel", "aria-label", "aria-labelledby"]
|
|
4779
4759
|
},
|
|
4780
4760
|
{
|
|
4781
4761
|
"name": "feed",
|
|
@@ -5121,7 +5101,7 @@
|
|
|
5121
5101
|
},
|
|
5122
5102
|
{
|
|
5123
5103
|
"name": "generic",
|
|
5124
|
-
"description": "A nameless container element that has no semantic meaning on its own.\n\nThe generic role is intended for use as the implicit role of generic elements in host languages (such as HTML div or span), so is primarily for implementors of user agents. Authors SHOULD NOT use this role in content. Authors MAY use presentation or none to remove implicit accessibility semantics, or a semantic container role such as group to semantically group descendants in a named container.\n\nLike an element with role presentation, an element with role generic can provide a limited number of accessible states and properties for its descendants, such as aria-live attributes
|
|
5104
|
+
"description": "A nameless container element that has no semantic meaning on its own.\n\nThe generic role is intended for use as the implicit role of generic elements in host languages (such as HTML div or span), so is primarily for implementors of user agents. Authors SHOULD NOT use this role in content. Authors MAY use presentation or none to remove implicit accessibility semantics, or a semantic container role such as group to semantically group descendants in a named container.\n\nLike an element with role presentation, an element with role generic can provide a limited number of accessible states and properties for its descendants, such as aria-live attributes.\n\nHowever, unlike elements with role presentation, user agents expose generic elements in accessibility APIs when permitted accessibility attributes have been specified. User agents MAY otherwise ignore generic elements if such permitted attributes have not been specified.",
|
|
5125
5105
|
"generalization": ["structure"],
|
|
5126
5106
|
"requiredContextRole": [],
|
|
5127
5107
|
"requiredOwnedElements": [],
|
|
@@ -5134,10 +5114,6 @@
|
|
|
5134
5114
|
"name": "aria-atomic",
|
|
5135
5115
|
"inherited": true
|
|
5136
5116
|
},
|
|
5137
|
-
{
|
|
5138
|
-
"name": "aria-braillelabel",
|
|
5139
|
-
"inherited": true
|
|
5140
|
-
},
|
|
5141
5117
|
{
|
|
5142
5118
|
"name": "aria-busy",
|
|
5143
5119
|
"inherited": true
|
|
@@ -5216,6 +5192,7 @@
|
|
|
5216
5192
|
}
|
|
5217
5193
|
],
|
|
5218
5194
|
"prohibitedProperties": [
|
|
5195
|
+
"aria-braillelabel",
|
|
5219
5196
|
"aria-brailleroledescription",
|
|
5220
5197
|
"aria-label",
|
|
5221
5198
|
"aria-labelledby",
|
|
@@ -5984,10 +5961,6 @@
|
|
|
5984
5961
|
"name": "aria-atomic",
|
|
5985
5962
|
"inherited": true
|
|
5986
5963
|
},
|
|
5987
|
-
{
|
|
5988
|
-
"name": "aria-braillelabel",
|
|
5989
|
-
"inherited": true
|
|
5990
|
-
},
|
|
5991
5964
|
{
|
|
5992
5965
|
"name": "aria-brailleroledescription",
|
|
5993
5966
|
"inherited": true
|
|
@@ -6073,7 +6046,7 @@
|
|
|
6073
6046
|
"inherited": true
|
|
6074
6047
|
}
|
|
6075
6048
|
],
|
|
6076
|
-
"prohibitedProperties": ["aria-label", "aria-labelledby"]
|
|
6049
|
+
"prohibitedProperties": ["aria-braillelabel", "aria-label", "aria-labelledby"]
|
|
6077
6050
|
},
|
|
6078
6051
|
{
|
|
6079
6052
|
"name": "landmark",
|
|
@@ -6909,10 +6882,6 @@
|
|
|
6909
6882
|
"name": "aria-atomic",
|
|
6910
6883
|
"inherited": true
|
|
6911
6884
|
},
|
|
6912
|
-
{
|
|
6913
|
-
"name": "aria-braillelabel",
|
|
6914
|
-
"inherited": true
|
|
6915
|
-
},
|
|
6916
6885
|
{
|
|
6917
6886
|
"name": "aria-brailleroledescription",
|
|
6918
6887
|
"inherited": true
|
|
@@ -6998,7 +6967,7 @@
|
|
|
6998
6967
|
"inherited": true
|
|
6999
6968
|
}
|
|
7000
6969
|
],
|
|
7001
|
-
"prohibitedProperties": ["aria-label", "aria-labelledby"]
|
|
6970
|
+
"prohibitedProperties": ["aria-braillelabel", "aria-label", "aria-labelledby"]
|
|
7002
6971
|
},
|
|
7003
6972
|
{
|
|
7004
6973
|
"name": "marquee",
|
|
@@ -8123,10 +8092,6 @@
|
|
|
8123
8092
|
"name": "aria-atomic",
|
|
8124
8093
|
"inherited": true
|
|
8125
8094
|
},
|
|
8126
|
-
{
|
|
8127
|
-
"name": "aria-braillelabel",
|
|
8128
|
-
"inherited": true
|
|
8129
|
-
},
|
|
8130
8095
|
{
|
|
8131
8096
|
"name": "aria-brailleroledescription",
|
|
8132
8097
|
"inherited": true
|
|
@@ -8212,7 +8177,7 @@
|
|
|
8212
8177
|
"inherited": true
|
|
8213
8178
|
}
|
|
8214
8179
|
],
|
|
8215
|
-
"prohibitedProperties": ["aria-label", "aria-labelledby"]
|
|
8180
|
+
"prohibitedProperties": ["aria-braillelabel", "aria-label", "aria-labelledby"]
|
|
8216
8181
|
},
|
|
8217
8182
|
{
|
|
8218
8183
|
"name": "note",
|
|
@@ -8469,10 +8434,6 @@
|
|
|
8469
8434
|
"name": "aria-atomic",
|
|
8470
8435
|
"inherited": true
|
|
8471
8436
|
},
|
|
8472
|
-
{
|
|
8473
|
-
"name": "aria-braillelabel",
|
|
8474
|
-
"inherited": true
|
|
8475
|
-
},
|
|
8476
8437
|
{
|
|
8477
8438
|
"name": "aria-brailleroledescription",
|
|
8478
8439
|
"inherited": true
|
|
@@ -8558,7 +8519,7 @@
|
|
|
8558
8519
|
"inherited": true
|
|
8559
8520
|
}
|
|
8560
8521
|
],
|
|
8561
|
-
"prohibitedProperties": ["aria-label", "aria-labelledby"]
|
|
8522
|
+
"prohibitedProperties": ["aria-braillelabel", "aria-label", "aria-labelledby"]
|
|
8562
8523
|
},
|
|
8563
8524
|
{
|
|
8564
8525
|
"name": "presentation",
|
|
@@ -8575,10 +8536,6 @@
|
|
|
8575
8536
|
"name": "aria-atomic",
|
|
8576
8537
|
"inherited": true
|
|
8577
8538
|
},
|
|
8578
|
-
{
|
|
8579
|
-
"name": "aria-braillelabel",
|
|
8580
|
-
"inherited": true
|
|
8581
|
-
},
|
|
8582
8539
|
{
|
|
8583
8540
|
"name": "aria-brailleroledescription",
|
|
8584
8541
|
"inherited": true
|
|
@@ -8664,7 +8621,7 @@
|
|
|
8664
8621
|
"inherited": true
|
|
8665
8622
|
}
|
|
8666
8623
|
],
|
|
8667
|
-
"prohibitedProperties": ["aria-label", "aria-labelledby"]
|
|
8624
|
+
"prohibitedProperties": ["aria-braillelabel", "aria-label", "aria-labelledby"]
|
|
8668
8625
|
},
|
|
8669
8626
|
{
|
|
8670
8627
|
"name": "progressbar",
|
|
@@ -11036,10 +10993,6 @@
|
|
|
11036
10993
|
"name": "aria-atomic",
|
|
11037
10994
|
"inherited": true
|
|
11038
10995
|
},
|
|
11039
|
-
{
|
|
11040
|
-
"name": "aria-braillelabel",
|
|
11041
|
-
"inherited": true
|
|
11042
|
-
},
|
|
11043
10996
|
{
|
|
11044
10997
|
"name": "aria-brailleroledescription",
|
|
11045
10998
|
"inherited": true
|
|
@@ -11125,7 +11078,7 @@
|
|
|
11125
11078
|
"inherited": true
|
|
11126
11079
|
}
|
|
11127
11080
|
],
|
|
11128
|
-
"prohibitedProperties": ["aria-label", "aria-labelledby"]
|
|
11081
|
+
"prohibitedProperties": ["aria-braillelabel", "aria-label", "aria-labelledby"]
|
|
11129
11082
|
},
|
|
11130
11083
|
{
|
|
11131
11084
|
"name": "structure",
|
|
@@ -11257,10 +11210,6 @@
|
|
|
11257
11210
|
"name": "aria-atomic",
|
|
11258
11211
|
"inherited": true
|
|
11259
11212
|
},
|
|
11260
|
-
{
|
|
11261
|
-
"name": "aria-braillelabel",
|
|
11262
|
-
"inherited": true
|
|
11263
|
-
},
|
|
11264
11213
|
{
|
|
11265
11214
|
"name": "aria-brailleroledescription",
|
|
11266
11215
|
"inherited": true
|
|
@@ -11346,7 +11295,7 @@
|
|
|
11346
11295
|
"inherited": true
|
|
11347
11296
|
}
|
|
11348
11297
|
],
|
|
11349
|
-
"prohibitedProperties": ["aria-label", "aria-labelledby"]
|
|
11298
|
+
"prohibitedProperties": ["aria-braillelabel", "aria-label", "aria-labelledby"]
|
|
11350
11299
|
},
|
|
11351
11300
|
{
|
|
11352
11301
|
"name": "suggestion",
|
|
@@ -11363,10 +11312,6 @@
|
|
|
11363
11312
|
"name": "aria-atomic",
|
|
11364
11313
|
"inherited": true
|
|
11365
11314
|
},
|
|
11366
|
-
{
|
|
11367
|
-
"name": "aria-braillelabel",
|
|
11368
|
-
"inherited": true
|
|
11369
|
-
},
|
|
11370
11315
|
{
|
|
11371
11316
|
"name": "aria-brailleroledescription",
|
|
11372
11317
|
"inherited": true
|
|
@@ -11452,7 +11397,7 @@
|
|
|
11452
11397
|
"inherited": true
|
|
11453
11398
|
}
|
|
11454
11399
|
],
|
|
11455
|
-
"prohibitedProperties": ["aria-label", "aria-labelledby"]
|
|
11400
|
+
"prohibitedProperties": ["aria-braillelabel", "aria-label", "aria-labelledby"]
|
|
11456
11401
|
},
|
|
11457
11402
|
{
|
|
11458
11403
|
"name": "superscript",
|
|
@@ -11469,10 +11414,6 @@
|
|
|
11469
11414
|
"name": "aria-atomic",
|
|
11470
11415
|
"inherited": true
|
|
11471
11416
|
},
|
|
11472
|
-
{
|
|
11473
|
-
"name": "aria-braillelabel",
|
|
11474
|
-
"inherited": true
|
|
11475
|
-
},
|
|
11476
11417
|
{
|
|
11477
11418
|
"name": "aria-brailleroledescription",
|
|
11478
11419
|
"inherited": true
|
|
@@ -11558,7 +11499,7 @@
|
|
|
11558
11499
|
"inherited": true
|
|
11559
11500
|
}
|
|
11560
11501
|
],
|
|
11561
|
-
"prohibitedProperties": ["aria-label", "aria-labelledby"]
|
|
11502
|
+
"prohibitedProperties": ["aria-braillelabel", "aria-label", "aria-labelledby"]
|
|
11562
11503
|
},
|
|
11563
11504
|
{
|
|
11564
11505
|
"name": "switch",
|
|
@@ -12183,10 +12124,6 @@
|
|
|
12183
12124
|
"name": "aria-atomic",
|
|
12184
12125
|
"inherited": true
|
|
12185
12126
|
},
|
|
12186
|
-
{
|
|
12187
|
-
"name": "aria-braillelabel",
|
|
12188
|
-
"inherited": true
|
|
12189
|
-
},
|
|
12190
12127
|
{
|
|
12191
12128
|
"name": "aria-brailleroledescription",
|
|
12192
12129
|
"inherited": true
|
|
@@ -12272,7 +12209,7 @@
|
|
|
12272
12209
|
"inherited": true
|
|
12273
12210
|
}
|
|
12274
12211
|
],
|
|
12275
|
-
"prohibitedProperties": ["aria-label", "aria-labelledby"]
|
|
12212
|
+
"prohibitedProperties": ["aria-braillelabel", "aria-label", "aria-labelledby"]
|
|
12276
12213
|
},
|
|
12277
12214
|
{
|
|
12278
12215
|
"name": "textbox",
|
|
@@ -12414,10 +12351,6 @@
|
|
|
12414
12351
|
"name": "aria-atomic",
|
|
12415
12352
|
"inherited": true
|
|
12416
12353
|
},
|
|
12417
|
-
{
|
|
12418
|
-
"name": "aria-braillelabel",
|
|
12419
|
-
"inherited": true
|
|
12420
|
-
},
|
|
12421
12354
|
{
|
|
12422
12355
|
"name": "aria-brailleroledescription",
|
|
12423
12356
|
"inherited": true
|
|
@@ -12503,7 +12436,7 @@
|
|
|
12503
12436
|
"inherited": true
|
|
12504
12437
|
}
|
|
12505
12438
|
],
|
|
12506
|
-
"prohibitedProperties": ["aria-label", "aria-labelledby"]
|
|
12439
|
+
"prohibitedProperties": ["aria-braillelabel", "aria-label", "aria-labelledby"]
|
|
12507
12440
|
},
|
|
12508
12441
|
{
|
|
12509
12442
|
"name": "timer",
|
|
@@ -35370,7 +35303,7 @@
|
|
|
35370
35303
|
"description": "Causes the browser to treat the linked URL as a download. Can be used with or without a filename value: Without a value, the browser will suggest a filename/extension, generated from various sources: The Content-Disposition HTTP header The final segment in the URL path The media type (from the Content-Type header, the start of a data: URL, or Blob.type for a blob: URL) filename: defining a value suggests it as the filename. / and \\ characters are converted to underscores (_). Filesystems may forbid other characters in filenames, so browsers will adjust the suggested name if necessary. Note: download only works for same-origin URLs, or the blob: and data: schemes. How browsers treat downloads varies by browser, user settings, and other factors. The user may be prompted before a download starts, or the file may be saved automatically, or it may open automatically, either in an external application or in the browser itself. If the Content-Disposition header has different information from the download attribute, resulting behavior may differ: If the header specifies a filename, it takes priority over a filename specified in the download attribute. If the header specifies a disposition of inline, Chrome and Firefox prioritize the attribute and treat it as a download. Old Firefox versions (before 82) prioritize the header and will display the content inline."
|
|
35371
35304
|
},
|
|
35372
35305
|
"href": {
|
|
35373
|
-
"description": "The URL that the hyperlink points to. Links are not restricted to HTTP-based URLs — they can use any URL scheme supported by browsers: Sections of a page with document fragments Specific text portions with text fragments Pieces of media files with media fragments Telephone numbers with tel: URLs Email addresses with mailto: URLs While web browsers may not support other URL schemes, websites can with registerProtocolHandler()"
|
|
35306
|
+
"description": "The URL that the hyperlink points to. Links are not restricted to HTTP-based URLs — they can use any URL scheme supported by browsers: Sections of a page with document fragments Specific text portions with text fragments Pieces of media files with media fragments Telephone numbers with tel: URLs Email addresses with mailto: URLs SMS text messages with sms: URLs While web browsers may not support other URL schemes, websites can with registerProtocolHandler()"
|
|
35374
35307
|
},
|
|
35375
35308
|
"hreflang": {
|
|
35376
35309
|
"description": "Hints at the human language of the linked URL. No built-in functionality. Allowed values are the same as the global lang attribute."
|
|
@@ -35588,10 +35521,6 @@
|
|
|
35588
35521
|
},
|
|
35589
35522
|
"target": {
|
|
35590
35523
|
"description": "A keyword or author-defined name of the browsing context to display the linked resource. The following keywords have special meanings: _self (default): Show the resource in the current browsing context. _blank: Show the resource in a new, unnamed browsing context. _parent: Show the resource in the parent browsing context of the current one, if the current page is inside a frame. If there is no parent, acts the same as _self. _top: Show the resource in the topmost browsing context (the browsing context that is an ancestor of the current one and has no parent). If there is no parent, acts the same as _self. Use this attribute only if the href attribute is present. Note: Setting target=\"_blank\" on <area> elements implicitly provides the same rel behavior as setting rel=\"noopener\" which does not set window.opener. See browser compatibility for support status."
|
|
35591
|
-
},
|
|
35592
|
-
"type": {
|
|
35593
|
-
"description": "Hint for the type of the referenced resource. Ignored by browsers.",
|
|
35594
|
-
"deprecated": true
|
|
35595
35524
|
}
|
|
35596
35525
|
}
|
|
35597
35526
|
},
|
|
@@ -35773,7 +35702,7 @@
|
|
|
35773
35702
|
},
|
|
35774
35703
|
"attributes": {
|
|
35775
35704
|
"href": {
|
|
35776
|
-
"
|
|
35705
|
+
"type": "BaseURL"
|
|
35777
35706
|
},
|
|
35778
35707
|
"target": {
|
|
35779
35708
|
"description": "A keyword or author-defined name of the default browsing context to show the results of navigation from <a>, <area>, or <form> elements without explicit target attributes. The following keywords have special meanings: _self (default): Show the result in the current browsing context. _blank: Show the result in a new, unnamed browsing context. _parent: Show the result in the parent browsing context of the current one, if the current page is inside a frame. If there is no parent, acts the same as _self. _top: Show the result in the topmost browsing context (the browsing context that is an ancestor of the current one and has no parent). If there is no parent, acts the same as _self."
|
|
@@ -35783,7 +35712,7 @@
|
|
|
35783
35712
|
{
|
|
35784
35713
|
"name": "basefont",
|
|
35785
35714
|
"cite": "https://html.spec.whatwg.org/multipage/obsolete.html#non-conforming-features",
|
|
35786
|
-
"description": "The CSS fonts module defines font-related properties and how font resources are loaded. It lets you define the style of a font, such as its family, size and weight,
|
|
35715
|
+
"description": "The CSS fonts module defines font-related properties and how font resources are loaded. It lets you define the style of a font, such as its family, size and weight, and the glyph variants to use when multiple are available for a single character.",
|
|
35787
35716
|
"categories": [],
|
|
35788
35717
|
"contentModel": {
|
|
35789
35718
|
"contents": true
|
|
@@ -36237,7 +36166,7 @@
|
|
|
36237
36166
|
"description": "If the button is a submit button (it's inside/associated with a <form> and doesn't have type=\"button\"), specifies how to encode the form data that is submitted. Possible values: application/x-www-form-urlencoded: The default if the attribute is not used. multipart/form-data: Used to submit <input> elements with their type attributes set to file. text/plain: Specified as a debugging aid; shouldn't be used for real form submission. If this attribute is specified, it overrides the enctype attribute of the button's form owner."
|
|
36238
36167
|
},
|
|
36239
36168
|
"formmethod": {
|
|
36240
|
-
"description": "If the button is a submit button (it's inside/associated with a <form> and doesn't have type=\"button\"), this attribute specifies the HTTP method used to submit the form. Possible values: post: The data from the form are included in the body of the HTTP request when sent to the server. Use when the form contains information that shouldn't be public, like login credentials. get: The form data are appended to the form's action URL, with a ? as a separator, and the resulting URL is sent to the server. Use this method when the form has no side effects, like search forms. If specified, this attribute overrides the method attribute of the button's form owner."
|
|
36169
|
+
"description": "If the button is a submit button (it's inside/associated with a <form> and doesn't have type=\"button\"), this attribute specifies the HTTP method used to submit the form. Possible values: post: The data from the form are included in the body of the HTTP request when sent to the server. Use when the form contains information that shouldn't be public, like login credentials. get: The form data are appended to the form's action URL, with a ? as a separator, and the resulting URL is sent to the server. Use this method when the form has no side effects, like search forms. dialog: This method is used to indicate that the button closes the dialog with which it is associated, and does not transmit the form data at all. If specified, this attribute overrides the method attribute of the button's form owner."
|
|
36241
36170
|
},
|
|
36242
36171
|
"formnovalidate": {
|
|
36243
36172
|
"description": "If the button is a submit button, this Boolean attribute specifies that the form is not to be validated when it is submitted. If this attribute is specified, it overrides the novalidate attribute of the button's form owner. This attribute is also available on <input type=\"image\"> and <input type=\"submit\"> elements."
|
|
@@ -37265,7 +37194,7 @@
|
|
|
37265
37194
|
}
|
|
37266
37195
|
},
|
|
37267
37196
|
"target": {
|
|
37268
|
-
"type": "
|
|
37197
|
+
"type": "NavigableTargetNameOrKeyword"
|
|
37269
37198
|
}
|
|
37270
37199
|
}
|
|
37271
37200
|
},
|
|
@@ -37344,7 +37273,7 @@
|
|
|
37344
37273
|
{
|
|
37345
37274
|
"name": "h1",
|
|
37346
37275
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/h1",
|
|
37347
|
-
"description": "The <h1> to <h6> HTML elements represent six levels of section headings. <h1> is the highest section level and <h6> is the lowest.",
|
|
37276
|
+
"description": "The <h1> to <h6> HTML elements represent six levels of section headings. <h1> is the highest section level and <h6> is the lowest. By default, all heading elements create a block-level box in the layout, starting on a new line and taking up the full width available in their containing block.",
|
|
37348
37277
|
"categories": ["#flow", "#heading", "#palpable"],
|
|
37349
37278
|
"contentModel": {
|
|
37350
37279
|
"contents": [
|
|
@@ -37371,7 +37300,7 @@
|
|
|
37371
37300
|
{
|
|
37372
37301
|
"name": "h2",
|
|
37373
37302
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/h2",
|
|
37374
|
-
"description": "The <h1> to <h6> HTML elements represent six levels of section headings. <h1> is the highest section level and <h6> is the lowest.",
|
|
37303
|
+
"description": "The <h1> to <h6> HTML elements represent six levels of section headings. <h1> is the highest section level and <h6> is the lowest. By default, all heading elements create a block-level box in the layout, starting on a new line and taking up the full width available in their containing block.",
|
|
37375
37304
|
"categories": ["#flow", "#heading", "#palpable"],
|
|
37376
37305
|
"contentModel": {
|
|
37377
37306
|
"contents": [
|
|
@@ -37398,7 +37327,7 @@
|
|
|
37398
37327
|
{
|
|
37399
37328
|
"name": "h3",
|
|
37400
37329
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/h3",
|
|
37401
|
-
"description": "The <h1> to <h6> HTML elements represent six levels of section headings. <h1> is the highest section level and <h6> is the lowest.",
|
|
37330
|
+
"description": "The <h1> to <h6> HTML elements represent six levels of section headings. <h1> is the highest section level and <h6> is the lowest. By default, all heading elements create a block-level box in the layout, starting on a new line and taking up the full width available in their containing block.",
|
|
37402
37331
|
"categories": ["#flow", "#heading", "#palpable"],
|
|
37403
37332
|
"contentModel": {
|
|
37404
37333
|
"contents": [
|
|
@@ -37425,7 +37354,7 @@
|
|
|
37425
37354
|
{
|
|
37426
37355
|
"name": "h4",
|
|
37427
37356
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/h4",
|
|
37428
|
-
"description": "The <h1> to <h6> HTML elements represent six levels of section headings. <h1> is the highest section level and <h6> is the lowest.",
|
|
37357
|
+
"description": "The <h1> to <h6> HTML elements represent six levels of section headings. <h1> is the highest section level and <h6> is the lowest. By default, all heading elements create a block-level box in the layout, starting on a new line and taking up the full width available in their containing block.",
|
|
37429
37358
|
"categories": ["#flow", "#heading", "#palpable"],
|
|
37430
37359
|
"contentModel": {
|
|
37431
37360
|
"contents": [
|
|
@@ -37452,7 +37381,7 @@
|
|
|
37452
37381
|
{
|
|
37453
37382
|
"name": "h5",
|
|
37454
37383
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/h5",
|
|
37455
|
-
"description": "The <h1> to <h6> HTML elements represent six levels of section headings. <h1> is the highest section level and <h6> is the lowest.",
|
|
37384
|
+
"description": "The <h1> to <h6> HTML elements represent six levels of section headings. <h1> is the highest section level and <h6> is the lowest. By default, all heading elements create a block-level box in the layout, starting on a new line and taking up the full width available in their containing block.",
|
|
37456
37385
|
"categories": ["#flow", "#heading", "#palpable"],
|
|
37457
37386
|
"contentModel": {
|
|
37458
37387
|
"contents": [
|
|
@@ -37479,7 +37408,7 @@
|
|
|
37479
37408
|
{
|
|
37480
37409
|
"name": "h6",
|
|
37481
37410
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/h6",
|
|
37482
|
-
"description": "The <h1> to <h6> HTML elements represent six levels of section headings. <h1> is the highest section level and <h6> is the lowest.",
|
|
37411
|
+
"description": "The <h1> to <h6> HTML elements represent six levels of section headings. <h1> is the highest section level and <h6> is the lowest. By default, all heading elements create a block-level box in the layout, starting on a new line and taking up the full width available in their containing block.",
|
|
37483
37412
|
"categories": ["#flow", "#heading", "#palpable"],
|
|
37484
37413
|
"contentModel": {
|
|
37485
37414
|
"contents": [
|
|
@@ -37810,7 +37739,7 @@
|
|
|
37810
37739
|
"deprecated": true
|
|
37811
37740
|
},
|
|
37812
37741
|
"name": {
|
|
37813
|
-
"type": "
|
|
37742
|
+
"type": "NavigableTargetName"
|
|
37814
37743
|
},
|
|
37815
37744
|
"referrerpolicy": {
|
|
37816
37745
|
"description": "Indicates which referrer to send when fetching the frame's resource: no-referrer: The Referer header will not be sent. no-referrer-when-downgrade: The Referer header will not be sent to origins without TLS (HTTPS). origin: The sent referrer will be limited to the origin of the referring page: its scheme, host, and port. origin-when-cross-origin: The referrer sent to other origins will be limited to the scheme, the host, and the port. Navigations on the same origin will still include the path. same-origin: A referrer will be sent for same origin, but cross-origin requests will contain no referrer information. strict-origin: Only send the origin of the document as the referrer when the protocol security level stays the same (HTTPS→HTTPS), but don't send it to a less secure destination (HTTPS→HTTP). strict-origin-when-cross-origin (default): Send a full URL when performing a same-origin request, only send the origin when the protocol security level stays the same (HTTPS→HTTPS), and send no header to a less secure destination (HTTPS→HTTP). unsafe-url: The referrer will include the origin and the path (but not the fragment, password, or username). This value is unsafe, because it leaks origins and paths from TLS-protected resources to insecure origins."
|
|
@@ -38564,7 +38493,15 @@
|
|
|
38564
38493
|
"condition": ["[type='checkbox' i]", "[type='radio' i]"]
|
|
38565
38494
|
},
|
|
38566
38495
|
"dirname": {
|
|
38567
|
-
"condition": [
|
|
38496
|
+
"condition": [
|
|
38497
|
+
":not([type])",
|
|
38498
|
+
"[type='text' i]",
|
|
38499
|
+
"[type='search' i]",
|
|
38500
|
+
"[type='hidden' i]",
|
|
38501
|
+
"[type='tel' i]",
|
|
38502
|
+
"[type='url' i]",
|
|
38503
|
+
"[type='email' i]"
|
|
38504
|
+
]
|
|
38568
38505
|
},
|
|
38569
38506
|
"disabled": {
|
|
38570
38507
|
"description": "A Boolean attribute which, if present, indicates that the user should not be able to interact with the input. Disabled inputs are typically rendered with a dimmer color or using some other form of indication that the field is not available for use. Specifically, disabled inputs do not receive the click event, and disabled inputs are not submitted with the form. Note: Although not required by the specification, Firefox will by default persist the dynamic disabled state of an <input> across page loads. Use the autocomplete attribute to control this feature."
|
|
@@ -39095,7 +39032,8 @@
|
|
|
39095
39032
|
"blocking": {
|
|
39096
39033
|
"type": {
|
|
39097
39034
|
"enum": ["render"]
|
|
39098
|
-
}
|
|
39035
|
+
},
|
|
39036
|
+
"condition": "[rel~='stylesheet' i]"
|
|
39099
39037
|
},
|
|
39100
39038
|
"charset": {
|
|
39101
39039
|
"description": "This attribute defines the character encoding of the linked resource. The value is a space- and/or comma-delimited list of character sets as defined in RFC 2045. The default value is iso-8859-1. Note: To produce the same effect as this obsolete attribute, use the Content-Type HTTP header on the linked resource.",
|
|
@@ -39146,10 +39084,6 @@
|
|
|
39146
39084
|
"deprecated": true,
|
|
39147
39085
|
"nonStandard": true
|
|
39148
39086
|
},
|
|
39149
|
-
"prefetch": {
|
|
39150
|
-
"description": "Identifies a resource that might be required by the next navigation and that the user agent should retrieve it. This allows the user agent to respond faster when the resource is requested in the future.",
|
|
39151
|
-
"experimental": true
|
|
39152
|
-
},
|
|
39153
39087
|
"referrerpolicy": {
|
|
39154
39088
|
"description": "A string indicating which referrer to use when fetching the resource: no-referrer means that the Referer header will not be sent. no-referrer-when-downgrade means that no Referer header will be sent when navigating to an origin without TLS (HTTPS). This is a user agent's default behavior, if no policy is otherwise specified. origin means that the referrer will be the origin of the page, which is roughly the scheme, the host, and the port. origin-when-cross-origin means that navigating to other origins will be limited to the scheme, the host, and the port, while navigating on the same origin will include the referrer's path. unsafe-url means that the referrer will include the origin and the path (but not the fragment, password, or username). This case is unsafe because it can leak origins and paths from TLS-protected resources to insecure origins."
|
|
39155
39089
|
},
|
|
@@ -39608,6 +39542,9 @@
|
|
|
39608
39542
|
"#HTMLGlobalAttrs": true
|
|
39609
39543
|
},
|
|
39610
39544
|
"attributes": {
|
|
39545
|
+
"form": {
|
|
39546
|
+
"description": "This optional attribute is used to explicitly set a <form> owner for the <meter> element. If omitted, the <meter> is associated with its ancestor <form> element or the form association set by the form attribute on another ancestor element, such as on a <fieldset>, if any. If included, the value must be the id of a <form> in the same tree."
|
|
39547
|
+
},
|
|
39611
39548
|
"high": {
|
|
39612
39549
|
"type": "Number"
|
|
39613
39550
|
},
|
|
@@ -39825,7 +39762,7 @@
|
|
|
39825
39762
|
"description": "The height of the displayed resource, in CSS pixels. — (Absolute values only. NO percentages)"
|
|
39826
39763
|
},
|
|
39827
39764
|
"name": {
|
|
39828
|
-
"type": "
|
|
39765
|
+
"type": "NavigableTargetName"
|
|
39829
39766
|
},
|
|
39830
39767
|
"standby": {
|
|
39831
39768
|
"description": "A message that the browser can show while loading the object's implementation and data.",
|
|
@@ -40610,8 +40547,8 @@
|
|
|
40610
40547
|
{
|
|
40611
40548
|
"name": "search",
|
|
40612
40549
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/search",
|
|
40613
|
-
"description": "",
|
|
40614
|
-
"categories": [],
|
|
40550
|
+
"description": "The <search> HTML element is a container representing the parts of the document or application with form controls or other content related to performing a search or filtering operation. The <search> element semantically identifies the purpose of the element's contents as having search or filtering capabilities. The search or filtering functionality can be for the website or application, the current web page or document, or the entire Internet or subsection thereof.",
|
|
40551
|
+
"categories": ["#flow", "#palpable"],
|
|
40615
40552
|
"contentModel": {
|
|
40616
40553
|
"contents": [
|
|
40617
40554
|
{
|
|
@@ -40865,8 +40802,7 @@
|
|
|
40865
40802
|
"condition": "picture > source"
|
|
40866
40803
|
},
|
|
40867
40804
|
"media": {
|
|
40868
|
-
"type": "<media-query-list>"
|
|
40869
|
-
"condition": "picture > source"
|
|
40805
|
+
"type": "<media-query-list>"
|
|
40870
40806
|
},
|
|
40871
40807
|
"sizes": {
|
|
40872
40808
|
"condition": "picture > source"
|
|
@@ -41424,6 +41360,9 @@
|
|
|
41424
41360
|
},
|
|
41425
41361
|
"defaultValue": "20"
|
|
41426
41362
|
},
|
|
41363
|
+
"dirname": {
|
|
41364
|
+
"description": "This attribute is used to indicate the text directionality of the element contents similar to the dirname attribute of the <input> element. For more information, see the dirname attribute."
|
|
41365
|
+
},
|
|
41427
41366
|
"disabled": {
|
|
41428
41367
|
"description": "This Boolean attribute indicates that the user cannot interact with the control. If this attribute is not specified, the control inherits its setting from the containing element, for example <fieldset>; if there is no containing element when the disabled attribute is set, the control is enabled."
|
|
41429
41368
|
},
|
|
@@ -46228,7 +46167,8 @@
|
|
|
46228
46167
|
"animatable": true
|
|
46229
46168
|
},
|
|
46230
46169
|
"xlink:href": {
|
|
46231
|
-
"description": "
|
|
46170
|
+
"description": "An <IRI> reference to another <linearGradient> element that will be used as a template. Value type: <IRI> ; Default value: none; Animatable: yes",
|
|
46171
|
+
"deprecated": true
|
|
46232
46172
|
},
|
|
46233
46173
|
"y1": {
|
|
46234
46174
|
"type": ["<svg-length>", "<percentage>"],
|
|
@@ -47298,7 +47238,8 @@
|
|
|
47298
47238
|
"animatable": true
|
|
47299
47239
|
},
|
|
47300
47240
|
"xlink:href": {
|
|
47301
|
-
"description": "
|
|
47241
|
+
"description": "An <IRI> reference to another <radialGradient> element that will be used as a template. Value type: <IRI> ; Default value: none; Animatable: yes",
|
|
47242
|
+
"deprecated": true
|
|
47302
47243
|
}
|
|
47303
47244
|
}
|
|
47304
47245
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@markuplint/html-spec",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.12.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>",
|
|
@@ -17,11 +17,11 @@
|
|
|
17
17
|
"gen:prettier": "prettier --write index.json"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@markuplint/spec-generator": "3.
|
|
21
|
-
"@markuplint/test-tools": "3.6.
|
|
20
|
+
"@markuplint/spec-generator": "3.12.0",
|
|
21
|
+
"@markuplint/test-tools": "3.6.1"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@markuplint/ml-spec": "3.
|
|
24
|
+
"@markuplint/ml-spec": "3.12.0"
|
|
25
25
|
},
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "ef31aef8f2fff319d0f692feead332ec5fc5c7cf"
|
|
27
27
|
}
|