An audio element represents an audio stream.
Transparent, with the following specific structure:
a src attribute, or zero or more source elements followed by flow content
a src attribute, or zero or more source elements followed by phrasing content
any element that can contain phrasing elements, any element that can contain flow elements
[NamedConstructor=Audio(), NamedConstructor=Audio(in DOMString src)] interface HTMLAudioElement : HTMLMediaElement {};