Skip to content

Clarification on CSS Cascade #563

@marcoscaceres

Description

@marcoscaceres

Hi @tabatkins ... we have an interesting issue. Terms like [=used value=] are defined in both "css-cascade-3" and "css-cascade-4", but under the short name "css-cascade".

When citing, ideally authors would have the option to just cite "css-cascade", meaning "the latest" or "highest level". However, ""css-cascade" is not aliased in Specref.... we are unsure if:

  1. we should explicitly alias "css-cascade" to "css-cascade-4" in biblio.js?
  2. in xref, just always assume that "css-cascade" means "css-cascade-4" (or the one with the highest level)

Right now, the we are overcoming this problem by using a localBiblio:

        localBiblio: {
          "css-cascade": {
            aliasOf: "css-cascade-4"
          }
        }

But that doesn't seem great. cc @sidvishnoi

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions