- From: Alexey Feldgendler <alexey@feldgendler.ru>
- Date: Tue, 31 Oct 2006 23:46:19 +0600
On Tue, 31 Oct 2006 22:53:04 +0600, H?kon Wium Lie <howcome at opera.com>
wrote:
> I agree. W3C recently published a proposal on how to achieve
> footnote/endnote presentations using the same markup [1]. The proposal
> is quite simple. Given this markup:
>
> <div class=note>..</div>
>
> you would achieve footnoes with:
>
> .note { position: footnote }
>
> ane endnotes with:
>
> .note { position: endnote }
>
> Comments welcome.
I would also welcome something like
article::after { content: endnotes() }
...to indicate where all those endnotes should go.
--
Alexey Feldgendler <alexey at feldgendler.ru>
[ICQ: 115226275] http://feldgendler.livejournal.com
Received on Tuesday, 31 October 2006 09:46:19 UTC