Key Ideas
1article — Self-Contained & Redistributable. The test for <article>: could this content be pulled out and published somewhere else — a feed reader, a social card, a syndication partner — and still make comp...
2section — Thematic Grouping. <section> groups content that is thematically related but isn't self-contained enough to syndicate on its own. The rule: every <section> must have a headin...
3article vs section — The Decision Tree. These two questions decide which element to use:
4figure & figcaption — Captioned Media. <figure> wraps any self-contained content that is referenced from the main flow but could be moved without breaking reading continuity — images, code listings, c...