asw/archive/site/content/notes/tasks.md
exe.dev user e47a9f4401 asw-v01: archive deferred content (packs, site, lab, legacy examples)
- 2.1: packs/ -> archive/packs/
- 2.2: site/ -> archive/site/
- 2.3: src/lab/ -> archive/lab/
- 2.4: examples/ -> archive/examples-legacy/ (SSI-based)
2026-06-07 10:39:21 +02:00

816 B

title description section prev-url prev-title next-url next-title type date tags ai-disclosure ai-model ai-provider
Tasks Render task lists with semantic state: done, wip, blocked, todo. notes wikilinks/ Wikilinks notes 2026-04-09
notes
tasks
reference
generated claude-sonnet-4-5 Anthropic

Overview

Use data-task on list items to convey task state without CSS classes.

<ul>
  <li data-task="done">Completed item</li>
  <li data-task="wip">Work in progress</li>
  <li data-task="blocked">Blocked item</li>
  <li data-task="todo">Not started</li>
</ul>

States

Value Meaning
done Completed — green check
wip In progress — amber
blocked Blocked — red
todo Not started — muted