Accessibility/IA2ToGecko: Difference between revisions

Line 336: Line 336:
= IAccessibleImage =
= IAccessibleImage =


{| summary="Proposed mapping IAccessibleImage to Gecko Accessible" width="90%" border="1" cellspacing="1" cellpadding="1"
{| summary="Proposed mapping IAccessibleImage to Gecko Accessible" width="100%" border="1" cellspacing="1" cellpadding="1"
! IA2
! IA2
! Description
! Description
! Gecko
! Gecko
! Description
! Status
! Bug
|-
|-
| description
| description
| Returns the localized description of the image
| Returns the localized description of the image
| nsIAccessible::description
| 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()
| may be used 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()
| may be used nsIAccessibleImage:: getImageBounds()
|
| [https://bugzilla.mozilla.org/show_bug.cgi?id=380022 380022]
|}
|}


Confirmed users
1,396

edits