Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Revision 170710 of AT-SPI Object Attributes

  • Revision slug: Accessibility/AT-APIs/AT-SPI/Attrs
  • Revision title: AT-SPI Object Attributes
  • Revision id: 170710
  • Created:
  • Creator: Aaronlev
  • Is current revision? No
  • Comment /* Introduction */

Revision Content

{{ BackToPage("Accessibility:AT-APIs#Supported_Object_Attributes", "AT APIs Support") }}

Introduction

AT-SPI exposes object attributes by Accessible::getAttributes method. Please refer to Gecko attributes to get the list of supported attributes. In addition, the object attribute "haspopup" is set to "true" when a widget, such as a button or link, has a popup associated with it. This is necessary only in ATK/AT-SPI where there is no HASPOPUP state.

Revision Source

<p> </p><p>{{ BackToPage("Accessibility:AT-APIs#Supported_Object_Attributes", "AT APIs Support") }}
</p>
<h2 id="Introduction" name="Introduction">Introduction</h2>
<p>AT-SPI exposes object attributes by <code>Accessible::getAttributes</code> method. Please refer to <a href="en/Accessibility/AT-APIs/Gecko/Attrs">Gecko attributes</a> to get the list of supported attributes. In addition, the object attribute "haspopup" is set to "true" when a widget, such as a button or link, has a popup associated with it. This is necessary only in ATK/AT-SPI where there is no HASPOPUP state.
</p>
Revert to this revision