Accessibility/IA2ToGecko: Difference between revisions

Jump to navigation Jump to search
Line 198: Line 198:
= IAccessibleComponent =
= IAccessibleComponent =


{| summary="Proposed mapping IAccessibleComponent to Gecko Accessible" width="90%" border="1" cellspacing="1" cellpadding="1"
{| summary="Proposed mapping IAccessibleComponent to Gecko Accessible" width="100%" border="1" cellspacing="1" cellpadding="1"
! IA2
! IA2
! Description
! Description
! Gecko
! Gecko
! Description
! Status
! Bug
|-
|-
| locationInParent
| locationInParent
| Returns the location of the upper left corner of the object's bounding box relative to the parent
| Returns the location of the upper left corner of the object's bounding box relative to the parent
| ??
| nsIAccessible::getBounds()
| may be used nsIAccessible::getBounds()
| in progress
| [https://bugzilla.mozilla.org/show_bug.cgi?id=380524 380524]
|-
|-
| foreground
| foreground
| Returns the foreground color of this object
| Returns the foreground color of this object
| ??
| used nsIAccessNode:: getComputedStyleCSSValue()
| may be used nsIAccessNode::getComputedStyleValue()
| in progress
| [https://bugzilla.mozilla.org/show_bug.cgi?id=380524 380524]
|-
|-
| background
| background
| Returns the background color of this object
| Returns the background color of this object
| ??
| used nsIAccessNode:: getComputedStyleCSSValue()
| may be used nsIAccessNode::getComputedStyleValue()
| in progress
| [https://bugzilla.mozilla.org/show_bug.cgi?id=380524 380524]
|}
|}


Confirmed users
1,396

edits

Navigation menu