The aside element represents content that is tangentially related to the content that forms the main textual flow of a document.
aside = style*, (normal-character-data & common.elem.flow*) & aside.attrs
aside.attrs = common.attrs
An aside element must have both a start tag and an end tag.
In printed documents, the type of tangential content that the aside element represents is sometimes formatted as a sidebar or annotation or footnote.