Open semantic locator/sort vocabularies; document JSON-LD hashing and collaboration rendering#74
Merged
Merged
Conversation
…and collaboration rendering Open the citation locatorType and glossary sort fields from closed enums to open strings with recommended lists, so a non-enumerated locator or sort order is preserved rather than rejected; add schema-closure vectors for both. Document that a block-level JSON-LD annotation is hashed as opaque JSON — object key order is normalized by JCS, but JSON-LD equivalences beyond it (compaction, context phrasing, unordered-set ordering) are not preserved across document IDs — and that a semantic cross-reference must declare external for an out-of-document target. Pin collaboration rendering with RFC 2119: replies render in created order, duplicate reactions collapse, a resolved comment is distinguished but not dropped, and the resolved/replies fields apply to comment and suggestion records only.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
locatorTypeand glossarysortfields from closed enums to open strings with RECOMMENDED lists, so a non-enumerated locator or sort order is preserved rather than rejected (open-world, mirroring the earlier enum relaxations). +2 schema-closure vectors.semanticannotation is hashed as opaque JSON: object key order is normalized by JCS, but JSON-LD equivalences beyond it (compaction/expansion,@contextphrasing, unordered-@setordering) are not preserved across document IDs.semantic:refinternal/external rule (an external target MUST setexternal: true; an internal target is a Content Anchor URI).createdorder, duplicate reactions collapse, a resolved comment is distinguished but not silently dropped, andresolved/repliesapply to comment and suggestion records only.Test plan
npm ci.locatorType/sortvalues are unchanged.