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.

Checkgroup Representation

 

« Accessibility XForms Support Page

Checkgroup

Summary

Allows the user to choose a single value from a list of pre-defined values. This representation is used for full appearance select (see the doc).

Exposed interfaces

Accessibility properties

nsIAccessible

  • role - ROLE_GROUPING
  • 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 - value of bound node that is formed from values of child selected item elements

Accessible children

Checkbox

Summary

This representation is used for xforms item element that is child element of full appearance select element. Such select element is represented by checkgroup.

Exposed interfaces

Accessibility properties

nsIAccessible

  • role - ROLE_CHECKBUTTON
  • name - formed from value of underlying XForms label element
  • description - formed from value of underlying XForms hint element
  • state - STATE_CHECKED
  • value - formed from value of underlying XForms value element

Accessible children

Any accessible elements that are child elements of element that this representation is used for.

Grouping

Summary

This representation is used for XForms choices element. XForms choices element is used to group visually XForms item elements.

Exposed interfaces

Accessibility properties

nsIAccessible

  • role - ROLE_GROUPING
  • name - formed from value of underlying XForms label element
  • description - formed from value of underlying XForms hint element
  • value - there's no value

Accessible children

Document Tags and Contributors

 Contributors to this page: Fredchat, Sheppy, Surkov.alexander
 Last updated by: Fredchat,