Course · curriculum
The course curriculum: native <details> modules, lesson rows that tick off, the current lesson ringed, progress in the head. State lives in ARIA, never a styling class.
Syllabus
01Tokens before templates4 · 52m
02Shipping the system3 · 52m
.curriculum — head + progress · .lesson-row with [data-done] / [aria-current] / __free
| Where | How |
|---|---|
Course page | curriculum lives in the MAIN column — never the sidebar (backlog rule) |
Lesson page | same component in the player rail, current lesson ringed |
[data-done] | set server-side or from localStorage — the tick fills |
aria-current="true" | you are here — ring + weight |