-
Notifications
You must be signed in to change notification settings - Fork 147
Open
Description
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:
- we should explicitly alias "css-cascade" to "css-cascade-4" in biblio.js?
- 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
Labels
No labels