`tr` |
@@ -3418,7 +3418,7 @@ HTML Attribute State and Property Mappings
Not mapped |
- Used for accessible name,
+ Used for accessible name,
exposed via `accName`
|
@@ -3429,7 +3429,7 @@ HTML Attribute State and Property Mappings
|
|
`AXDescription: <value>` |
@@ -3971,7 +3971,7 @@ HTML Attribute State and Property Mappings
Not mapped |
Relations:
@@ -3982,7 +3982,7 @@ HTML Attribute State and Property Mappings
Not mapped |
Relations:
@@ -4289,7 +4289,7 @@ HTML Attribute State and Property Mappings
`kind` |
- `track`
+ `track`
|
Not mapped |
Not mapped |
@@ -4301,14 +4301,14 @@ HTML Attribute State and Property Mappings
`label` |
- `optgroup`;
+ `optgroup`;
`option`;
- `track`
+ `track`
|
Not mapped |
|
@@ -4316,7 +4316,7 @@ HTML Attribute State and Property Mappings
|
|
`AXTitle`: `<value>` |
@@ -4595,7 +4595,7 @@ HTML Attribute State and Property Mappings
`select`
- `aria-multiselectable="true"`
+ `aria-multiselectable="true"`
|
Use WAI-ARIA mapping |
Use WAI-ARIA mapping |
@@ -5362,8 +5362,8 @@ HTML Attribute State and Property Mappings
|
@@ -5397,17 +5397,17 @@ HTML Attribute State and Property Mappings
| Not mapped |
|
|
|
`AXExpandedTextValue: <value>` |
@@ -5653,19 +5653,19 @@ HTML Attribute State and Property Mappings
Associates the accessible value for entry type input elements
- and accessible name for button type input elements
+ and accessible name for button type input elements
|
Associates the accessible value for entry type input elements
- and accessible name for button type input elements
+ and accessible name for button type input elements
|
Associates the accessible value for entry type input elements
- and accessible name for button type input elements
+ and accessible name for button type input elements
|
`AXValue: <value>` |
@@ -5796,23 +5796,23 @@ HTML Attribute State and Property Mappings
Accessible Name and Description Computation
- The terms accessible name and accessible description are properties provided in all accessibility APIs. The name of the properties may differ across APIs but they serve the same function: as a container for a short (name) or longer (description) string of text.
- The text alternative computation is used to generate both the accessible name and accessible description. There are different rules provided for several different types of elements, nodes, and combinations of markup.
+ The terms accessible name and accessible description are properties provided in all accessibility APIs. The name of the properties may differ across APIs but they serve the same function: as a container for a short (name) or longer (description) string of text.
+ The text alternative computation is used to generate both the accessible name and accessible description. There are different rules provided for several different types of elements, nodes, and combinations of markup.
`input type="text"`, `input type="password"`,` input type="search"`,` input type="tel"`, `input type="url"` and `textarea` Element
@@ -5820,13 +5820,13 @@ `input type="text"`, `input type="password"`,` input type="search"`,` input
`input type="text"`, `input type="password"`, `input type="search"`, `input type="tel"`, `input type="email"`, `input type="url"` and `textarea` Element Accessible Description Computation
-
- If the element has an `aria-describedby` attribute the accessible description is to be calculated using the algorithm defined in Accessible Name and Description: Computation and API Mappings 1.1.
+ If the element has an `aria-describedby` attribute the accessible description is to be calculated using the algorithm defined in Accessible Name and Description: Computation and API Mappings 1.1.
-
- Otherwise use the `title` attribute if it wasn't used as the accessible name.
+ Otherwise use the `title` attribute if it wasn't used as the accessible name.
-
- If none of the above yield a usable text string there is no accessible description.
+ If none of the above yield a usable text string there is no accessible description.
@@ -5837,18 +5837,18 @@ `input type="button"`, `input type="submit"` and `input type="reset"`
`input type="button"` ,` input type="submit"` and `input type="reset"` Accessible Name Computation
-
- If the control has an `aria-label` or an `aria-labelledby` attribute the accessible name is to be calculated using the algorithm defined in Accessible Name and Description: Computation and API Mappings 1.1.
+ If the control has an `aria-label` or an `aria-labelledby` attribute the accessible name is to be calculated using the algorithm defined in Accessible Name and Description: Computation and API Mappings 1.1.
- Otherwise use the `value` attribute.
-
- For `input type=submit`: If steps 1 to 2 do not yield a usable text string, the accessible name is a localized string of the word "submit".
+ For `input type=submit`: If steps 1 to 2 do not yield a usable text string, the accessible name is a localized string of the word "submit".
-
- For `input type=reset`: If steps 1 to 2 do not yield a usable text string, the accessible name is a localized string of the word "reset".
+ For `input type=reset`: If steps 1 to 2 do not yield a usable text string, the accessible name is a localized string of the word "reset".
- Otherwise use `title` attribute.
-
- If none of the above yield a usable text string there is no accessible name.
+ If none of the above yield a usable text string there is no accessible name.
@@ -5856,16 +5856,16 @@ `input type="button"` ,` input type="submit"` and `input type="reset"` Acces
`input type="button"` ,` input type="submit"` and `input type="reset"` Accessible Description Computation
-
- If the element has an `aria-describedby` attribute the accessible description is to be calculated using the algorithm defined in Accessible Name and Description: Computation and API Mappings 1.1.
+ If the element has an `aria-describedby` attribute the accessible description is to be calculated using the algorithm defined in Accessible Name and Description: Computation and API Mappings 1.1.
-
- Otherwise use the `value` attribute if it wasn't used as the accessible name.
+ Otherwise use the `value` attribute if it wasn't used as the accessible name.
-
- Otherwise use the `title` attribute if it wasn't used as the accessible name.
+ Otherwise use the `title` attribute if it wasn't used as the accessible name.
-
- If none of the above yield a usable text string there is no accessible description.
+ If none of the above yield a usable text string there is no accessible description.
@@ -5876,16 +5876,16 @@ `input type="image"`
`input type="image"` Accessible Name Computation
-
- If the control has an `aria-label` or an `aria-labelledby` attribute the accessible name is to be calculated using the algorithm defined in Accessible Name and Description: Computation and API Mappings 1.1.
+ If the control has an `aria-label` or an `aria-labelledby` attribute the accessible name is to be calculated using the algorithm defined in Accessible Name and Description: Computation and API Mappings 1.1.
- Otherwise use `alt` attribute.
- Otherwise use `title` attribute.
-
- Otherwise if the previous steps do not yield a usable text string, the accessible name is a localized string of the word "Submit Query".
+ Otherwise if the previous steps do not yield a usable text string, the accessible name is a localized string of the word "Submit Query".
-
- If none of the above yield a usable text string there is no accessible name.
+ If none of the above yield a usable text string there is no accessible name.
@@ -5893,13 +5893,13 @@ `input type="image"` Accessible Name Computation
input type="image" Accessible Description Computation
-
- If the element has an `aria-describedby` attribute the accessible description is to be calculated using the algorithm defined in Accessible Name and Description: Computation and API Mappings 1.1.
+ If the element has an `aria-describedby` attribute the accessible description is to be calculated using the algorithm defined in Accessible Name and Description: Computation and API Mappings 1.1.
-
- Otherwise use the `title` attribute if it wasn't used as the accessible name.
+ Otherwise use the `title` attribute if it wasn't used as the accessible name.
-
- If none of the above yield a usable text string there is no accessible description.
+ If none of the above yield a usable text string there is no accessible description.
@@ -5910,12 +5910,12 @@ `button` Element
`button` Element Accessible Name Computation
-
- If the `button` element has an `aria-label` or an `aria-labelledby` attribute the accessible name is to be calculated using the algorithm defined in Accessible Name and Description: Computation and API Mappings 1.1.
+ If the `button` element has an `aria-label` or an `aria-labelledby` attribute the accessible name is to be calculated using the algorithm defined in Accessible Name and Description: Computation and API Mappings 1.1.
- Otherwise use the `button` element subtree.
- Otherwise use `title` attribute.
-
- If none of the above yield a usable text string there is no accessible name.
+ If none of the above yield a usable text string there is no accessible name.
@@ -5923,10 +5923,10 @@ `button` Element Accessible Name Computation
`button` Element Accessible Description Computation
-
- If the `button` has an `aria-describedby` attribute the accessible description is to be calculated using the algorithm defined in Accessible Name and Description: Computation and API Mappings 1.1.
+ If the `button` has an `aria-describedby` attribute the accessible description is to be calculated using the algorithm defined in Accessible Name and Description: Computation and API Mappings 1.1.
-
- Otherwise use the `title` attribute if it wasn't used as the accessible name.
+ Otherwise use the `title` attribute if it wasn't used as the accessible name.
-
If none of the above yield a usable text string there is no accessible description.
@@ -5940,28 +5940,28 @@
`fieldset` and legend Elements
`fieldset` Element Accessible Name Computation
-
- If the `fieldset` element has an `aria-label` or an `aria-labelledby` attribute the accessible name is to be calculated using the algorithm defined in Accessible Name and Description: Computation and API Mappings 1.1.
+ If the `fieldset` element has an `aria-label` or an `aria-labelledby` attribute the accessible name is to be calculated using the algorithm defined in Accessible Name and Description: Computation and API Mappings 1.1.
-
- If the accessible name is still empty, then: if the `fieldset` element has a child that is a
legend element, then use the subtree of the first such element.
+ If the accessible name is still empty, then: if the `fieldset` element has a child that is a legend element, then use the subtree of the first such element.
-
- If the accessible name is still empty, then:, if the `fieldset` element has a `title` attribute, then use that attribute.
+ If the accessible name is still empty, then:, if the `fieldset` element has a `title` attribute, then use that attribute.
- - Otherwise, there is no accessible name.
+ - Otherwise, there is no accessible name.
@@ -5972,12 +5972,12 @@ `output` Element
`output` Element Accessible Name Computation
-
- If the `output` element has an `aria-label` or an `aria-labelledby` attribute the accessible name is to be calculated using the algorithm defined in Accessible Name and Description: Computation and API Mappings 1.1.
+ If the `output` element has an `aria-label` or an `aria-labelledby` attribute the accessible name is to be calculated using the algorithm defined in Accessible Name and Description: Computation and API Mappings 1.1.
- Otherwise use the `output` element subtree.
- Otherwise use `title` attribute.
-
- If none of the above yield a usable text string there is no accessible name.
+ If none of the above yield a usable text string there is no accessible name.
@@ -5986,10 +5986,10 @@ `output` Element Accessible Description Computation
- Use `aria-describedby`.
-
- Otherwise use the `title` attribute if it wasn't used as the accessible name.
+ Otherwise use the `title` attribute if it wasn't used as the accessible name.
-
- If none of the above yield a usable text string there is no accessible description.
+ If none of the above yield a usable text string there is no accessible description.
@@ -6000,12 +6000,12 @@ Other Form Elements
Other Form Elements Accessible Name Computation
-
- If the control has an `aria-label` or an `aria-labelledby` attribute the accessible name is to be calculated using the algorithm defined in Accessible Name and Description: Computation and API Mappings 1.1.
+ If the control has an `aria-label` or an `aria-labelledby` attribute the accessible name is to be calculated using the algorithm defined in Accessible Name and Description: Computation and API Mappings 1.1.
- Otherwise use `label` element.
- Otherwise use `title` attribute.
-
- If none of the above yield a usable text string there is no accessible name.
+ If none of the above yield a usable text string there is no accessible name.
@@ -6013,13 +6013,13 @@ Other Form Elements Accessible Name Computation
Other Form Elements Accessible Description Computation
-
- If the element has an `aria-describedby` attribute the accessible description is to be calculated using the algorithm defined in Accessible Name and Description: Computation and API Mappings 1.1.
+ If the element has an `aria-describedby` attribute the accessible description is to be calculated using the algorithm defined in Accessible Name and Description: Computation and API Mappings 1.1.
-
- Otherwise use the `title` attribute if it wasn't used as the accessible name.
+ Otherwise use the `title` attribute if it wasn't used as the accessible name.
-
- If none of the above yield a usable text string there is no accessible description.
+ If none of the above yield a usable text string there is no accessible description.
@@ -6030,7 +6030,7 @@ `summary` Element
`summary` Element Accessible Name Computation
-
- If the first `summary` element, which is a direct child of the `details` element, has an `aria-label` or an `aria-labelledby` attribute the accessible name is to be calculated using the algorithm defined in Accessible Name and Description: Computation and API Mappings 1.1.
+ If the first `summary` element, which is a direct child of the `details` element, has an `aria-label` or an `aria-labelledby` attribute the accessible name is to be calculated using the algorithm defined in Accessible Name and Description: Computation and API Mappings 1.1.
- Otherwise use `summary` element subtree.
- Otherwise use `title` attribute.
@@ -6038,7 +6038,7 @@ `summary` Element Accessible Name Computation
If there is no `summary` element as a direct child of the `details` element, the user agent should provide one with a subtree containing a localized string of the word "details".
-
- If there is a `summary` element as a direct child of the `details` element, but none of the above yield a usable text string, there is no accessible name.
+ If there is a `summary` element as a direct child of the `details` element, but none of the above yield a usable text string, there is no accessible name.
@@ -6046,16 +6046,16 @@ `summary` Element Accessible Name Computation
`summary` Element Accessible Description Computation
-
- If the element has an `aria-describedby` attribute the accessible description is to be calculated using the algorithm defined in Accessible Name and Description: Computation and API Mappings 1.1.
+ If the element has an `aria-describedby` attribute the accessible description is to be calculated using the algorithm defined in Accessible Name and Description: Computation and API Mappings 1.1.
-
- Otherwise use `summary` element subtree if not used as the accessible name.
+ Otherwise use `summary` element subtree if not used as the accessible name.
-
- Otherwise use the `title` attribute if it wasn't used as the accessible name.
+ Otherwise use the `title` attribute if it wasn't used as the accessible name.
-
- If none of the above yield a usable text string there is no accessible description.
+ If none of the above yield a usable text string there is no accessible description.
@@ -6066,27 +6066,27 @@ `figure` and `figcaption` Elements
`figure` Element Accessible Name Computation
-
- If the `figure` element has an `aria-label` or an `aria-labelledby` attribute the accessible name is to be calculated using the algorithm defined in Accessible Name and Description: Computation and API Mappings 1.1.
+ If the `figure` element has an `aria-label` or an `aria-labelledby` attribute the accessible name is to be calculated using the algorithm defined in Accessible Name and Description: Computation and API Mappings 1.1.
-
- If the accessible name is still empty, then: if the `figure` element has a child that is a `figcaption` element, then use the subtree of the first such element.
+ If the accessible name is still empty, then: if the `figure` element has a child that is a `figcaption` element, then use the subtree of the first such element.
-
- If the accessible name is still empty, then: if the `figure` element has a `title` attribute, then use that attribute.
+ If the accessible name is still empty, then: if the `figure` element has a `title` attribute, then use that attribute.
- - Otherwise, there is no accessible name.
+ - Otherwise, there is no accessible name.
@@ -6096,27 +6096,27 @@ `img` Element
`img` Element Accessible Name Computation
-
- If the `img` element has an `aria-label` or an `aria-labelledby` attribute the accessible name is to be calculated using the algorithm defined in Accessible Name and Description: Computation and API Mappings 1.1.
+ If the `img` element has an `aria-label` or an `aria-labelledby` attribute the accessible name is to be calculated using the algorithm defined in Accessible Name and Description: Computation and API Mappings 1.1.
- Otherwise use `alt` attribute.
- Otherwise use `title` attribute.
-
- If none of the above yield a usable text string there is no accessible name.
+ If none of the above yield a usable text string there is no accessible name.
-
+
@@ -6127,30 +6127,30 @@ `table` Element
`table` Element Accessible Name Computation
-
- If the `table` element has an `aria-label` or an `aria-labelledby` attribute the accessible name is to be calculated using the algorithm defined in Accessible Name and Description: Computation and API Mappings 1.1.
+ If the `table` element has an `aria-label` or an `aria-labelledby` attribute the accessible name is to be calculated using the algorithm defined in Accessible Name and Description: Computation and API Mappings 1.1.
-
- If the accessible name is still empty, then: if the `table` element has a child that is a
caption element, then use the subtree of the first such element.
+ If the accessible name is still empty, then: if the `table` element has a child that is a caption element, then use the subtree of the first such element.
-
- If the accessible name is still empty, then: if the `table` element has a `title` attribute, then use that attribute.
+ If the accessible name is still empty, then: if the `table` element has a `title` attribute, then use that attribute.
- - Otherwise, there is no accessible name.
+ - Otherwise, there is no accessible name.
`table` Element Accessible Description Computation
-
- If the element has an `aria-describedby` attribute the accessible description is to be calculated using the algorithm defined in Accessible Name and Description: Computation and API Mappings 1.1.
+ If the element has an `aria-describedby` attribute the accessible description is to be calculated using the algorithm defined in Accessible Name and Description: Computation and API Mappings 1.1.
-
- If the accessible description is still empty, then:, if the `table` element has a child that is a `caption` element and it wasn't used as the accessible name, then use the subtree of the first such element.
+ If the accessible description is still empty, then:, if the `table` element has a child that is a `caption` element and it wasn't used as the accessible name, then use the subtree of the first such element.
-
- If the accessible description is still empty, then: if the `table` element has a `title` attribute and it wasn't used as the accessible name, then use that attribute.
+ If the accessible description is still empty, then: if the `table` element has a `title` attribute and it wasn't used as the accessible name, then use that attribute.
- - Otherwise, there is no accessible description.
+ - Otherwise, there is no accessible description.
@@ -6160,11 +6160,11 @@
`tr`, `td`, `th` Elements Accessible Name Computation
-
- If the element has an `aria-label` or an `aria-labelledby` attribute the accessible name is to be calculated using the algorithm defined in Accessible Name and Description: Computation and API Mappings 1.1.
+ If the element has an `aria-label` or an `aria-labelledby` attribute the accessible name is to be calculated using the algorithm defined in Accessible Name and Description: Computation and API Mappings 1.1.
- Otherwise use the `title` attribute.
-
- If none of the above yield a usable text string there is no accessible name.
+ If none of the above yield a usable text string there is no accessible name.
@@ -6172,13 +6172,13 @@ `tr`, `td`, `th` Elements Accessible Name Computation
`tr`, `td`, `th` Elements Accessible Description Computation
-
- If the element has an `aria-describedby` attribute the accessible description is to be calculated using the algorithm defined in Accessible Name and Description: Computation and API Mappings 1.1.
+ If the element has an `aria-describedby` attribute the accessible description is to be calculated using the algorithm defined in Accessible Name and Description: Computation and API Mappings 1.1.
-
- Otherwise use the `title` attribute if it wasn't used as the accessible name.
+ Otherwise use the `title` attribute if it wasn't used as the accessible name.
-
- If none of the above yield a usable text string there is no accessible description.
+ If none of the above yield a usable text string there is no accessible description.
@@ -6189,12 +6189,12 @@ `a` Element with a `href` attribute
`a` Element Accessible Name Computation
-
- If the `a` element has an `aria-label` or an `aria-labelledby` attribute the accessible name is to be calculated using the algorithm defined in Accessible Name and Description: Computation and API Mappings 1.1.
+ If the `a` element has an `aria-label` or an `aria-labelledby` attribute the accessible name is to be calculated using the algorithm defined in Accessible Name and Description: Computation and API Mappings 1.1.
- Otherwise use `a` element subtree.
- Otherwise use the `title` attribute.
-
- If none of the above yield a usable text string there is no accessible name.
+ If none of the above yield a usable text string there is no accessible name.
@@ -6202,13 +6202,13 @@ `a` Element Accessible Name Computation
`a` Element with a `href` attribute Accessible Description Computation
-
- If the element has an `aria-describedby` attribute the accessible description is to be calculated using the algorithm defined in Accessible Name and Description: Computation and API Mappings 1.1.
+ If the element has an `aria-describedby` attribute the accessible description is to be calculated using the algorithm defined in Accessible Name and Description: Computation and API Mappings 1.1.
-
- Otherwise use the `title` attribute if it wasn't used as the accessible name.
+ Otherwise use the `title` attribute if it wasn't used as the accessible name.
-
- If none of the above yield a usable text string there is no accessible description.
+ If none of the above yield a usable text string there is no accessible description.
@@ -6219,12 +6219,12 @@ `area` Element
`area` Element Accessible Name Computation
-
- If the `area` element has an `aria-label` or an `aria-labelledby` attribute the accessible name is to be calculated using the algorithm defined in Accessible Name and Description: Computation and API Mappings 1.1.
+ If the `area` element has an `aria-label` or an `aria-labelledby` attribute the accessible name is to be calculated using the algorithm defined in Accessible Name and Description: Computation and API Mappings 1.1.
- Otherwise use `area` element's `alt` attribute.
- Otherwise use the `title` attribute.
-
- If none of the above yield a usable text string there is no accessible name.
+ If none of the above yield a usable text string there is no accessible name.
@@ -6232,13 +6232,13 @@ `area` Element Accessible Name Computation
`area` Element Accessible Description Computation
-
- If the element has an `aria-describedby` attribute the accessible description is to be calculated using the algorithm defined in Accessible Name and Description: Computation and API Mappings 1.1.
+ If the element has an `aria-describedby` attribute the accessible description is to be calculated using the algorithm defined in Accessible Name and Description: Computation and API Mappings 1.1.
-
- Otherwise use the `title` attribute if it wasn't used as the accessible name.
+ Otherwise use the `title` attribute if it wasn't used as the accessible name.
-
- If none of the above yield a usable text string there is no accessible description.
+ If none of the above yield a usable text string there is no accessible description.
@@ -6248,10 +6248,10 @@ `iframe` Element
@@ -6259,13 +6259,13 @@ `iframe` Element Accessible Name Computation
`iframe` Element Accessible Description Computation
-
- If the element has an `aria-describedby` attribute the accessible description is to be calculated using the algorithm defined in Accessible Name and Description: Computation and API Mappings 1.1.
+ If the element has an `aria-describedby` attribute the accessible description is to be calculated using the algorithm defined in Accessible Name and Description: Computation and API Mappings 1.1.
-
- Otherwise use the `title` attribute if it wasn't used as the accessible name.
+ Otherwise use the `title` attribute if it wasn't used as the accessible name.
-
- If none of the above yield a usable text string there is no accessible description.
+ If none of the above yield a usable text string there is no accessible description.
@@ -6276,11 +6276,11 @@
-
- If the element has an `aria-label` or an `aria-labelledby` attribute the accessible name is to be calculated using the algorithm defined in Accessible Name and Description: Computation and API Mappings 1.1.
+ If the element has an `aria-label` or an `aria-labelledby` attribute the accessible name is to be calculated using the algorithm defined in Accessible Name and Description: Computation and API Mappings 1.1.
- Otherwise use the `title` attribute.
-
- If none of the above yield a usable text string there is no accessible name.
+ If none of the above yield a usable text string there is no accessible name.
@@ -6288,13 +6288,13 @@ Section and Grouping Element Accessible Name Computation
Section and Grouping Element Accessible Description Computation
-
- If the element has an `aria-describedby` attribute the accessible description is to be calculated using the algorithm defined in Accessible Name and Description: Computation and API Mappings 1.1.
+ If the element has an `aria-describedby` attribute the accessible description is to be calculated using the algorithm defined in Accessible Name and Description: Computation and API Mappings 1.1.
-
- Otherwise use the `title` attribute if it wasn't used as the accessible name.
+ Otherwise use the `title` attribute if it wasn't used as the accessible name.
-
- If none of the above yield a usable text string there is no accessible description.
+ If none of the above yield a usable text string there is no accessible description.
@@ -6308,11 +6308,11 @@ Text Level Elements Not Listed Elsewhere
Text Level Element Accessible Name Computation
-
- If the element has an `aria-label` or an `aria-labelledby` attribute the accessible name is to be calculated using the algorithm defined in Accessible Name and Description: Computation and API Mappings 1.1.
+ If the element has an `aria-label` or an `aria-labelledby` attribute the accessible name is to be calculated using the algorithm defined in Accessible Name and Description: Computation and API Mappings 1.1.
- Otherwise use the `title` attribute.
-
- If none of the above yield a usable text string there is no accessible name.
+ If none of the above yield a usable text string there is no accessible name.
@@ -6320,13 +6320,13 @@ Text Level Element Accessible Name Computation
Text Level Element Accessible Description Computation
-
- If the element has an `aria-describedby` attribute the accessible description is to be calculated using the algorithm defined in Accessible Name and Description: Computation and API Mappings 1.1.
+ If the element has an `aria-describedby` attribute the accessible description is to be calculated using the algorithm defined in Accessible Name and Description: Computation and API Mappings 1.1.
-
- Otherwise use the `title` attribute if it wasn't used as the accessible name.
+ Otherwise use the `title` attribute if it wasn't used as the accessible name.
-
- If none of the above yield a usable text string there is no accessible description.
+ If none of the above yield a usable text string there is no accessible description.
@@ -6355,7 +6355,7 @@ Substantive changes since moving to the Web Application Working Group (forme
18-Sept-2019: Update `mark` element's UIA `LocalizedControlType` and AX `AXRoleDescription`. See GitHub issue #236.
18-Sept-2019: Update ATK mappings for `summary` and `details` elements. See GitHub issue #142 and GitHub issue #147.
18-Sept-2019: Update MSAA mappings for `sub` and `sup`. See GitHub pull request #252.
- 11-Sept-2019: Update mapping for [^menu^] to match HTML Living Standard. Remove element and attribute mappings that are not applicable to `menu` and `menuitem`. Update mapping of `menu` to `role="list"`. See GitHub issue #188.
+ 11-Sept-2019: Update mapping for [^menu^] to match HTML Living Standard. Remove element and attribute mappings that are not applicable to `menu` and `menuitem`. Update mapping of `menu` to `role="list"`. See GitHub issue #188.
10-July-2019: Further updated mappings for `ins` and `del` elements. See GitHub pull request #219.
13-June-2019: Update mappings for `ins` and `del` elements. See GitHub issue #141.
10-June-2019: Update ATK mappings for `header` and `footer` when not scoped to the `body`. See GitHub issue #129.
@@ -6386,7 +6386,7 @@ Substantive changes since moving to the Web Application Working Group (forme
30-Nov-2017: Updated mappings for the `meter` element. See GitHub issue #2.
24-Nov-2017: Updated mappings for the `audio` and `video` elements. See GitHub issue #80.
23-Nov-2017: Updated `figure` element mappings to reflect the WAI-ARIA `figure` role mappings.
- 23-Nov-2017: Updated mappings for the `form` element based on presence of accessible name. See GitHub issue #106.
+ 23-Nov-2017: Updated mappings for the `form` element based on presence of accessible name. See GitHub issue #106.
23-Nov-2017: Removed the accessible name computation requirement to ignore an `img` element's `title` attribute when the element's `alt` attribute is empty. See GitHub issue #99.
23-Nov-2017: Added note to not expose `aria-roledescription` unless element also a conforming `role` attribute value. See GitHub issue #98.
09-Aug-2017: Updated mappings for the `type` attribute on the `ol` element. See GitHub issue #91.
| |