@markuplint/html-spec 3.10.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.
- package/index.json +73 -108
- package/package.json +5 -5
package/index.json
CHANGED
|
@@ -629,6 +629,30 @@
|
|
|
629
629
|
"onwheel": {
|
|
630
630
|
"type": "FunctionBody"
|
|
631
631
|
},
|
|
632
|
+
"onanimationstart": {
|
|
633
|
+
"type": "FunctionBody"
|
|
634
|
+
},
|
|
635
|
+
"onanimationiteration": {
|
|
636
|
+
"type": "FunctionBody"
|
|
637
|
+
},
|
|
638
|
+
"onanimationend": {
|
|
639
|
+
"type": "FunctionBody"
|
|
640
|
+
},
|
|
641
|
+
"onanimationcancel": {
|
|
642
|
+
"type": "FunctionBody"
|
|
643
|
+
},
|
|
644
|
+
"ontransitionrun": {
|
|
645
|
+
"type": "FunctionBody"
|
|
646
|
+
},
|
|
647
|
+
"ontransitionstart": {
|
|
648
|
+
"type": "FunctionBody"
|
|
649
|
+
},
|
|
650
|
+
"ontransitionend": {
|
|
651
|
+
"type": "FunctionBody"
|
|
652
|
+
},
|
|
653
|
+
"ontransitioncancel": {
|
|
654
|
+
"type": "FunctionBody"
|
|
655
|
+
},
|
|
632
656
|
"onwebkitanimationend": {
|
|
633
657
|
"type": "FunctionBody",
|
|
634
658
|
"deprecated": true
|
|
@@ -712,7 +736,7 @@
|
|
|
712
736
|
"unsafe-url"
|
|
713
737
|
]
|
|
714
738
|
},
|
|
715
|
-
"condition": "[href]",
|
|
739
|
+
"condition": "[href], [src]",
|
|
716
740
|
"defaultValue": "strict-origin-when-cross-origin"
|
|
717
741
|
},
|
|
718
742
|
"loading": {
|
|
@@ -2767,9 +2791,9 @@
|
|
|
2767
2791
|
},
|
|
2768
2792
|
{
|
|
2769
2793
|
"name": "caption",
|
|
2770
|
-
"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.",
|
|
2771
2795
|
"generalization": ["section"],
|
|
2772
|
-
"requiredContextRole": ["figure", "grid", "table", "treegrid"],
|
|
2796
|
+
"requiredContextRole": ["figure", "grid", "group", "radiogroup", "table", "treegrid"],
|
|
2773
2797
|
"requiredOwnedElements": [],
|
|
2774
2798
|
"accessibleNameRequired": false,
|
|
2775
2799
|
"accessibleNameFromAuthor": false,
|
|
@@ -2780,10 +2804,6 @@
|
|
|
2780
2804
|
"name": "aria-atomic",
|
|
2781
2805
|
"inherited": true
|
|
2782
2806
|
},
|
|
2783
|
-
{
|
|
2784
|
-
"name": "aria-braillelabel",
|
|
2785
|
-
"inherited": true
|
|
2786
|
-
},
|
|
2787
2807
|
{
|
|
2788
2808
|
"name": "aria-brailleroledescription",
|
|
2789
2809
|
"inherited": true
|
|
@@ -2869,7 +2889,7 @@
|
|
|
2869
2889
|
"inherited": true
|
|
2870
2890
|
}
|
|
2871
2891
|
],
|
|
2872
|
-
"prohibitedProperties": ["aria-label", "aria-labelledby"]
|
|
2892
|
+
"prohibitedProperties": ["aria-braillelabel", "aria-label", "aria-labelledby"]
|
|
2873
2893
|
},
|
|
2874
2894
|
{
|
|
2875
2895
|
"name": "cell",
|
|
@@ -3141,10 +3161,6 @@
|
|
|
3141
3161
|
"name": "aria-atomic",
|
|
3142
3162
|
"inherited": true
|
|
3143
3163
|
},
|
|
3144
|
-
{
|
|
3145
|
-
"name": "aria-braillelabel",
|
|
3146
|
-
"inherited": true
|
|
3147
|
-
},
|
|
3148
3164
|
{
|
|
3149
3165
|
"name": "aria-brailleroledescription",
|
|
3150
3166
|
"inherited": true
|
|
@@ -3230,7 +3246,7 @@
|
|
|
3230
3246
|
"inherited": true
|
|
3231
3247
|
}
|
|
3232
3248
|
],
|
|
3233
|
-
"prohibitedProperties": ["aria-label", "aria-labelledby"]
|
|
3249
|
+
"prohibitedProperties": ["aria-braillelabel", "aria-label", "aria-labelledby"]
|
|
3234
3250
|
},
|
|
3235
3251
|
{
|
|
3236
3252
|
"name": "columnheader",
|
|
@@ -4104,10 +4120,6 @@
|
|
|
4104
4120
|
"name": "aria-atomic",
|
|
4105
4121
|
"inherited": true
|
|
4106
4122
|
},
|
|
4107
|
-
{
|
|
4108
|
-
"name": "aria-braillelabel",
|
|
4109
|
-
"inherited": true
|
|
4110
|
-
},
|
|
4111
4123
|
{
|
|
4112
4124
|
"name": "aria-brailleroledescription",
|
|
4113
4125
|
"inherited": true
|
|
@@ -4193,7 +4205,7 @@
|
|
|
4193
4205
|
"inherited": true
|
|
4194
4206
|
}
|
|
4195
4207
|
],
|
|
4196
|
-
"prohibitedProperties": ["aria-label", "aria-labelledby"]
|
|
4208
|
+
"prohibitedProperties": ["aria-braillelabel", "aria-label", "aria-labelledby"]
|
|
4197
4209
|
},
|
|
4198
4210
|
{
|
|
4199
4211
|
"name": "deletion",
|
|
@@ -4210,10 +4222,6 @@
|
|
|
4210
4222
|
"name": "aria-atomic",
|
|
4211
4223
|
"inherited": true
|
|
4212
4224
|
},
|
|
4213
|
-
{
|
|
4214
|
-
"name": "aria-braillelabel",
|
|
4215
|
-
"inherited": true
|
|
4216
|
-
},
|
|
4217
4225
|
{
|
|
4218
4226
|
"name": "aria-brailleroledescription",
|
|
4219
4227
|
"inherited": true
|
|
@@ -4299,7 +4307,7 @@
|
|
|
4299
4307
|
"inherited": true
|
|
4300
4308
|
}
|
|
4301
4309
|
],
|
|
4302
|
-
"prohibitedProperties": ["aria-label", "aria-labelledby"]
|
|
4310
|
+
"prohibitedProperties": ["aria-braillelabel", "aria-label", "aria-labelledby"]
|
|
4303
4311
|
},
|
|
4304
4312
|
{
|
|
4305
4313
|
"name": "dialog",
|
|
@@ -4662,10 +4670,6 @@
|
|
|
4662
4670
|
"name": "aria-atomic",
|
|
4663
4671
|
"inherited": true
|
|
4664
4672
|
},
|
|
4665
|
-
{
|
|
4666
|
-
"name": "aria-braillelabel",
|
|
4667
|
-
"inherited": true
|
|
4668
|
-
},
|
|
4669
4673
|
{
|
|
4670
4674
|
"name": "aria-brailleroledescription",
|
|
4671
4675
|
"inherited": true
|
|
@@ -4751,7 +4755,7 @@
|
|
|
4751
4755
|
"inherited": true
|
|
4752
4756
|
}
|
|
4753
4757
|
],
|
|
4754
|
-
"prohibitedProperties": ["aria-label", "aria-labelledby"]
|
|
4758
|
+
"prohibitedProperties": ["aria-braillelabel", "aria-label", "aria-labelledby"]
|
|
4755
4759
|
},
|
|
4756
4760
|
{
|
|
4757
4761
|
"name": "feed",
|
|
@@ -5097,7 +5101,7 @@
|
|
|
5097
5101
|
},
|
|
5098
5102
|
{
|
|
5099
5103
|
"name": "generic",
|
|
5100
|
-
"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.",
|
|
5101
5105
|
"generalization": ["structure"],
|
|
5102
5106
|
"requiredContextRole": [],
|
|
5103
5107
|
"requiredOwnedElements": [],
|
|
@@ -5110,10 +5114,6 @@
|
|
|
5110
5114
|
"name": "aria-atomic",
|
|
5111
5115
|
"inherited": true
|
|
5112
5116
|
},
|
|
5113
|
-
{
|
|
5114
|
-
"name": "aria-braillelabel",
|
|
5115
|
-
"inherited": true
|
|
5116
|
-
},
|
|
5117
5117
|
{
|
|
5118
5118
|
"name": "aria-busy",
|
|
5119
5119
|
"inherited": true
|
|
@@ -5192,6 +5192,7 @@
|
|
|
5192
5192
|
}
|
|
5193
5193
|
],
|
|
5194
5194
|
"prohibitedProperties": [
|
|
5195
|
+
"aria-braillelabel",
|
|
5195
5196
|
"aria-brailleroledescription",
|
|
5196
5197
|
"aria-label",
|
|
5197
5198
|
"aria-labelledby",
|
|
@@ -5960,10 +5961,6 @@
|
|
|
5960
5961
|
"name": "aria-atomic",
|
|
5961
5962
|
"inherited": true
|
|
5962
5963
|
},
|
|
5963
|
-
{
|
|
5964
|
-
"name": "aria-braillelabel",
|
|
5965
|
-
"inherited": true
|
|
5966
|
-
},
|
|
5967
5964
|
{
|
|
5968
5965
|
"name": "aria-brailleroledescription",
|
|
5969
5966
|
"inherited": true
|
|
@@ -6049,7 +6046,7 @@
|
|
|
6049
6046
|
"inherited": true
|
|
6050
6047
|
}
|
|
6051
6048
|
],
|
|
6052
|
-
"prohibitedProperties": ["aria-label", "aria-labelledby"]
|
|
6049
|
+
"prohibitedProperties": ["aria-braillelabel", "aria-label", "aria-labelledby"]
|
|
6053
6050
|
},
|
|
6054
6051
|
{
|
|
6055
6052
|
"name": "landmark",
|
|
@@ -6885,10 +6882,6 @@
|
|
|
6885
6882
|
"name": "aria-atomic",
|
|
6886
6883
|
"inherited": true
|
|
6887
6884
|
},
|
|
6888
|
-
{
|
|
6889
|
-
"name": "aria-braillelabel",
|
|
6890
|
-
"inherited": true
|
|
6891
|
-
},
|
|
6892
6885
|
{
|
|
6893
6886
|
"name": "aria-brailleroledescription",
|
|
6894
6887
|
"inherited": true
|
|
@@ -6974,7 +6967,7 @@
|
|
|
6974
6967
|
"inherited": true
|
|
6975
6968
|
}
|
|
6976
6969
|
],
|
|
6977
|
-
"prohibitedProperties": ["aria-label", "aria-labelledby"]
|
|
6970
|
+
"prohibitedProperties": ["aria-braillelabel", "aria-label", "aria-labelledby"]
|
|
6978
6971
|
},
|
|
6979
6972
|
{
|
|
6980
6973
|
"name": "marquee",
|
|
@@ -8086,7 +8079,7 @@
|
|
|
8086
8079
|
},
|
|
8087
8080
|
{
|
|
8088
8081
|
"name": "none",
|
|
8089
|
-
"description": "An element whose implicit native role semantics will not be mapped to the accessibility API. See synonym presentation.\n\nIn ARIA 1.1, the working group introduced none as a synonym to the presentation role, due to author confusion surrounding the intended meaning of the word \"presentation\" or \"presentational.\" Many individuals erroneously consider role=\"presentation\" to be synonymous with aria-hidden=\"true\", and we believe role=\"none\" conveys the actual meaning more unambiguously.",
|
|
8082
|
+
"description": "An element whose implicit native role semantics will not be mapped to the accessibility API. See synonym presentation.\n\nIn ARIA 1.1, the working group introduced none as a synonym to the presentation role, due to author confusion surrounding the intended meaning of the word \"presentation\" or \"presentational.\" Many individuals erroneously consider role=\"presentation\" to be synonymous with aria-hidden=\"true\", and we believe role=\"none\" conveys the actual meaning more unambiguously.\n\nThe intended use is when an element is used to change the look of the page but does not have all the functional, interactive, or structural relevance implied by the element type, or can be used to provide for an accessible fallback in older browsers that do not support WAI-ARIA.\n\nExample use cases:\n\nFor any element with a role of none/presentation and which is not focusable, the user agent MUST NOT expose the implicit native semantics of the element (the role and its states and properties) to accessibility APIs. However, the user agent MUST expose content and descendant elements that do not have an explicit or inherited role of none/presentation. Thus, the none/presentation role causes a given element to be treated as having no role or to be removed from the accessibility tree, but does not cause the content contained within the element to be removed from the accessibility tree.\n\nFor example, the following two markup snippets will be exposed similarly to an accessibility API.\n\nIn HTML, the <img> element is treated as a single entity regardless of the type of image file. Consequently, using role=\"none\" or role=\"presentation\" on an HTML img is equivalent to using aria-hidden=\"true\". In order to make the image contents accessible, authors can embed the object using an <object> or <iframe> element, or use inline SVG code, and follow the accessibility guidelines for the image content.\n\nAuthors SHOULD NOT provide meaningful alternative text (for example, use alt=\"\" in HTML) when the none/presentation role is applied to an image.\n\nIn the following code sample, the containing img and is appropriately labeled by the caption paragraph. In this example the img element can be marked as none/presentation because the role and the text alternatives are provided by the containing element.\n\nIn the following code sample, because the anchor (HTML a element) is acting as the treeitem, the list item (HTML li element) is assigned an explicit WAI-ARIA role of none/presentation to override the user agent's implicit native semantics for list items.\n\nThe none/presentation role is used on an element that has implicit native semantics, meaning that there is a default accessibility API role for the element. Some elements are only complete when additional descendant elements are provided. For example, in HTML, table elements (matching the table role) require tr descendants (which have an implicit row role), which in turn require th or td children (the columnheader or rowheader and cell roles, respectively). Similarly, lists require list item children. The descendant elements that complete the semantics of an element are described in WAI-ARIA as Allowed Accessibility Child Roles.\n\nWhen an explicit or inherited role of none/presentation is applied to an element with the implicit semantic of a WAI-ARIA role that has Allowed Accessibility Child Roles, in addition to the element with the explicit role of none/presentation, the user agent MUST apply an inherited role of none to any owned elements that do not have an explicit role defined. Also, when an explicit or inherited role of none/presentation is applied to a host language element which has specifically allowed children as defined by the host language specification, in addition to the element with the explicit role of none/presentation, the user agent MUST apply an inherited role of none to any specifically allowed children that do not have an explicit role defined.\n\nFor any element with an explicit or inherited role of none/presentation and which is not focusable, user agents MUST ignore role-specific WAI-ARIA states and properties for that element. For example, in HTML, a ul or ol element with a role of none/presentation will have the implicit native semantics of its li elements removed because the list role to which the ul or ol corresponds has an Allowed Accessibility Child Role of listitem. Likewise, the implicit native semantics of an HTML table element's thead/tbody/tfoot/tr/th/td descendants will also be removed, because the HTML specification indicates that these are required structural descendants of the table element.\n\nOnly the implicit native semantics of elements that correspond to WAI-ARIA Allowed Accessibility Child Roles are removed. All other content remains intact, including nested tables or lists, unless those elements also have an explicit role of none/presentation specified.\n\nFor example, according to an accessibility API, the following markup elements might have identical or very similar role semantics (generic or none role) and identical content.\n\nThere are other WAI-ARIA roles with specific allowed children for which this situation is applicable (e.g., feeds and listboxes), but tables and lists are the most common real-world cases in which the none/presentation inheritance is likely to apply.\n\nFor any element with an explicit or inherited role of none/presentation, user agents MUST apply an inherited role of none to all host-language-specific labeling elements for the presentational element. For example, a table element with a role of none/presentation will have the implicit native semantics of its caption element removed, because the caption is merely a label for the presentational table.\n\nInformation about resolving conflicts in the none/presentation role has been moved to Handling Author Errors",
|
|
8090
8083
|
"generalization": ["structure"],
|
|
8091
8084
|
"requiredContextRole": [],
|
|
8092
8085
|
"requiredOwnedElements": [],
|
|
@@ -8099,10 +8092,6 @@
|
|
|
8099
8092
|
"name": "aria-atomic",
|
|
8100
8093
|
"inherited": true
|
|
8101
8094
|
},
|
|
8102
|
-
{
|
|
8103
|
-
"name": "aria-braillelabel",
|
|
8104
|
-
"inherited": true
|
|
8105
|
-
},
|
|
8106
8095
|
{
|
|
8107
8096
|
"name": "aria-brailleroledescription",
|
|
8108
8097
|
"inherited": true
|
|
@@ -8188,7 +8177,7 @@
|
|
|
8188
8177
|
"inherited": true
|
|
8189
8178
|
}
|
|
8190
8179
|
],
|
|
8191
|
-
"prohibitedProperties": ["aria-label", "aria-labelledby"]
|
|
8180
|
+
"prohibitedProperties": ["aria-braillelabel", "aria-label", "aria-labelledby"]
|
|
8192
8181
|
},
|
|
8193
8182
|
{
|
|
8194
8183
|
"name": "note",
|
|
@@ -8445,10 +8434,6 @@
|
|
|
8445
8434
|
"name": "aria-atomic",
|
|
8446
8435
|
"inherited": true
|
|
8447
8436
|
},
|
|
8448
|
-
{
|
|
8449
|
-
"name": "aria-braillelabel",
|
|
8450
|
-
"inherited": true
|
|
8451
|
-
},
|
|
8452
8437
|
{
|
|
8453
8438
|
"name": "aria-brailleroledescription",
|
|
8454
8439
|
"inherited": true
|
|
@@ -8534,11 +8519,11 @@
|
|
|
8534
8519
|
"inherited": true
|
|
8535
8520
|
}
|
|
8536
8521
|
],
|
|
8537
|
-
"prohibitedProperties": ["aria-label", "aria-labelledby"]
|
|
8522
|
+
"prohibitedProperties": ["aria-braillelabel", "aria-label", "aria-labelledby"]
|
|
8538
8523
|
},
|
|
8539
8524
|
{
|
|
8540
8525
|
"name": "presentation",
|
|
8541
|
-
"description": "An element whose implicit native role semantics will not be mapped to the accessibility API. See synonym none.\n\nIn ARIA 1.1, the working group introduced none as
|
|
8526
|
+
"description": "An element whose implicit native role semantics will not be mapped to the accessibility API. See synonym none.\n\nIn ARIA 1.1, the working group introduced none as the preferred synonym to the presentation role, due to author confusion surrounding the intended meaning of the word \"presentation\" or \"presentational.\" Many individuals erroneously consider role=\"presentation\" to be synonymous with aria-hidden=\"true\", and the ARIA Working Group believes role=\"none\" conveys the actual meaning more unambiguously.",
|
|
8542
8527
|
"generalization": ["structure"],
|
|
8543
8528
|
"requiredContextRole": [],
|
|
8544
8529
|
"requiredOwnedElements": [],
|
|
@@ -8551,10 +8536,6 @@
|
|
|
8551
8536
|
"name": "aria-atomic",
|
|
8552
8537
|
"inherited": true
|
|
8553
8538
|
},
|
|
8554
|
-
{
|
|
8555
|
-
"name": "aria-braillelabel",
|
|
8556
|
-
"inherited": true
|
|
8557
|
-
},
|
|
8558
8539
|
{
|
|
8559
8540
|
"name": "aria-brailleroledescription",
|
|
8560
8541
|
"inherited": true
|
|
@@ -8640,7 +8621,7 @@
|
|
|
8640
8621
|
"inherited": true
|
|
8641
8622
|
}
|
|
8642
8623
|
],
|
|
8643
|
-
"prohibitedProperties": ["aria-label", "aria-labelledby"]
|
|
8624
|
+
"prohibitedProperties": ["aria-braillelabel", "aria-label", "aria-labelledby"]
|
|
8644
8625
|
},
|
|
8645
8626
|
{
|
|
8646
8627
|
"name": "progressbar",
|
|
@@ -11012,10 +10993,6 @@
|
|
|
11012
10993
|
"name": "aria-atomic",
|
|
11013
10994
|
"inherited": true
|
|
11014
10995
|
},
|
|
11015
|
-
{
|
|
11016
|
-
"name": "aria-braillelabel",
|
|
11017
|
-
"inherited": true
|
|
11018
|
-
},
|
|
11019
10996
|
{
|
|
11020
10997
|
"name": "aria-brailleroledescription",
|
|
11021
10998
|
"inherited": true
|
|
@@ -11101,7 +11078,7 @@
|
|
|
11101
11078
|
"inherited": true
|
|
11102
11079
|
}
|
|
11103
11080
|
],
|
|
11104
|
-
"prohibitedProperties": ["aria-label", "aria-labelledby"]
|
|
11081
|
+
"prohibitedProperties": ["aria-braillelabel", "aria-label", "aria-labelledby"]
|
|
11105
11082
|
},
|
|
11106
11083
|
{
|
|
11107
11084
|
"name": "structure",
|
|
@@ -11233,10 +11210,6 @@
|
|
|
11233
11210
|
"name": "aria-atomic",
|
|
11234
11211
|
"inherited": true
|
|
11235
11212
|
},
|
|
11236
|
-
{
|
|
11237
|
-
"name": "aria-braillelabel",
|
|
11238
|
-
"inherited": true
|
|
11239
|
-
},
|
|
11240
11213
|
{
|
|
11241
11214
|
"name": "aria-brailleroledescription",
|
|
11242
11215
|
"inherited": true
|
|
@@ -11322,7 +11295,7 @@
|
|
|
11322
11295
|
"inherited": true
|
|
11323
11296
|
}
|
|
11324
11297
|
],
|
|
11325
|
-
"prohibitedProperties": ["aria-label", "aria-labelledby"]
|
|
11298
|
+
"prohibitedProperties": ["aria-braillelabel", "aria-label", "aria-labelledby"]
|
|
11326
11299
|
},
|
|
11327
11300
|
{
|
|
11328
11301
|
"name": "suggestion",
|
|
@@ -11339,10 +11312,6 @@
|
|
|
11339
11312
|
"name": "aria-atomic",
|
|
11340
11313
|
"inherited": true
|
|
11341
11314
|
},
|
|
11342
|
-
{
|
|
11343
|
-
"name": "aria-braillelabel",
|
|
11344
|
-
"inherited": true
|
|
11345
|
-
},
|
|
11346
11315
|
{
|
|
11347
11316
|
"name": "aria-brailleroledescription",
|
|
11348
11317
|
"inherited": true
|
|
@@ -11428,7 +11397,7 @@
|
|
|
11428
11397
|
"inherited": true
|
|
11429
11398
|
}
|
|
11430
11399
|
],
|
|
11431
|
-
"prohibitedProperties": ["aria-label", "aria-labelledby"]
|
|
11400
|
+
"prohibitedProperties": ["aria-braillelabel", "aria-label", "aria-labelledby"]
|
|
11432
11401
|
},
|
|
11433
11402
|
{
|
|
11434
11403
|
"name": "superscript",
|
|
@@ -11445,10 +11414,6 @@
|
|
|
11445
11414
|
"name": "aria-atomic",
|
|
11446
11415
|
"inherited": true
|
|
11447
11416
|
},
|
|
11448
|
-
{
|
|
11449
|
-
"name": "aria-braillelabel",
|
|
11450
|
-
"inherited": true
|
|
11451
|
-
},
|
|
11452
11417
|
{
|
|
11453
11418
|
"name": "aria-brailleroledescription",
|
|
11454
11419
|
"inherited": true
|
|
@@ -11534,7 +11499,7 @@
|
|
|
11534
11499
|
"inherited": true
|
|
11535
11500
|
}
|
|
11536
11501
|
],
|
|
11537
|
-
"prohibitedProperties": ["aria-label", "aria-labelledby"]
|
|
11502
|
+
"prohibitedProperties": ["aria-braillelabel", "aria-label", "aria-labelledby"]
|
|
11538
11503
|
},
|
|
11539
11504
|
{
|
|
11540
11505
|
"name": "switch",
|
|
@@ -12159,10 +12124,6 @@
|
|
|
12159
12124
|
"name": "aria-atomic",
|
|
12160
12125
|
"inherited": true
|
|
12161
12126
|
},
|
|
12162
|
-
{
|
|
12163
|
-
"name": "aria-braillelabel",
|
|
12164
|
-
"inherited": true
|
|
12165
|
-
},
|
|
12166
12127
|
{
|
|
12167
12128
|
"name": "aria-brailleroledescription",
|
|
12168
12129
|
"inherited": true
|
|
@@ -12248,7 +12209,7 @@
|
|
|
12248
12209
|
"inherited": true
|
|
12249
12210
|
}
|
|
12250
12211
|
],
|
|
12251
|
-
"prohibitedProperties": ["aria-label", "aria-labelledby"]
|
|
12212
|
+
"prohibitedProperties": ["aria-braillelabel", "aria-label", "aria-labelledby"]
|
|
12252
12213
|
},
|
|
12253
12214
|
{
|
|
12254
12215
|
"name": "textbox",
|
|
@@ -12390,10 +12351,6 @@
|
|
|
12390
12351
|
"name": "aria-atomic",
|
|
12391
12352
|
"inherited": true
|
|
12392
12353
|
},
|
|
12393
|
-
{
|
|
12394
|
-
"name": "aria-braillelabel",
|
|
12395
|
-
"inherited": true
|
|
12396
|
-
},
|
|
12397
12354
|
{
|
|
12398
12355
|
"name": "aria-brailleroledescription",
|
|
12399
12356
|
"inherited": true
|
|
@@ -12479,7 +12436,7 @@
|
|
|
12479
12436
|
"inherited": true
|
|
12480
12437
|
}
|
|
12481
12438
|
],
|
|
12482
|
-
"prohibitedProperties": ["aria-label", "aria-labelledby"]
|
|
12439
|
+
"prohibitedProperties": ["aria-braillelabel", "aria-label", "aria-labelledby"]
|
|
12483
12440
|
},
|
|
12484
12441
|
{
|
|
12485
12442
|
"name": "timer",
|
|
@@ -35749,7 +35706,7 @@
|
|
|
35749
35706
|
},
|
|
35750
35707
|
"attributes": {
|
|
35751
35708
|
"href": {
|
|
35752
|
-
"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."
|
|
35753
35710
|
},
|
|
35754
35711
|
"target": {
|
|
35755
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."
|
|
@@ -35759,7 +35716,7 @@
|
|
|
35759
35716
|
{
|
|
35760
35717
|
"name": "basefont",
|
|
35761
35718
|
"cite": "https://html.spec.whatwg.org/multipage/obsolete.html#non-conforming-features",
|
|
35762
|
-
"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,
|
|
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.",
|
|
35763
35720
|
"categories": [],
|
|
35764
35721
|
"contentModel": {
|
|
35765
35722
|
"contents": true
|
|
@@ -36213,7 +36170,7 @@
|
|
|
36213
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."
|
|
36214
36171
|
},
|
|
36215
36172
|
"formmethod": {
|
|
36216
|
-
"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."
|
|
36217
36174
|
},
|
|
36218
36175
|
"formnovalidate": {
|
|
36219
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."
|
|
@@ -37320,7 +37277,7 @@
|
|
|
37320
37277
|
{
|
|
37321
37278
|
"name": "h1",
|
|
37322
37279
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/h1",
|
|
37323
|
-
"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.",
|
|
37324
37281
|
"categories": ["#flow", "#heading", "#palpable"],
|
|
37325
37282
|
"contentModel": {
|
|
37326
37283
|
"contents": [
|
|
@@ -37347,7 +37304,7 @@
|
|
|
37347
37304
|
{
|
|
37348
37305
|
"name": "h2",
|
|
37349
37306
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/h2",
|
|
37350
|
-
"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.",
|
|
37351
37308
|
"categories": ["#flow", "#heading", "#palpable"],
|
|
37352
37309
|
"contentModel": {
|
|
37353
37310
|
"contents": [
|
|
@@ -37374,7 +37331,7 @@
|
|
|
37374
37331
|
{
|
|
37375
37332
|
"name": "h3",
|
|
37376
37333
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/h3",
|
|
37377
|
-
"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.",
|
|
37378
37335
|
"categories": ["#flow", "#heading", "#palpable"],
|
|
37379
37336
|
"contentModel": {
|
|
37380
37337
|
"contents": [
|
|
@@ -37401,7 +37358,7 @@
|
|
|
37401
37358
|
{
|
|
37402
37359
|
"name": "h4",
|
|
37403
37360
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/h4",
|
|
37404
|
-
"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.",
|
|
37405
37362
|
"categories": ["#flow", "#heading", "#palpable"],
|
|
37406
37363
|
"contentModel": {
|
|
37407
37364
|
"contents": [
|
|
@@ -37428,7 +37385,7 @@
|
|
|
37428
37385
|
{
|
|
37429
37386
|
"name": "h5",
|
|
37430
37387
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/h5",
|
|
37431
|
-
"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.",
|
|
37432
37389
|
"categories": ["#flow", "#heading", "#palpable"],
|
|
37433
37390
|
"contentModel": {
|
|
37434
37391
|
"contents": [
|
|
@@ -37455,7 +37412,7 @@
|
|
|
37455
37412
|
{
|
|
37456
37413
|
"name": "h6",
|
|
37457
37414
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/h6",
|
|
37458
|
-
"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.",
|
|
37459
37416
|
"categories": ["#flow", "#heading", "#palpable"],
|
|
37460
37417
|
"contentModel": {
|
|
37461
37418
|
"contents": [
|
|
@@ -38646,7 +38603,7 @@
|
|
|
38646
38603
|
"condition": ["[type='email' i]", "[type='file' i]"]
|
|
38647
38604
|
},
|
|
38648
38605
|
"name": {
|
|
38649
|
-
"description": "A string specifying a name for the input control. This name is submitted along with the control's value when the form data is submitted. Consider the name a required attribute (even though it's not). If an input has no name specified, or name is empty, the input's value is not submitted with the form! (Disabled controls, unchecked radio buttons, unchecked checkboxes, and reset buttons are also not sent.) There are two special cases: _charset_ : If used as the name of an <input> element of type hidden, the input's value is automatically set by the user agent to the character encoding being used to submit the form. isindex: For historical reasons, the name isindex is not allowed. The name attribute creates a unique behavior for radio buttons. Only one radio button in a same-named group of radio buttons can be checked at a time. Selecting any radio button in that group automatically deselects any currently-selected radio button in the same group. The value of that one checked radio button is sent along with the name if the form is submitted, When tabbing into a series of same-named group of radio buttons, if one is checked, that one will receive focus. If they aren't grouped together in source order, if one of the group is checked, tabbing into the group starts when the first one in the group is encountered, skipping all those that aren't checked. In other words, if one is checked, tabbing skips the unchecked radio buttons in the group. If none are checked, the radio button group receives focus when the first button in the same name group is reached. Once one of the radio buttons in a group has focus, using the arrow keys will navigate through all the radio buttons of the same name, even if the radio buttons are not grouped together in the source order. When an input element is given a name, that name becomes a property of the owning form element's HTMLFormElement.elements property. If you have an input whose name is set to guest and another whose name is hat-size, the following code can be used:
|
|
38606
|
+
"description": "A string specifying a name for the input control. This name is submitted along with the control's value when the form data is submitted. Consider the name a required attribute (even though it's not). If an input has no name specified, or name is empty, the input's value is not submitted with the form! (Disabled controls, unchecked radio buttons, unchecked checkboxes, and reset buttons are also not sent.) There are two special cases: _charset_ : If used as the name of an <input> element of type hidden, the input's value is automatically set by the user agent to the character encoding being used to submit the form. isindex: For historical reasons, the name isindex is not allowed. The name attribute creates a unique behavior for radio buttons. Only one radio button in a same-named group of radio buttons can be checked at a time. Selecting any radio button in that group automatically deselects any currently-selected radio button in the same group. The value of that one checked radio button is sent along with the name if the form is submitted, When tabbing into a series of same-named group of radio buttons, if one is checked, that one will receive focus. If they aren't grouped together in source order, if one of the group is checked, tabbing into the group starts when the first one in the group is encountered, skipping all those that aren't checked. In other words, if one is checked, tabbing skips the unchecked radio buttons in the group. If none are checked, the radio button group receives focus when the first button in the same name group is reached. Once one of the radio buttons in a group has focus, using the arrow keys will navigate through all the radio buttons of the same name, even if the radio buttons are not grouped together in the source order. When an input element is given a name, that name becomes a property of the owning form element's HTMLFormElement.elements property. If you have an input whose name is set to guest and another whose name is hat-size, the following code can be used: jslet form = document.querySelector(\"form\"); let guestName = form.elements.guest; let hatSize = form.elements[\"hat-size\"]; When this code has run, guestName will be the HTMLInputElement for the guest field, and hatSize the object for the hat-size field. Warning: Avoid giving form elements a name that corresponds to a built-in property of the form, since you would then override the predefined property or method with this reference to the corresponding input."
|
|
38650
38607
|
},
|
|
38651
38608
|
"orient": {
|
|
38652
38609
|
"description": "Similar to the -moz-orient non-standard CSS property impacting the <progress> and <meter> elements, the orient attribute defines the orientation of the range slider. Values include horizontal, meaning the range is rendered horizontally, and vertical, where the range is rendered vertically.",
|
|
@@ -39584,6 +39541,9 @@
|
|
|
39584
39541
|
"#HTMLGlobalAttrs": true
|
|
39585
39542
|
},
|
|
39586
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
|
+
},
|
|
39587
39547
|
"high": {
|
|
39588
39548
|
"type": "Number"
|
|
39589
39549
|
},
|
|
@@ -39964,7 +39924,7 @@
|
|
|
39964
39924
|
"permittedRoles": false,
|
|
39965
39925
|
"properties": false,
|
|
39966
39926
|
"conditions": {
|
|
39967
|
-
"datalist > option": {
|
|
39927
|
+
":is(select, select > option, datalist) > option": {
|
|
39968
39928
|
"implicitRole": "option",
|
|
39969
39929
|
"properties": {
|
|
39970
39930
|
"global": true,
|
|
@@ -40586,8 +40546,8 @@
|
|
|
40586
40546
|
{
|
|
40587
40547
|
"name": "search",
|
|
40588
40548
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/search",
|
|
40589
|
-
"description": "",
|
|
40590
|
-
"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"],
|
|
40591
40551
|
"contentModel": {
|
|
40592
40552
|
"contents": [
|
|
40593
40553
|
{
|
|
@@ -41156,7 +41116,7 @@
|
|
|
41156
41116
|
},
|
|
41157
41117
|
"attributes": {
|
|
41158
41118
|
"align": {
|
|
41159
|
-
"description": "This enumerated attribute indicates how the table must be aligned inside the containing document. It may have the following values: left: the table is displayed on the left side of the document; center: the table is displayed in the center of the document; right: the table is displayed on the right side of the document. Set margin-left and margin-right to
|
|
41119
|
+
"description": "This enumerated attribute indicates how the table must be aligned inside the containing document. It may have the following values: left: the table is displayed on the left side of the document; center: the table is displayed in the center of the document; right: the table is displayed on the right side of the document. Set margin-left and margin-right to achieve an effect that is similar to the align attribute: left: margin-right: auto; margin-left: 0; center: margin-right: auto; margin-left: auto; right: margin-right: 0; margin-left: auto;",
|
|
41160
41120
|
"deprecated": true
|
|
41161
41121
|
},
|
|
41162
41122
|
"bgcolor": {
|
|
@@ -41400,6 +41360,9 @@
|
|
|
41400
41360
|
},
|
|
41401
41361
|
"defaultValue": "20"
|
|
41402
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
|
+
},
|
|
41403
41366
|
"disabled": {
|
|
41404
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."
|
|
41405
41368
|
},
|
|
@@ -41407,10 +41370,10 @@
|
|
|
41407
41370
|
"description": "The form element that the <textarea> element is associated with (its \"form owner\"). The value of the attribute must be the id of a form element in the same document. If this attribute is not specified, the <textarea> element must be a descendant of a form element. This attribute enables you to place <textarea> elements anywhere within a document, not just as descendants of form elements."
|
|
41408
41371
|
},
|
|
41409
41372
|
"maxlength": {
|
|
41410
|
-
"description": "The maximum
|
|
41373
|
+
"description": "The maximum string length (measured in UTF-16 code units) that the user can enter. If this value isn't specified, the user can enter an unlimited number of characters."
|
|
41411
41374
|
},
|
|
41412
41375
|
"minlength": {
|
|
41413
|
-
"description": "The minimum
|
|
41376
|
+
"description": "The minimum string length (measured in UTF-16 code units) required that the user should enter."
|
|
41414
41377
|
},
|
|
41415
41378
|
"name": {
|
|
41416
41379
|
"description": "The name of the control."
|
|
@@ -46204,7 +46167,8 @@
|
|
|
46204
46167
|
"animatable": true
|
|
46205
46168
|
},
|
|
46206
46169
|
"xlink:href": {
|
|
46207
|
-
"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
|
|
46208
46172
|
},
|
|
46209
46173
|
"y1": {
|
|
46210
46174
|
"type": ["<svg-length>", "<percentage>"],
|
|
@@ -47274,7 +47238,8 @@
|
|
|
47274
47238
|
"animatable": true
|
|
47275
47239
|
},
|
|
47276
47240
|
"xlink:href": {
|
|
47277
|
-
"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
|
|
47278
47243
|
}
|
|
47279
47244
|
}
|
|
47280
47245
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@markuplint/html-spec",
|
|
3
|
-
"version": "3.
|
|
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.
|
|
21
|
-
"@markuplint/test-tools": "3.
|
|
20
|
+
"@markuplint/spec-generator": "3.11.1",
|
|
21
|
+
"@markuplint/test-tools": "3.6.1"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@markuplint/ml-spec": "3.
|
|
24
|
+
"@markuplint/ml-spec": "3.11.1"
|
|
25
25
|
},
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "09100b8baa14dd930602daa458197322197c79c2"
|
|
27
27
|
}
|