Files
clide/governance/questions/accessibility.md
T
jpmschweitzerandClaude Opus 4.8 9be75d5592 clean-house: fix 37 stale DQR cross-links; sort architecture.md decisions
clean-house sweep over governance/ (validate green, 0 broken refs before
and after):

- RULE-ANCHOR-DRIFT (37): rewrote inline cross-reference links left over
  from before the decisions/questions/rejected subdir split — flat naming
  (questions-architecture.md, questions-process.md, rejected.md) and bare
  same-dir paths that were actually cross-type — to canonical
  subdir-relative form with current slugs. pql resolved these by ID so they
  were never broken to the tooling, only to GitHub anchor navigation.
- RULE-RECORD-SORT (1): reordered decisions/architecture.md D-records to
  strictly ascending (the D-1..D-6 block had been appended after D-41); pure
  block move, line count unchanged, content identical.
- RULE-FILE-OVER-THRESHOLD: deferred (architecture.md 435 > 350; splitting
  would re-churn the anchors just fixed).
- EOF/whitespace and Q↔D backlinks clean.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-06 12:50:27 +02:00

1.1 KiB

Open Questions — Accessibility + i18n


Q-13: Web production-mode a11y

  • Status: Open
  • Question: In a Flutter web release build, is the semantics tree always on (what we need for Playwright and for end-user screen readers) or gated behind an accessibility toggle (Flutter's default)?
  • Context: Today the driver clicks flt-semantics-placeholder to activate. For user-facing builds we need semantics-always-on.
  • Source: 2026-04-21 planning.

Q-14: i18n plurals / gender / date-format tooling

  • Status: Open
  • Question: fframe's pattern covers straight key→string lookup with variable interpolation. Plurals, gendered forms, and ICU-style date formatting aren't in scope there. Do we add them to the i18n facade, defer to a runtime library (violates D-31), or require catalogues to provide pre-formatted strings per count/gender?
  • Context: Probably becomes painful at Tier 3 (git panel, problem counts) and Tier 4 (pql results).
  • Source: 2026-04-21 planning.