RE: Is there a way in respec to hyperlink to external refs?

Hi Travis.

ReSpec enables you to create reference links.

[[!HTML5]] Creates a normative reference entry for the html5 spec.
[!HTML5] Creates an informative reference

The list of values is saved in http://dev.w3.org/2009/dap/ReSpec.js/bibref/biblio.js

Is this what you are looking for?

Eliot


From: Travis Leithead [mailto:travis.leithead@microsoft.com]
Sent: Tuesday, August 28, 2012 2:54 PM
To: spec-prod@w3.org
Subject: Is there a way in respec to hyperlink to external refs?

Q: I'd like to include an auto-generated hyperlink to an external reference. I don't want to have to manually add the href attribute to each of these external references. Is there a way I can have a single definition that contains the hyperlink which is repeated to all occurances of that external reference?

E.g.,

The definition of Node from DOM4 is here: http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#node

I'd like to say succinctly that <a class="externalDFN">Node</a> but possibly add a syntax to replicate the long URL above into each of these external references.

Can this be done?

Received on Tuesday, 28 August 2012 22:01:17 UTC