Re: [web-annotation] Next, Prev, First, Last in AnnotationCollection/AnnotationPage

> My concern and may claim is that individual pages are considered to 
be resources, consequently accessing the URIs/IRIs of these resources 
must return the same content at different points in time and by 
different users

This is an impossible requirement that we should not attempt to solve.
  A trivial example that would break this:  Delete the first 
annotation from the first page.  Now every annotation shifts up one 
position, and every page's representation changes.

Caching is not just an implementation concern, it's a concern for any 
practical web standard. If the client has control of the page size, 
then the server needs to cache all possible sets of pages. That's 
while not *impossible*, completely impractical.  

If it's all just an implementation concern ... then feel free to add 
your own pagesize parameter. No need to standardize. If it's not, then
 you need to actually address the questions.

-- 
GitHub Notification of comment by azaroth42
Please view or discuss this issue at 
https://github.com/w3c/web-annotation/issues/371#issuecomment-257855108
 using your GitHub account

Received on Wednesday, 2 November 2016 12:50:58 UTC