diff --git a/index.html b/index.html index 717946a..d46b08d 100644 --- a/index.html +++ b/index.html @@ -97,7 +97,7 @@ } - + @@ -326,7 +326,7 @@

HTML Accessibility API Mappings 1.0

This document is governed by the 03 November 2023 W3C Process Document. -

+

1. Introduction

This section is non-normative.

@@ -422,7 +422,28 @@

HTML Accessibility API Mappings 1.0

the [core-aam-1.2].

-

3.4 HTML Element Role Mappings

+

3.4 Exposing HTML Features That Require a Minimum Role

+ +

+ A minimum role is the equivalent WAI-ARIA role an element will map to if the element does not have a more specific implicit role or platform role mappings, e.g., a non-generic + role. This can help ensure that users of assistive technologies get the best possible experience for commonly-used and valid HTML markup where otherwise a role would not be exposed. +

+

A minimum role is provided when all of the following conditions are true:

+ +

+ The HTML Attribute State and Property Mappings section identifies the specific global attributes which would require an element map + to a minimum role. +

+

+ When these conditions are met, the browser MUST expose an object using the mappings defined in CORE-AAM for the specified minimum role. If the element has multiple attributes specified which + require a minimum role be returned as the computed role for the element, prioritize the more specific role in the ARIA taxonomy. +

+
+

3.5 HTML Element Role Mappings

+ +

3.5.1 Platform API mapping requirements

+
  • When HTML elements do not have an exact or equivalent mapping to a valid, non-abstract WAI-ARIA role, a unique computedrole string has been specified to serve as the return value for interoperability testing purposes. For instance, the video element MAY be exposed with a computedrole of "html-video". @@ -480,7 +507,7 @@

    HTML Accessibility API Mappings 1.0

-

3.4.2 a (no href attribute)

+

3.5.3 a (no href attribute)

@@ -580,7 +607,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.3 abbr

+

3.5.4 abbr

@@ -639,7 +666,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.4 address

+

3.5.5 address

@@ -688,7 +715,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.6 area (no href attribute)

+

3.5.7 area (no href attribute)

@@ -788,7 +815,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.7 article

+

3.5.8 article

@@ -837,7 +864,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.8 aside (scoped to the body or main element)

+

3.5.9 aside (scoped to the body or main element)

@@ -884,7 +911,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.9 aside (scoped to a sectioning content element)

+

3.5.10 aside (scoped to a sectioning content element)

@@ -938,7 +965,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.10 audio

+

3.5.11 audio

@@ -1005,7 +1032,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.11 autonomous custom element

+

3.5.12 autonomous custom element

@@ -1055,7 +1082,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.12 b

+

3.5.13 b

@@ -1105,7 +1132,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.13 base

+

3.5.14 base

@@ -1155,7 +1182,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.14 bdi

+

3.5.15 bdi

@@ -1205,7 +1232,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.15 bdo

+

3.5.16 bdo

@@ -1255,7 +1282,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.16 blockquote

+

3.5.17 blockquote

@@ -1305,7 +1332,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.17 body

+

3.5.18 body

@@ -1355,7 +1382,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.18 br

+

3.5.19 br

@@ -1405,7 +1432,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.19 button

+

3.5.20 button

@@ -1458,7 +1485,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.20 canvas

+

3.5.21 canvas

@@ -1511,7 +1538,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.21 caption

+

3.5.22 caption

@@ -1576,7 +1603,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.22 cite

+

3.5.23 cite

@@ -1628,7 +1655,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.23 code

+

3.5.24 code

@@ -1678,7 +1705,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.24 col

+

3.5.25 col

@@ -1728,7 +1755,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.25 colgroup

+

3.5.26 colgroup

@@ -1781,7 +1808,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.26 data

+

3.5.27 data

@@ -1831,7 +1858,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.27 datalist (represents pre-defined options for input element)

+

3.5.28 datalist (represents pre-defined options for input element)

@@ -1885,7 +1912,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.28 dd

+

3.5.29 dd

@@ -1938,7 +1965,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.29 del

+

3.5.30 del

@@ -1988,7 +2015,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.30 details

+

3.5.31 details

@@ -2044,7 +2071,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.31 dfn

+

3.5.32 dfn

@@ -2094,7 +2121,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.32 dialog

+

3.5.33 dialog

@@ -2144,7 +2171,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.33 div

+

3.5.34 div

@@ -2194,7 +2221,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.34 dl

+

3.5.35 dl

@@ -2250,7 +2277,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.35 dt

+

3.5.36 dt

@@ -2303,7 +2330,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.36 em

+

3.5.37 em

@@ -2353,7 +2380,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.37 embed

+

3.5.38 embed

@@ -2402,7 +2429,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.38 fieldset

+

3.5.39 fieldset

@@ -2460,7 +2487,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.39 figcaption

+

3.5.40 figcaption

@@ -2517,7 +2544,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.40 figure

+

3.5.41 figure

@@ -2573,7 +2600,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.43 form

+

3.5.44 form

@@ -2725,7 +2752,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.44 form-associated custom element

+

3.5.45 form-associated custom element

@@ -2775,7 +2802,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.45 h1, h2, h3, h4, h5, and h6

+

3.5.46 h1, h2, h3, h4, h5, and h6

@@ -2828,7 +2855,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.47 header (scoped to the body element)

+

3.5.48 header (scoped to the body element)

@@ -2926,7 +2953,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.48 header (scoped to the main element, or a sectioning content element)

+

3.5.49 header (scoped to the main element, or a sectioning content element)

@@ -2978,7 +3005,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.49 hgroup

+

3.5.50 hgroup

@@ -3031,7 +3058,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.50 hr

+

3.5.51 hr

@@ -3083,7 +3110,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.51 html

+

3.5.52 html

@@ -3133,7 +3160,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.52 i

+

3.5.53 i

@@ -3183,7 +3210,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.53 iframe

+

3.5.54 iframe

@@ -3235,7 +3262,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.54 img

+

3.5.55 img

@@ -3290,7 +3317,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.55 img (alt attribute value is the empty string, i.e. alt="" or alt with no value in the markup)

+

3.5.56 img (alt attribute value is the empty string, i.e. alt="" or alt with no value in the markup)

@@ -3346,7 +3373,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.56 input (type attribute in the Button state)

+

3.5.57 input (type attribute in the Button state)

@@ -3397,7 +3424,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.57 input (type attribute in the Checkbox state)

+

3.5.58 input (type attribute in the Checkbox state)

@@ -3452,7 +3479,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.58 input (type attribute in the Color state)

+

3.5.59 input (type attribute in the Color state)

@@ -3524,7 +3551,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.59 input (type attribute in the Date state)

+

3.5.60 input (type attribute in the Date state)

@@ -3581,7 +3608,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.60 input (type attribute in the Local Date and Time state)

+

3.5.61 input (type attribute in the Local Date and Time state)

@@ -3635,7 +3662,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.61 input (type attribute in the E-mail state with no suggestions source element)

+

3.5.62 input (type attribute in the E-mail state with no suggestions source element)

@@ -3689,7 +3716,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.62 input (type attribute in the File Upload state)

+

3.5.63 input (type attribute in the File Upload state)

@@ -3753,7 +3780,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.63 input (type attribute in the Hidden state)

+

3.5.64 input (type attribute in the Hidden state)

@@ -3804,7 +3831,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.64 input (type attribute in the Image Button state)

+

3.5.65 input (type attribute in the Image Button state)

@@ -3855,7 +3882,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.65 input (type attribute in the Month state)

+

3.5.66 input (type attribute in the Month state)

@@ -3908,7 +3935,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.66 input (type attribute in the Number state)

+

3.5.67 input (type attribute in the Number state)

@@ -3972,7 +3999,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.67 input (type attribute in the Password state)

+

3.5.68 input (type attribute in the Password state)

@@ -4029,7 +4056,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.68 input (type attribute in the Radio Button state)

+

3.5.69 input (type attribute in the Radio Button state)

@@ -4087,7 +4114,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.69 input (type attribute in the Range state)

+

3.5.70 input (type attribute in the Range state)

@@ -4138,7 +4165,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.70 input (type attribute in the Reset Button state)

+

3.5.71 input (type attribute in the Reset Button state)

@@ -4189,7 +4216,7 @@

HTML Accessibility API Mappings 1.0

-
+
@@ -4241,7 +4268,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.72 input (type attribute in the Submit Button state)

+

3.5.73 input (type attribute in the Submit Button state)

@@ -4294,7 +4321,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.73 input (type attribute in the Telephone state with no suggestions source element)

+

3.5.74 input (type attribute in the Telephone state with no suggestions source element)

@@ -4350,7 +4377,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.74 input (type attribute in the Text state with no suggestions source element)

+

3.5.75 input (type attribute in the Text state with no suggestions source element)

@@ -4404,7 +4431,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.75 input (type attribute in the Text, Search, Telephone, URL, or E-mail states with a suggestions source element)

+

3.5.76 input (type attribute in the Text, Search, Telephone, URL, or E-mail states with a suggestions source element)

@@ -4465,7 +4492,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.76 input (type attribute in the Time state)

+

3.5.77 input (type attribute in the Time state)

@@ -4528,7 +4555,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.77 input (type attribute in the URL state with no suggestions source element)

+

3.5.78 input (type attribute in the URL state with no suggestions source element)

@@ -4582,7 +4609,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.78 input (type attribute in the Week state)

+

3.5.79 input (type attribute in the Week state)

@@ -4636,7 +4663,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.79 ins

+

3.5.80 ins

@@ -4686,7 +4713,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.80 kbd

+

3.5.81 kbd

@@ -4739,7 +4766,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.81 label

+

3.5.82 label

@@ -4812,7 +4839,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.82 legend

+

3.5.83 legend

@@ -4874,7 +4901,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.83 li

+

3.5.84 li

@@ -4931,7 +4958,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.85 main

+

3.5.86 main

@@ -5031,7 +5058,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.86 map

+

3.5.87 map

@@ -5087,7 +5114,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.87 mark

+

3.5.88 mark

@@ -5137,7 +5164,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.88 math

+

3.5.89 math

@@ -5179,7 +5206,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.90 meta

+

3.5.91 meta

@@ -5287,7 +5314,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.91 meter

+

3.5.92 meter

@@ -5337,7 +5364,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.93 noscript

+

3.5.94 noscript

@@ -5437,7 +5464,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.94 object

+

3.5.95 object

@@ -5494,7 +5521,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.95 ol

+

3.5.96 ol

@@ -5544,7 +5571,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.96 optgroup

+

3.5.97 optgroup

@@ -5594,7 +5621,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.97 option (in a list of options or represents a suggestion in a datalist)

+

3.5.98 option (in a list of options or represents a suggestion in a datalist)

@@ -5648,7 +5675,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.98 output

+

3.5.99 output

@@ -5704,7 +5731,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.99 p

+

3.5.100 p

@@ -5754,7 +5781,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.100 param

+

3.5.101 param

@@ -5804,7 +5831,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.101 picture

+

3.5.102 picture

@@ -5854,7 +5881,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.102 pre

+

3.5.103 pre

@@ -5904,7 +5931,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.103 progress

+

3.5.104 progress

@@ -5959,7 +5986,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.104 q

+

3.5.105 q

@@ -6009,7 +6036,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.105 rp

+

3.5.106 rp

@@ -6060,7 +6087,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.106 rt

+

3.5.107 rt

@@ -6115,7 +6142,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.107 ruby

+

3.5.108 ruby

@@ -6168,7 +6195,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.108 s

+

3.5.109 s

@@ -6218,7 +6245,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.109 samp

+

3.5.110 samp

@@ -6268,7 +6295,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.110 script

+

3.5.111 script

@@ -6318,7 +6345,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.112 section

+

3.5.113 section

@@ -6421,7 +6448,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.113 select (with a multiple attribute or size attribute having value greater than 1)

+

3.5.114 select (with a multiple attribute or size attribute having value greater than 1)

@@ -6475,7 +6502,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.114 select (with NO multiple attribute and NO size attribute having value greater than 1)

+

3.5.115 select (with NO multiple attribute and NO size attribute having value greater than 1)

@@ -6529,7 +6556,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.115 slot

+

3.5.116 slot

@@ -6579,7 +6606,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.116 small

+

3.5.117 small

@@ -6629,7 +6656,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.117 source

+

3.5.118 source

@@ -6679,7 +6706,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.118 span

+

3.5.119 span

@@ -6729,7 +6756,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.119 strong

+

3.5.120 strong

@@ -6779,7 +6806,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.120 style

+

3.5.121 style

@@ -6834,7 +6861,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.121 sub

+

3.5.122 sub

@@ -6884,7 +6911,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.122 summary

+

3.5.123 summary

@@ -6954,7 +6981,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.123 sup

+

3.5.124 sup

@@ -7004,7 +7031,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.124 svg

+

3.5.125 svg

@@ -7046,7 +7073,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.125 table

+

3.5.126 table

@@ -7088,7 +7115,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.126 tbody

+

3.5.127 tbody

@@ -7130,7 +7157,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.127 td (ancestor table element has table role)

+

3.5.128 td (ancestor table element has table role)

@@ -7181,7 +7208,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.128 td (ancestor table element has grid or treegrid role)

+

3.5.129 td (ancestor table element has grid or treegrid role)

@@ -7232,7 +7259,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.129 template

+

3.5.130 template

@@ -7282,7 +7309,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.130 textarea

+

3.5.131 textarea

@@ -7332,7 +7359,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.131 tfoot

+

3.5.132 tfoot

@@ -7382,7 +7409,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.132 th (is not a column header, row header, column group header or row group header, and ancestor table element has table role)

+

3.5.133 th (is not a column header, row header, column group header or row group header, and ancestor table element has table role)

@@ -7436,9 +7463,9 @@

HTML Accessibility API Mappings 1.0

-

3.4.133 +

3.5.134 th (is not a column header, row header, column group header or row group header, and ancestor table element has grid or treegrid role) -

+ @@ -7494,7 +7521,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.134 th (is a column header or column group header)

+

3.5.135 th (is a column header or column group header)

@@ -7545,7 +7572,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.135 th (is a row header or row group header)

+

3.5.136 th (is a row header or row group header)

@@ -7596,7 +7623,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.136 thead

+

3.5.137 thead

@@ -7646,7 +7673,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.137 time

+

3.5.138 time

@@ -7696,7 +7723,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.138 title

+

3.5.139 title

@@ -7746,7 +7773,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.139 tr

+

3.5.140 tr

@@ -7796,7 +7823,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.140 track

+

3.5.141 track

@@ -7846,7 +7873,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.141 u

+

3.5.142 u

@@ -7896,7 +7923,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.142 ul

+

3.5.143 ul

@@ -7946,7 +7973,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.143 var

+

3.5.144 var

@@ -7998,7 +8025,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.144 video

+

3.5.145 video

@@ -8065,7 +8092,7 @@

HTML Accessibility API Mappings 1.0

-

3.4.145 wbr

+

3.5.146 wbr

@@ -8118,7 +8145,7 @@

HTML Accessibility API Mappings 1.0

-

3.5 HTML Attribute State and Property Mappings

+

3.6 HTML Attribute State and Property Mappings

  • @@ -8136,7 +8163,7 @@

    HTML Accessibility API Mappings 1.0

  • All elements having an accessible object in IAccessible2 mapping are supposed to implement IAccessible, IAccessible2 and IAccessible2_2 interfaces.
-

3.5.1 abbr

+

3.6.1 abbr

@@ -8191,7 +8218,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.2 accept

+

3.6.2 accept

@@ -8242,7 +8269,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.3 accept-charset

+

3.6.3 accept-charset

@@ -8293,7 +8320,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.4 accesskey

+

3.6.4 accesskey

@@ -8346,7 +8373,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.5 action

+

3.6.5 action

@@ -8397,7 +8424,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.6 allow

+

3.6.6 allow

@@ -8448,7 +8475,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.7 allowfullscreen

+

3.6.7 allowfullscreen

@@ -8499,7 +8526,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.8 alt

+

3.6.8 alt

@@ -8553,7 +8580,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.9 as

+

3.6.9 as

@@ -8604,7 +8631,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.10 async

+

3.6.10 async

@@ -8655,7 +8682,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.11 autocapitalize

+

3.6.11 autocapitalize

@@ -8706,7 +8733,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.12 autocomplete

+

3.6.12 autocomplete

@@ -8767,7 +8794,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.13 autocomplete

+

3.6.13 autocomplete

@@ -8819,7 +8846,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.14 autofocus

+

3.6.14 autofocus

@@ -8864,11 +8891,11 @@

HTML Accessibility API Mappings 1.0

- +
CommentsProvides a minimum role of group.
-

3.5.15 autoplay

+

3.6.15 autoplay

@@ -8919,7 +8946,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.16 blocking

+

3.6.16 blocking

@@ -8971,7 +8998,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.17 charset

+

3.6.17 charset

@@ -9022,7 +9049,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.18 checked (if present)

+

3.6.18 checked (if present)

@@ -9068,7 +9095,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.19 checked (if absent)

+

3.6.19 checked (if absent)

@@ -9114,7 +9141,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.20 cite

+

3.6.20 cite

@@ -9164,7 +9191,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.21 class

+

3.6.21 class

@@ -9215,7 +9242,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.22 color

+

3.6.22 color

@@ -9266,7 +9293,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.23 cols

+

3.6.23 cols

@@ -9317,7 +9344,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.24 colspan

+

3.6.24 colspan

@@ -9368,7 +9395,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.25 content

+

3.6.25 content

@@ -9419,7 +9446,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.26 contenteditable

+

3.6.26 contenteditable

@@ -9500,7 +9527,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.27 controls

+

3.6.27 controls

@@ -9549,7 +9576,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.28 coords

+

3.6.28 coords

@@ -9600,7 +9627,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.29 crossorigin

+

3.6.29 crossorigin

@@ -9653,7 +9680,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.30 data

+

3.6.30 data

@@ -9704,7 +9731,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.31 datetime

+

3.6.31 datetime

@@ -9753,7 +9780,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.32 datetime

+

3.6.32 datetime

@@ -9802,7 +9829,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.33 decoding

+

3.6.33 decoding

@@ -9853,7 +9880,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.34 default

+

3.6.34 default

@@ -9904,7 +9931,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.35 defer

+

3.6.35 defer

@@ -9955,7 +9982,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.36 dir

+

3.6.36 dir

@@ -10006,7 +10033,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.37 dir

+

3.6.37 dir

@@ -10057,7 +10084,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.38 dirname

+

3.6.38 dirname

@@ -10108,7 +10135,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.39 disabled

+

3.6.39 disabled

@@ -10162,7 +10189,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.40 disabled

+

3.6.40 disabled

@@ -10216,7 +10243,7 @@

HTML Accessibility API Mappings 1.0

-
+
@@ -10257,7 +10284,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.42 download

+

3.6.42 download

@@ -10308,7 +10335,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.43 draggable

+

3.6.43 draggable

@@ -10355,11 +10382,11 @@

HTML Accessibility API Mappings 1.0

- +
CommentsProvides a minimum role of group.
-

3.5.44 enctype

+

3.6.44 enctype

@@ -10410,7 +10437,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.45 enterkeyhint

+

3.6.45 enterkeyhint

@@ -10464,7 +10491,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.46 fetchpriority

+

3.6.46 fetchpriority

@@ -10516,7 +10543,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.47 for

+

3.6.47 for

@@ -10581,7 +10608,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.48 for

+

3.6.48 for

@@ -10638,7 +10665,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.49 form

+

3.6.49 form

@@ -10693,7 +10720,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.50 formaction

+

3.6.50 formaction

@@ -10745,7 +10772,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.51 formenctype

+

3.6.51 formenctype

@@ -10797,7 +10824,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.52 formmethod

+

3.6.52 formmethod

@@ -10849,7 +10876,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.53 formnovalidate

+

3.6.53 formnovalidate

@@ -10901,7 +10928,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.54 formtarget

+

3.6.54 formtarget

@@ -10950,7 +10977,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.55 headers

+

3.6.55 headers

@@ -11003,7 +11030,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.56 height

+

3.6.56 height

@@ -11058,7 +11085,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.57 hidden

+

3.6.57 hidden

@@ -11104,7 +11131,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.58 high

+

3.6.58 high

@@ -11151,7 +11178,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.59 href

+

3.6.59 href

@@ -11207,7 +11234,7 @@

HTML Accessibility API Mappings 1.0

-
+
@@ -11258,7 +11285,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.61 hreflang

+

3.6.61 hreflang

@@ -11310,7 +11337,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.62 http-equiv

+

3.6.62 http-equiv

@@ -11361,7 +11388,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.63 id

+

3.6.63 id

@@ -11412,7 +11439,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.64 inert

+

3.6.64 inert

@@ -11460,7 +11487,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.65 indeterminate [IDL]

+

3.6.65 indeterminate [IDL]

@@ -11502,7 +11529,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.66 ismap

+

3.6.66 ismap

@@ -11553,7 +11580,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.67 itemid

+

3.6.67 itemid

@@ -11604,7 +11631,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.68 itemprop

+

3.6.68 itemprop

@@ -11655,7 +11682,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.69 itemref

+

3.6.69 itemref

@@ -11706,7 +11733,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.70 itemscope

+

3.6.70 itemscope

@@ -11757,7 +11784,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.71 itemtype

+

3.6.71 itemtype

@@ -11808,7 +11835,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.72 kind

+

3.6.72 kind

@@ -11849,7 +11876,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.73 label

+

3.6.73 label

@@ -11900,7 +11927,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.74 lang

+

3.6.74 lang

@@ -11952,7 +11979,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.75 list

+

3.6.75 list

@@ -12003,7 +12030,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.76 loop

+

3.6.76 loop

@@ -12055,7 +12082,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.77 low

+

3.6.77 low

@@ -12104,7 +12131,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.78 max

+

3.6.78 max

@@ -12151,7 +12178,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.79 max

+

3.6.79 max

@@ -12199,7 +12226,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.80 maxlength

+

3.6.80 maxlength

@@ -12249,7 +12276,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.81 media

+

3.6.81 media

@@ -12302,7 +12329,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.82 method

+

3.6.82 method

@@ -12353,7 +12380,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.83 min

+

3.6.83 min

@@ -12400,7 +12427,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.84 min

+

3.6.84 min

@@ -12447,7 +12474,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.85 minlength

+

3.6.85 minlength

@@ -12511,7 +12538,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.86 multiple

+

3.6.86 multiple

@@ -12562,7 +12589,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.87 multiple

+

3.6.87 multiple

@@ -12613,7 +12640,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.88 muted

+

3.6.88 muted

@@ -12665,7 +12692,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.89 name

+

3.6.89 name

@@ -12719,7 +12746,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.90 name

+

3.6.90 name

@@ -12770,7 +12797,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.91 name

+

3.6.91 name

@@ -12822,7 +12849,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.92 name

+

3.6.92 name

@@ -12873,7 +12900,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.93 name

+

3.6.93 name

@@ -12924,7 +12951,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.94 name

+

3.6.94 name

@@ -12975,7 +13002,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.95 nomodule

+

3.6.95 nomodule

@@ -13026,7 +13053,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.96 nonce

+

3.6.96 nonce

@@ -13077,7 +13104,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.97 novalidate

+

3.6.97 novalidate

@@ -13128,7 +13155,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.98 open

+

3.6.98 open

@@ -13176,7 +13203,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.99 open

+

3.6.99 open

@@ -13232,7 +13259,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.100 optimum

+

3.6.100 optimum

@@ -13283,7 +13310,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.101 pattern

+

3.6.101 pattern

@@ -13329,7 +13356,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.102 ping

+

3.6.102 ping

@@ -13380,7 +13407,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.103 placeholder

+

3.6.103 placeholder

@@ -13437,7 +13464,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.104 playsinline

+

3.6.104 playsinline

@@ -13488,7 +13515,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.105 popover

+

3.6.105 popover

@@ -13557,7 +13584,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.106 popovertarget

+

3.6.106 popovertarget

@@ -13635,7 +13662,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.107 popovertargetaction

+

3.6.107 popovertargetaction

@@ -13687,7 +13714,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.108 poster

+

3.6.108 poster

@@ -13738,7 +13765,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.109 preload

+

3.6.109 preload

@@ -13789,7 +13816,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.110 readonly

+

3.6.110 readonly

@@ -13841,7 +13868,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.111 referrerpolicy

+

3.6.111 referrerpolicy

@@ -13895,7 +13922,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.112 rel

+

3.6.112 rel

@@ -13947,7 +13974,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.113 required

+

3.6.113 required

@@ -14006,7 +14033,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.114 reversed

+

3.6.114 reversed

@@ -14057,7 +14084,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.115 rows

+

3.6.115 rows

@@ -14106,7 +14133,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.116 rowspan

+

3.6.116 rowspan

@@ -14158,7 +14185,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.117 sandbox

+

3.6.117 sandbox

@@ -14209,7 +14236,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.118 scope

+

3.6.118 scope

@@ -14261,7 +14288,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.119 selected

+

3.6.119 selected

@@ -14312,7 +14339,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.120 shape

+

3.6.120 shape

@@ -14363,7 +14390,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.121 size

+

3.6.121 size

@@ -14423,7 +14450,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.122 sizes

+

3.6.122 sizes

@@ -14474,7 +14501,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.123 sizes

+

3.6.123 sizes

@@ -14526,7 +14553,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.124 slot

+

3.6.124 slot

@@ -14577,7 +14604,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.125 span

+

3.6.125 span

@@ -14627,7 +14654,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.126 spellcheck

+

3.6.126 spellcheck

@@ -14678,7 +14705,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.127 src

+

3.6.127 src

@@ -14737,7 +14764,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.128 srcdoc

+

3.6.128 srcdoc

@@ -14788,7 +14815,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.129 srclang

+

3.6.129 srclang

@@ -14839,7 +14866,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.130 srcset

+

3.6.130 srcset

@@ -14891,7 +14918,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.131 start

+

3.6.131 start

@@ -14942,7 +14969,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.132 step

+

3.6.132 step

@@ -14989,7 +15016,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.133 style

+

3.6.133 style

@@ -15040,7 +15067,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.134 tabindex

+

3.6.134 tabindex

@@ -15087,11 +15114,13 @@

HTML Accessibility API Mappings 1.0

- +
Comments + +
-

3.5.135 target

+

3.6.135 target

@@ -15143,7 +15172,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.136 target

+

3.6.136 target

@@ -15194,7 +15223,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.137 target

+

3.6.137 target

@@ -15245,7 +15274,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.138 title

+

3.6.138 title

@@ -15304,7 +15333,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.139 title

+

3.6.139 title

@@ -15354,7 +15383,7 @@

HTML Accessibility API Mappings 1.0

-
+
@@ -15395,7 +15424,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.141 title

+

3.6.141 title

@@ -15444,7 +15473,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.142 translate

+

3.6.142 translate

@@ -15495,7 +15524,7 @@

HTML Accessibility API Mappings 1.0

-
+
@@ -15547,7 +15576,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.144 type

+

3.6.144 type

@@ -15596,7 +15625,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.145 type

+

3.6.145 type

@@ -15649,7 +15678,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.146 type

+

3.6.146 type

@@ -15706,7 +15735,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.147 type

+

3.6.147 type

@@ -15774,7 +15803,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.148 usemap

+

3.6.148 usemap

@@ -15825,7 +15854,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.149 value

+

3.6.149 value

@@ -15877,7 +15906,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.150 value

+

3.6.150 value

@@ -15928,7 +15957,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.151 value

+

3.6.151 value

@@ -15981,7 +16010,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.152 value

+

3.6.152 value

@@ -16038,7 +16067,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.153 value

+

3.6.153 value

@@ -16090,7 +16119,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.154 width

+

3.6.154 width

@@ -16145,7 +16174,7 @@

HTML Accessibility API Mappings 1.0

-

3.5.155 wrap

+

3.6.155 wrap

@@ -16556,6 +16585,7 @@

HTML Accessibility API Mappings 1.0

A.1.1 Substantive changes since moving to the Accessible Rich Internet Applications Working Group (03-Nov-2019)

    +
  • 06-June-2024: Add concept of Minimum Role. See GitHub PR 454.
  • 06-June-2024: Add popover, popovertarget and popovertargetaction mappings. See GitHub PR 481.
  • 09-Oct-2023: Acknowledge use of hr element within select element. See GitHub PR 504.
  • 03-Oct-2023: Update image mappings to reference the primary synonym roles (image and none). See GitHub PR 498.
  • @@ -16760,7 +16790,19 @@

    HTML Accessibility API Mappings 1.0