diff --git a/docs/specs/0002-copy-close-on-case-page.md b/docs/specs/0002-copy-close-on-case-page.md index d984ef0..094945a 100644 --- a/docs/specs/0002-copy-close-on-case-page.md +++ b/docs/specs/0002-copy-close-on-case-page.md @@ -41,7 +41,18 @@ server code moves. What renders directly under the document for an **open** case. For a case *with* a document the button copies then closes; for an open case -*without* a document it is a bare close (nothing to copy): +*without* a document it is a bare close (nothing to copy). + +**Two physically separate forms, not one with a label switch** +(reconciled to the shipped implementation at audit). `#doc-body` only +exists in the `{% when Some %}` (has-document) arm of the template's +`{% match document_html %}`, so a single form anchored after it could +never serve the documentless case — and it must be emitted *before* the +copy `