nextbitlabs / Rapido

Write your blog posts with semantic HTML.
https://nextbitlabs.github.io/Rapido/
MIT License
23 stars 4 forks source link

Add explanatory boxes #119

Open riccardoscalco opened 5 years ago

riccardoscalco commented 5 years ago

From https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Using_HTML_sections_and_outlines:

The HTML Aside Section Element (<aside>) defines a section that, though related to the main element, doesn't belong to the main flow, like an explanation box or an advertisement. It has its own outline, but doesn't belong to the main one.

riccardoscalco commented 5 years ago

Again on <aside>: see example in https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-small-element. Aside is used for advertisement block, content that is multiple paragraphs long and is removed from the main flow, aside goes between sections