Confirmed users
1,396
edits
| Line 198: | Line 198: | ||
= IAccessibleComponent = | = IAccessibleComponent = | ||
{| summary="Proposed mapping IAccessibleComponent to Gecko Accessible" width=" | {| summary="Proposed mapping IAccessibleComponent to Gecko Accessible" width="100%" border="1" cellspacing="1" cellpadding="1" | ||
! IA2 | ! IA2 | ||
! Description | ! Description | ||
! Gecko | ! Gecko | ||
! | ! 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() | ||
| 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() | ||
| 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() | ||
| in progress | |||
| [https://bugzilla.mozilla.org/show_bug.cgi?id=380524 380524] | |||
|} | |} | ||