Accessibility/XForms:TextField

From MozillaWiki
Jump to navigation Jump to search

<< Back to XForms Accessibility Page

Summary

Text field is used to show/change string data. This is the main representation of XForms input element.

Exposed interfaces

  • nsIAccessible
  • nsIAccessibleText
  • nsIAccessibleEditableText

Accessibility properties

nsIAccessible

  • role - ROLE_ENTRY
  • name - formed from value of underlying XForms label element
  • description - formed from value of underlying XForms hint element
  • value - value of instance node that element is bound to
  • action names - activate

Accessible children

There are not any accessible children.