@markuplint/html-spec 3.11.0 → 3.11.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.
Files changed (2) hide show
  1. package/index.json +41 -100
  2. package/package.json +5 -5
package/index.json CHANGED
@@ -2791,9 +2791,9 @@
2791
2791
  },
2792
2792
  {
2793
2793
  "name": "caption",
2794
- "description": "Visible content that names, or describes a group, figure, table, grid, radiogroup, 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.",
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. However, unlike elements with role presentation, generic elements are exposed in accessibility APIs so that assistive technologies can gather certain properties such as layout and bounds.",
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",
@@ -35773,7 +35706,7 @@
35773
35706
  },
35774
35707
  "attributes": {
35775
35708
  "href": {
35776
- "description": "The base URL to be used throughout the document for relative URLs. Absolute and relative URLs are allowed."
35709
+ "description": "The base URL to be used throughout the document for relative URLs. Absolute and relative URLs are allowed. data: and javascript: URLs are not allowed."
35777
35710
  },
35778
35711
  "target": {
35779
35712
  "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 +35716,7 @@
35783
35716
  {
35784
35717
  "name": "basefont",
35785
35718
  "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, line height, and the glyph variants to use when multiple are available for a single character.",
35719
+ "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
35720
  "categories": [],
35788
35721
  "contentModel": {
35789
35722
  "contents": true
@@ -36237,7 +36170,7 @@
36237
36170
  "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
36171
  },
36239
36172
  "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."
36173
+ "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
36174
  },
36242
36175
  "formnovalidate": {
36243
36176
  "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."
@@ -37344,7 +37277,7 @@
37344
37277
  {
37345
37278
  "name": "h1",
37346
37279
  "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.",
37280
+ "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
37281
  "categories": ["#flow", "#heading", "#palpable"],
37349
37282
  "contentModel": {
37350
37283
  "contents": [
@@ -37371,7 +37304,7 @@
37371
37304
  {
37372
37305
  "name": "h2",
37373
37306
  "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.",
37307
+ "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
37308
  "categories": ["#flow", "#heading", "#palpable"],
37376
37309
  "contentModel": {
37377
37310
  "contents": [
@@ -37398,7 +37331,7 @@
37398
37331
  {
37399
37332
  "name": "h3",
37400
37333
  "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.",
37334
+ "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
37335
  "categories": ["#flow", "#heading", "#palpable"],
37403
37336
  "contentModel": {
37404
37337
  "contents": [
@@ -37425,7 +37358,7 @@
37425
37358
  {
37426
37359
  "name": "h4",
37427
37360
  "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.",
37361
+ "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
37362
  "categories": ["#flow", "#heading", "#palpable"],
37430
37363
  "contentModel": {
37431
37364
  "contents": [
@@ -37452,7 +37385,7 @@
37452
37385
  {
37453
37386
  "name": "h5",
37454
37387
  "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.",
37388
+ "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
37389
  "categories": ["#flow", "#heading", "#palpable"],
37457
37390
  "contentModel": {
37458
37391
  "contents": [
@@ -37479,7 +37412,7 @@
37479
37412
  {
37480
37413
  "name": "h6",
37481
37414
  "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.",
37415
+ "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
37416
  "categories": ["#flow", "#heading", "#palpable"],
37484
37417
  "contentModel": {
37485
37418
  "contents": [
@@ -39608,6 +39541,9 @@
39608
39541
  "#HTMLGlobalAttrs": true
39609
39542
  },
39610
39543
  "attributes": {
39544
+ "form": {
39545
+ "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."
39546
+ },
39611
39547
  "high": {
39612
39548
  "type": "Number"
39613
39549
  },
@@ -40610,8 +40546,8 @@
40610
40546
  {
40611
40547
  "name": "search",
40612
40548
  "cite": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/search",
40613
- "description": "",
40614
- "categories": [],
40549
+ "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.",
40550
+ "categories": ["#flow", "#palpable"],
40615
40551
  "contentModel": {
40616
40552
  "contents": [
40617
40553
  {
@@ -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": "Deprecated: This feature is no longer recommended. Though some browsers might still support it, it may have already been removed from the relevant web standards, may be in the process of being dropped, or may only be kept for compatibility purposes. Avoid using it, and update existing code if possible; see the compatibility table at the bottom of this page to guide your decision. Be aware that this feature may cease to work at any time.An <IRI> reference to another <linearGradient> element that will be used as a template. Value type: <IRI> ; Default value: none; Animatable: yes"
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": "Deprecated: This feature is no longer recommended. Though some browsers might still support it, it may have already been removed from the relevant web standards, may be in the process of being dropped, or may only be kept for compatibility purposes. Avoid using it, and update existing code if possible; see the compatibility table at the bottom of this page to guide your decision. Be aware that this feature may cease to work at any time.An <IRI> reference to another <radialGradient> element that will be used as a template. Value type: <IRI> ; Default value: none; Animatable: yes"
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.11.0",
3
+ "version": "3.11.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>",
@@ -17,11 +17,11 @@
17
17
  "gen:prettier": "prettier --write index.json"
18
18
  },
19
19
  "devDependencies": {
20
- "@markuplint/spec-generator": "3.11.0",
21
- "@markuplint/test-tools": "3.6.0"
20
+ "@markuplint/spec-generator": "3.11.1",
21
+ "@markuplint/test-tools": "3.6.1"
22
22
  },
23
23
  "dependencies": {
24
- "@markuplint/ml-spec": "3.11.0"
24
+ "@markuplint/ml-spec": "3.11.1"
25
25
  },
26
- "gitHead": "4ab20276db48a6acb29a923ea8666890ca853442"
26
+ "gitHead": "09100b8baa14dd930602daa458197322197c79c2"
27
27
  }