Long quote - <blockquote>
Short quote - <q>
For quote with author:
figure > blockquote + figcaption > cite (work name)
We don't JS for this kind of component.
Instead use <details> and <summary>:
<details>
<summary>Some question</summary>
<div>
Answer
</div>
</details>This isn't supposed to mean an actual article!
Actually it means one thing of many (like cards)
For wrapper:
- use
<nav>witharia-label="Breadcrumb" - wrap items in
<ol>
For items:
- use
<li> - with
<a>
For separator:
- use
::beforewithcontent: ''(because screen readers will anounce the content)