Visit Mozilla.org

Accessibility:XForms:Text

From MDC


« Accessibility XForms Support Page

Contents

[edit] Summary

Text is used to show string data in readonly manner. This is the main representation of XForms output element (see the docs).

[edit] Exposed interfaces

[edit] Accessibility properties

[edit] nsIAccessible

  • role - ROLE_STATICTEXT
  • name - formed from value of underlying XForms label element
  • description - formed from value of underlying XForms hint element
  • state - formed from states of instance node that XForms element is bound to
  • value - current value of text

[edit] Accessible children

This presentation doesn't require any accessible children. But Mozilla XForms implementation allows XForms elements to have child elements.