Field Notes
Changelog
All notable changes to this project are documented in this file.
The format is based on Keep a Changelog.
[Unreleased]
Added
- Optional hub hero AVIF source via page front matter
hero_image_avifin_layouts/hub.html(WebP and fallbacks unchanged when unset). - Monster index client-side filter (
_includes/monster-index-filter.html) with live status for screen readers. - Global “Back to top” control (fixed button, respects
prefers-reduced-motion, hidden when mobile nav overlay is open). CHANGELOG.mdandARCHITECTURE.mdfor release notes and system orientation.
Changed
- Choose Your Monster oracle scrolls the active result into view after selection (narrow vs wide
blockbehavior; honors reduced motion). - Low-stimulus theme palette and oracle index styling adjusted for stronger text and control contrast (WCAG AA target for normal text).
- Low Stim header control now uses
role="switch"andaria-checkedinstead ofaria-pressed. - Oracle choice buttons use visible
:focus-visiblerings; theme toggle gains a dedicated:focus-visibleoutline. - Hub pages:
descriptionand herowidth/heightfor Spellbook, Printables (site index), Codex, and Monster Index; Art indexdescription. <main id="main-content">usestabindex="-1"so focus can move to content after “Back to top”.
Documentation
PUBLIC_LAUNCH_READINESS.mdlinks to this changelog for shipped remediation work.