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 168945 of ROLE_LIST

  • Revision slug: Accessibility/AT-APIs/Gecko/Roles/ROLE_LIST
  • Revision title: ROLE SEPARATOR
  • Revision id: 168945
  • Created:
  • Creator: Aaronlev
  • Is current revision? No
  • Comment /* Description */

Revision Content

{{ BackToPage("Accessibility:AT-APIs:Gecko:Roles", "Gecko Roles") }}

Description

Represents either:

  1. a list box, allowing the user to select one or more items.
  2. a structured list in a document. These are always marked with STATE_READONLY.

See also {{ A11yRoleRef("ROLE_LISTITEM") }}.

Children

Interfaces

Mapped to

  • AT-SPI: ROLE_LIST
  • ATK: ATK_ROLE_LIST
  • UA: NSAccessibilityListRole
  • MSAA/IA2: ROLE_SYSTEM_LIST

Used by

  • ARIA: {{ ARIARole("list") }}
  • XUL: <{{ XULElem("listbox") }}/>
  • HTML: <ul>, <ol>

Revision Source

<p>
</p><p>{{ BackToPage("Accessibility:AT-APIs:Gecko:Roles", "Gecko Roles") }}
</p>
<h2 id="Description" name="Description">Description</h2>
<p>Represents either:
</p>
<ol><li> a list box, allowing the user to select one or more items.
</li><li> a structured list in a document. These are always marked with STATE_READONLY.
</li></ol>
<p>See also {{ A11yRoleRef("ROLE_LISTITEM") }}.
</p>
<h2 id="Children" name="Children">Children</h2>
<h2 id="Interfaces" name="Interfaces">Interfaces</h2>
<ul><li> <a href="en/NsIAccessible">nsIAccessible</a>
</li><li> <a href="en/NsIAccessNode">nsIAccessNode</a>
</li><li> <a href="en/NsIAccessibleText">nsIAccessibleText</a>
</li><li> <a href="en/NsIAccessibleHyperText">nsIAccessibleHyperText</a>
</li><li> <a href="en/NsIAccessibleSelectable">nsIAccessibleSelectable</a>
</li></ul>
<h2 id="Mapped_to" name="Mapped_to">Mapped to</h2>
<ul><li> AT-SPI: ROLE_LIST
</li><li> ATK: ATK_ROLE_LIST
</li><li> UA: NSAccessibilityListRole
</li><li> MSAA/IA2: ROLE_SYSTEM_LIST
</li></ul>
<h2 id="Used_by" name="Used_by">Used by</h2>
<ul><li> ARIA: {{ ARIARole("list") }}
</li><li> XUL: &lt;{{ XULElem("listbox") }}/&gt;
</li><li> HTML: <span class="nowiki"> &lt;ul&gt;, &lt;ol&gt; </span>
</li></ul>
Revert to this revision