Add most common semantic HTML element
In the spirit of the 80/20 rule, I want to start with the most common semantic elements:
<article>
<aside>
<details>
<figcaption>
<figure>
<footer>
<form>
<header>
<main>
<mark>
<nav>
<section>
<summary>
<time>
More on semantics in HTML and why it is important: https://developer.mozilla.org/en-US/docs/Glossary/Semantics#semantics_in_html
Logan Connolly referenced this ticket in commit 66e952a.