Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: w3c/json-ld-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: w3c/json-ld-api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: issue-630
Choose a head ref
  • 5 commits
  • 2 files changed
  • 2 contributors

Commits on Feb 27, 2025

  1. address #630

    I'm not entirely satisfied with the addition in common/terms.html,
    as it seems too detailed for the terminology section. But...
    
    ...as pointed out in the comment of #630,
    the API spec references to this definition in multiple places,
    and many of those links are actually for instances of the internal representation,
    *not* for instances of the strings or maps that represent term definition in JSON.
    
    So the alternative would be to introduce a new name for those "internal term definition"
    and patch all the algorithms... which seems laborious and error-prone.
    
    @gkellogg I don't remember what's the process for synchronizing the files in common with other specs.
    pchampin committed Feb 27, 2025
    Configuration menu
    Copy the full SHA
    5257c91 View commit details
    Browse the repository at this point in the history
  2. fix 'changed' markup

    pchampin committed Feb 27, 2025
    Configuration menu
    Copy the full SHA
    0321fbe View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2025

  1. Update common/terms.html

    Co-authored-by: Ted Thibodeau Jr 
    pchampin and TallTed authored Feb 28, 2025
    Configuration menu
    Copy the full SHA
    74e7153 View commit details
    Browse the repository at this point in the history
  2. turn into a candidate addition

    I didn't follow the pattern 'change_N' for the id,
    because this change will also be present in json-ld-syntax (in comment/terms),
    and so will probably require a candidate addition in that spec too (with a different index).
    Hence the more robust id used here.
    pchampin committed Feb 28, 2025
    Configuration menu
    Copy the full SHA
    913511d View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2025

  1. Update index.html

    Co-authored-by: Ted Thibodeau Jr 
    pchampin and TallTed authored Mar 12, 2025
    Configuration menu
    Copy the full SHA
    b037802 View commit details
    Browse the repository at this point in the history
Loading