Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update shortnames of CSS 2.1 and RDF 1.1 N-Quads #1560

Merged
merged 2 commits into from
Nov 13, 2024
Merged

Commits on Nov 13, 2024

  1. Update shortnames of CSS 2.1 and RDF 1.1 N-Quads

    Build now traps the fact that the shortname for CSS 2.1 and RDF 1.1 N-Quads
    do not match those used in the W3C API. This update aligns the shortnames
    accordingly.
    
    For CSS 2.1, shortname was `CSS2` instead of `CSS21`, probably because we used
    `/TR/CSS2/` at some point. Note: Reffy will need a short update as it uses the
    shortname to run dedicated pre-processing on the spec to extract definitions.
    I cannot think of other consequences that we need to worry about.
    
    For RDF 1.1 N-Quads, the canonical /TR URL returned by the W3C API ends with
    `/TR/n-quads/`, but the shortname is `rdf11-n-quads`. The longer shortname is
    inconsistent with the URL but consistent with the `rdf12-n-quads` shortname and
    allows the code to put both n-quads entries in the same series, as done in the
    W3C API: https://api.w3.org/specification-series/rdf-n-quads/specifications
    tidoust committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    74d0a53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5e2aa7 View commit details
    Browse the repository at this point in the history