Mac:Accessibility/UniversalAccess:Webkit: Difference between revisions
Jump to navigation
Jump to search
(improve wikifying for better index) |
mNo edit summary |
||
Line 20: | Line 20: | ||
== For AXWebAreas and canvases == | == For AXWebAreas and canvases == | ||
* AXLinkUIElements | |||
* AXLoaded | * AXLoaded | ||
* AXLayoutCount | * AXLayoutCount |
Latest revision as of 15:25, 11 May 2006
This page is intended to collect the additions that WebKit has done to UA. The information has been taken directly from WebKit's core accessibility class.
We might choose to also implement some of these.
Extra Roles
- AXLink
- AXWebArea
- AXListMarker
- AXImageMap
Extra Attributes
For anchors (links)
- AXLinkUIElements
- AXLoaded
- AXLayoutCount
- AXSelectedTextMarkerRange
- AXStartTextMarker
- AXEndTextMarker
- AXVisited
For AXWebAreas and canvases
- AXLinkUIElements
- AXLoaded
- AXLayoutCount
- AXSelectedTextMarkerRange
- AXStartTextMarker
- AXEndTextMarker
- AXVisited
For all other (accessible) elements
- AXSelectedTextMarkerRange
- AXStartTextMarker
- AXEndTextMarker
- AXVisited
Extra parameterized attributes
- AXUIElementForTextMarker
- AXTextMarkerRangeForUIElement
- AXLineForTextMarker
- AXTextMarkerRangeForLine
- AXStringForTextMarkerRange
- AXTextMarkerForPosition
- AXBoundsForTextMarkerRange
- AXAttributedStringForTextMarkerRange
- AXTextMarkerRangeForUnorderedTextMarkers
- AXNextTextMarkerForTextMarker
- AXPreviousTextMarkerForTextMarker
- AXLeftWordTextMarkerRangeForTextMarker
- AXRightWordTextMarkerRangeForTextMarker
- AXLeftLineTextMarkerRangeForTextMarker
- AXRightLineTextMarkerRangeForTextMarker
- AXSentenceTextMarkerRangeForTextMarker
- AXParagraphTextMarkerRangeForTextMarker
- AXNextWordEndTextMarkerForTextMarker
- AXPreviousWordStartTextMarkerForTextMarker
- AXNextLineEndTextMarkerForTextMarker
- AXPreviousLineStartTextMarkerForTextMarker
- AXNextSentenceEndTextMarkerForTextMarker
- AXPreviousSentenceStartTextMarkerForTextMarker
- AXNextParagraphEndTextMarkerForTextMarker
- AXPreviousParagraphStartTextMarkerForTextMarker
- AXLengthForTextMarkerRange