diff --git a/index.html b/index.html index d08512c1..478e0293 100644 --- a/index.html +++ b/index.html @@ -200,23 +200,43 @@
Notes:
aria-roledescription
property value in the accessibility tree unless the element has an explicit, conforming `role` attribute value.aria-roledescription
property value in the accessibility tree unless the element has an explicit, conforming `role` attribute value.
+ Group
- "audio"
controls
attribute is present, UI controls (e.g. play, volume) are exposed as children of the audio
element in the accessibility tree, and mapped as appropriate for the type of control (e.g. button
or slider
).Group
+ "audio"
controls
attribute is present, UI controls (e.g. play, volume) are exposed as children of the audio
element in the accessibility tree, and mapped as appropriate for the type of control (e.g. button
or slider
).Group
- "blockquote"
Group
+ "blockquote"
+ AXGroup
- (nil)
- "group"
- Image
- canvas
element are mapped separately.
- Image
+ canvas
element are mapped separately.
+ ROLE_SYSTEM_GROUPING
; IA2_ROLE_SECTION
+ Roles: `ROLE_SYSTEM_GROUPING`; `IA2_ROLE_SECTION`
IAccessibleText2
; IAccessibleHypertext2
;
+ `IAccessibleText2`; `IAccessibleHypertext2`;
Group
ATK_ROLE_SECTION
+ Role: `ATK_ROLE_SECTION`
AtkText
; AtkHypertext
+ Interfaces: `AtkText`; `AtkHypertext`
AXGroup
+ AXRole: `AXGroup`
(nil)
+ AXSubrole: `(nil)`
"group"
+ AXRoleDescription: `"group"`
font-style:italic
on the text container
IsItalic
attribute of the TextRange
Control Pattern implemented on a parent accessible object.
AXGroup
input
(type
attribute in the Date state)
+ input
(type
attribute in the Date state)
"number"
spinbutton
.
@@ -2259,34 +2387,40 @@ font-family:monospace
on the text container
TextRange
Control Pattern implemented on a parent accessible object.
AXGroup
- (nil)
- "group"
- Text
- Text
+ label
element contains an input
element, the LabeledBy
property for the input
element points to the UIA element for the label
element.
When the label
element has a for
attribute referencing another element, the LabeledBy
property for the referenced element points to the UIA element for the label
element.
ATK_ROLE_LABEL
+ Role: ATK_ROLE_LABEL
ATK_ROLE_SECTION
+ Role: `ATK_ROLE_SECTION`
Text
+ Control Type: Text
"q"
AXGroup
AXRubyBase
+ AXSubrole: AXRubyBase
"group"
+ AXRoleDescription: "group"
AXGroup
AXRubyText
+ AXSubrole: AXRubyText
"group"
+ AXRoleDescription: "group"
text-line-through-style:solid
on the text container
+ Text attributes: `text-line-through-style:solid` on the text container
TextRange
Control Pattern implemented on a parent accessible object.
AXGroup
- (nil)
- "group"
- TextRange
Control Pattern implemented on a parent accessible object.
AXGroup
- (nil)
- "group"
- font-size
on the text container
+ Text attributes: `font-size` on the text container
FontSize
attribute of the TextRange
Control Pattern implemented on a parent accessible object.
AXGroup
- (nil)
- "group"
- Group
- AXGroup
- (nil)
- "group"
- TextRange
Control Pattern implemented on a parent accessible object.
AXGroup
- (nil)
- "group"
- display: none
or visibility: hidden
will remove an element from the accessibility tree and hide its presence from assistive technologies.
+ Note: There are instances where CSS properties can affect what is exposed by accessibility APIs. For instance, display: none
or visibility: hidden
will remove an element from the accessibility tree and hide its presence from assistive technologies.
ROLE_SYSTEM_TEXT
; IA2_ROLE_TEXT_FRAME
+ Roles: `ROLE_SYSTEM_TEXT`; `IA2_ROLE_TEXT_FRAME`
text-position:sub
+ Text attributes: `text-position:sub`
Text
+ Control Type: `Text`
IsSubscript
attribute of the TextRange
Control Pattern implemented on the accessible object.
+ AXGroup
- AXSubscriptStyleGroup
- "group"
- AXGroup
+ AXSubscriptStyleGroup
+ "group"
+ Text
+ Control Type: Text
IsSuperscript
attribute of the TextRange
Control Pattern implemented on the accessible object.
UnderlineStyle
attribute of the TextRange
Control Pattern implemented on a parent accessible object.
- TextRange
Control Pattern implemented on a parent accessible object.
AXGroup
- (nil)
- "group"
- Group
+ Control Type: Group
"group"
controls
attribute is present, UI controls (e.g. play, volume) are exposed as children of the video
element in the accessibility tree, and mapped as appropriate for the type of control (e.g. button
or slider
).IAccessibleText
on the text container
+ If a line break is added, expose it with `IAccessibleText` on the text container.
AXGroup
- (nil)
- "group"
- AXGroup
+ (nil)
+ "group"
+ Notes: