I would like to add some metadata to my list elements so they look something like this:
<ul>
<li summary="A White Drink">Milk</li>
<li summary="A tiny White football">Eggs</li>
<li summary="A Cube of gooey sliminess">Butter</li>
</ul>
What property do I use? I don't want to make one up, and I don't want to use the title
property because the metadata would then display in the browsers tooltip.