List roles
A list of list-related roles. An alphabetical listing of all roles is available in the related topic "Roles-full list".
| Role | Description |
|---|---|
| list | Currently not used; See definitionlist, ordered-list and unorderedlist. |
| listitem | The HTML equivalent is <li>. |
| definitionlist | The HTML equivalent is a <dl>. |
| definitionlistdefinition | The HTML equivalent is a <dd>. This role is used to map clipboard data in HTML format to the document's schema. |
| definitionlistdefinitionterm | The HTML equivalent is a <dt>. This role is used to map clipboard data in HTML format to the document's schema. |
| directorylist | The HTML equivalent is a <dir>. This role is used to map clipboard data in HTML format to the document's schema. |
| orderedlist | The toolbar will add an ordered list button to insert and remove this element. The HTML equivalent is <ol>. |
| paragraph | This element will often be inserted when the user presses Enter. The HTML equivalent is <p>. The paragraph role includes the auto-insert role. |
| unorderedlist | The toolbar will add an unordered list button to insert and remove this element. The HTML equivalent is <ul>. |