w3c / json-ld-api

JSON-LD 1.1 Processing Algorithms and API Specification
https://w3c.github.io/json-ld-api/
Other
76 stars 29 forks source link

Change "Lexicographical Order" (and related) to "Unicode code point order". #552

Open gkellogg opened 1 year ago

gkellogg commented 1 year ago

This was raised against another spec in https://github.com/w3c/rdf-canon/issues/18, and a similar change should be made here and in Framing. Note that this shouldn't affect any actual test results.

The definition from rdf-canon is the following:

Unicode code point order This refers to determining the order of two Unicode strings (A and B), using Unicode Codepoint Collation, as defined in [XPATH-FUNCTIONS], which defines a total ordering of strings comparing code points.

Also defines other terms related to "lexical".

gkellogg commented 1 year ago

Summary: Clarify that "lexicographical order" means "code point order" and change some wording to reflect.

See #574.