The ul element represents an unordered list of items; that is, a list in which changing the order of the items would not change the meaning of list.
ul = li* & ul.attrs
ul.attrs = common.attrs & (common.attrs.aria | common.attrs.aria.implicit.region)?
A ul element must have both a start tag and an end tag.