Changelog 2026-03-05 (Accessibility Posts List Semantics Pass 6)

Changed

  • Converted the homepage “Latest posts” card from a generic container to a semantic <section aria-labelledby="latest-posts-heading">.
  • Converted recent post entries into an explicit unordered list (<ul class="posts-feed">) with one post per <li>.
  • Added lightweight list-divider styling to preserve readability while keeping list semantics clear.

Why

  • Improves screen-reader interpretation of post collections and strengthens semantic structure in the accessibility sweep.