From ffe8893cec44ff8071f90b607559767b95a095fe Mon Sep 17 00:00:00 2001 From: Michael Appleby Date: Wed, 29 Oct 2025 09:10:40 -0400 Subject: [PATCH] Apply to all annotations that are rendered. --- source/presentation/4.0/index.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/source/presentation/4.0/index.md b/source/presentation/4.0/index.md index e1e7b66a7..032ea7b1a 100644 --- a/source/presentation/4.0/index.md +++ b/source/presentation/4.0/index.md @@ -1686,9 +1686,7 @@ Manifest Annotation Pages are used to group Annotations. In cases where many annotations are present, such as when transcription, translation, and commentary are associated with a manuscript, it can be useful to separate these annotations into groups that can facilitate improved user interactions in a client. -Each Annotation Page can be embedded or externally referenced. Clients should process the Annotation Pages and their items in the order given in the Container. Publishers may choose to expedite the processing of embedded Annotation Pages by ordering them before external pages, which will need to be dereferenced by the client. Order can be significant, however. Painting annotations are assigned an ascending [z-index](https://developer.mozilla.org/en-US/docs/Web/CSS/z-index) from the first painting annotation encountered. Annotations with a higher z-index will render in front of those with a lower z-index when displayed on a Canvas. - - +Each Annotation Page can be embedded or externally referenced. Clients should process the Annotation Pages and their items in the order given in the Container. Publishers may choose to expedite the processing of embedded Annotation Pages by ordering them before external pages, which will need to be dereferenced by the client. Order can be significant, however. Annotations are assigned an ascending [z-index](https://developer.mozilla.org/en-US/docs/Web/CSS/z-index) from the first annotation encountered. Annotations with a higher z-index will render in front of those with a lower z-index when displayed on a Canvas. ## Annotation Collection