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 170712 of AT-SPI Text Attributes

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

Revision Content

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

Introduction

AT-SPI has Text::getAttributes() method to get text attributes. Refer to Gecko text attributes to get list of supported text 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>{{template.BackToPage("Accessibility:AT-APIs#Supported_Object_Attributes", "AT APIs Support")}}
</p>
<h2 name="Introduction">Introduction</h2>
<p>AT-SPI has <code>Text::getAttributes()</code> method to get text attributes. Refer to <a href="en/Accessibility/AT-APIs/Gecko/TextAttrs">Gecko text attributes</a> to get list of supported text 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