Documentation Center

List roles

A list of list-related roles. An alphabetical listing of all roles is available in the related topic "Roles-full list".

RoleDescription
listCurrently not used; See definitionlist, ordered-list and unorderedlist.
listitemThe HTML equivalent is <li>.
definitionlistThe HTML equivalent is a <dl>.
definitionlistdefinitionThe HTML equivalent is a <dd>. This role is used to map clipboard data in HTML format to the document's schema.
definitionlistdefinitiontermThe HTML equivalent is a <dt>. This role is used to map clipboard data in HTML format to the document's schema.
directorylistThe HTML equivalent is a <dir>. This role is used to map clipboard data in HTML format to the document's schema.
orderedlistThe toolbar will add an ordered list button to insert and remove this element. The HTML equivalent is <ol>.
paragraphThis element will often be inserted when the user presses Enter. The HTML equivalent is <p>. The paragraph role includes the auto-insert role.
unorderedlistThe toolbar will add an unordered list button to insert and remove this element. The HTML equivalent is <ul>.