107
edits
(adding all webkit UA additions I've found in their source code) |
(improve wikifying for better index) |
||
Line 1: | Line 1: | ||
This page is intended to collect the additions that WebKit has done to [[Mac:Accessibility/UniversalAccess|UA]]. The information has been taken directly from WebKit's [http://trac.webkit.org/dev/browser/trunk/WebCore/kwq/WebCoreAXObject.mm core accessibility class]. | This page is intended to collect the additions that WebKit has done to [[Mac:Accessibility/UniversalAccess|UA]]. The information has been taken directly from WebKit's [http://trac.webkit.org/dev/browser/trunk/WebCore/kwq/WebCoreAXObject.mm core accessibility class]. | ||
We might choose to also implement some of these. | We might choose to also implement some of these. | ||
= Extra Roles = | |||
* AXLink | * AXLink | ||
* AXWebArea | * AXWebArea | ||
Line 10: | Line 9: | ||
* AXImageMap | * AXImageMap | ||
= Extra Attributes = | |||
For anchors (links) | == For anchors (links) == | ||
* AXLinkUIElements | * AXLinkUIElements | ||
* AXLoaded | * AXLoaded | ||
Line 20: | Line 19: | ||
* AXVisited | * AXVisited | ||
For AXWebAreas and canvases | == For AXWebAreas and canvases == | ||
"AXLinkUIElements", | "AXLinkUIElements", | ||
* AXLoaded | * AXLoaded | ||
Line 29: | Line 28: | ||
* AXVisited | * AXVisited | ||
For all other (accessible) elements | == For all other (accessible) elements == | ||
* AXSelectedTextMarkerRange | * AXSelectedTextMarkerRange | ||
* AXStartTextMarker | * AXStartTextMarker | ||
Line 35: | Line 34: | ||
* AXVisited | * AXVisited | ||
Extra parameterized attributes | == Extra parameterized attributes == | ||
* AXUIElementForTextMarker | * AXUIElementForTextMarker | ||
* AXTextMarkerRangeForUIElement | * AXTextMarkerRangeForUIElement |
edits