Collection pages could overlap?
@evanp is already working on this.
Since Apr 10, 2026.
- Dominant language
- HTML
- Stars
- 313
- Forks
- 70
- PR merge metrics
- No merged PRs in 30d
Description
In 4.6.1 Collection Paging the CollectionPage class is described:
the items within a Collection can be divided into distinct subsets or "pages"
Also, CollectionPage in the Activity Vocabulary provide a definition of collection pages
Used to represent distinct subsets of items from a Collection.
In both the reported fragments, pages of a collection are defined as distinct sets. In set theory, two sets are distincts if they differ for at least one element. Thus, distinct subsets can overlap. In our context, this implies that two pages of the same collection may share items, provided that they are not exaclty the same set of items.
Is it the intended meaning for Collection Pages? If not, we may just change the world distinct to disjoint in order to avoid collection pages overlapping.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.