Confirmed users
1,396
edits
| Line 336: | Line 336: | ||
= IAccessibleImage = | = IAccessibleImage = | ||
{| summary="Proposed mapping IAccessibleImage to Gecko Accessible" width=" | {| summary="Proposed mapping IAccessibleImage to Gecko Accessible" width="100%" border="1" cellspacing="1" cellpadding="1" | ||
! IA2 | ! IA2 | ||
! Description | ! Description | ||
! Gecko | ! Gecko | ||
! | ! Status | ||
! Bug | |||
|- | |- | ||
| description | | description | ||
| Returns the localized description of the image | | Returns the localized description of the image | ||
| nsIAccessible:: | | nsIAccessible::name | ||
| | | | ||
| [https://bugzilla.mozilla.org/show_bug.cgi?id=380022 380022] | |||
|- | |- | ||
| imagePosition | | imagePosition | ||
| Returns the coordinates of the image | | Returns the coordinates of the image | ||
| | | nsIAccessibleImage:: getImageBounds() | ||
| | |||
| [https://bugzilla.mozilla.org/show_bug.cgi?id=380022 380022] | |||
|- | |- | ||
| imageSize | | imageSize | ||
| Returns the size of the image in units specified by parent's coordinate system | | Returns the size of the image in units specified by parent's coordinate system | ||
| | | nsIAccessibleImage:: getImageBounds() | ||
| | |||
| [https://bugzilla.mozilla.org/show_bug.cgi?id=380022 380022] | |||
|} | |} | ||