tr-design
tr-design copied to clipboard
Highlight selected bibliography citation
It would be really great if we could copy Wikipedia's behavior for when linking to an internal bibliographical citation. That is, :target should distinguish the selected bibliographical entry.
For example (see 5 below):

Some variation of the following the following could work, as both ReSpec and Bikeshed use #references as the id for the References section:
#references dt:target, #references dt:target + dd {
background-color: rgb(220,220,220);
}
What would be needed to land a change for this? Is it just a matter of a corresponding pull request?
@ThisIsMissEm, yes, just a pull request... and maybe a sample page showing it working so we can see it/play with it.
hmm, okay, I'll see if I can make it happen.