The pre element represents a block of preformatted text, in which structure is represented by typographic conventions rather than by elements.
pre = (normal-character-data & common.elem.phrasing*) & pre.attrs
pre.attrs = common.attrs & common.attrs.aria?
A pre element must have both a start tag and an end tag.