I read about <section> and <aside> on the WC3 site a whole ago, but I can't remember if an <aside> should be placed inside a <section> or directly beneath it. Does anybody know?
E.g. Should it be like this?:
<section>...</section>
Or like this:
<section>...<aside>...</aside>...</section>
Thank you