a textlistitem extends listitem and provides text display

A textlistitem is a <listitem> which displays text. This is the most common form of a <listitem>, and is the default listitem for <combobox>s, <menu>s, <list>s, and <floatinglist>s.

<canvas height="100"> <list> <textlistitem text="item 1" value="1" selected="true"/> <textlistitem text="item 2" value="2"/> </list> </canvas>