MyAnythingList Canonical English Docs
Failure Conditions
failure-conditions_en.html
This document names regressions explicitly so future contributors cannot explain them away as style differences or implementation details.
1. Rendering Failures
- Missing QR in export when QR is visible live.
- Blurred generated text at 4K or 8K due to screen capture or low-resolution reuse.
- Layout drift between live and export caused by dual composition logic.
- QR treated as background rather than dedicated layer.
2. UX / Localization Failures
- Controls or labels hardcoded to one language without localization path.
- Translations causing avoidable clipping or invisible controls.
- RTL support breaking control layout or rendered output in undocumented ways.
3. Documentation Failures
- Any future session shrinking docs by replacing detail with summary.
- Adding code behavior without documenting it.
- Removing traceability for accepted conversation-derived rules.