- From: Kornel Lesinski <kornel@ideadesigners.com>
- Date: Thu, 13 Oct 2005 02:20:03 +0100
On Wed, 12 Oct 2005 22:31:23 +0100, James Graham <jg307 at cam.ac.uk> wrote: > Maybe not, but there's a large class of problems for which this would > provide a neat solution e.g. a scientific document ("fig. 15 shows the > results of the numerical calculations described in section 3"). That's another interesting use-case. Maybe <ref /> should be implemented as CSS property? Then you could use it like that: img {counter: fig; counter-increment: fig;} ref {content: counter-of( attr(to), fig );} -- regards, Kornel Lesinski
Received on Wednesday, 12 October 2005 18:20:03 UTC