On Tue, 31 Oct 2006 22:53:04 +0600, Håkon Wium Lie <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]>
[ICQ: 115226275] http://feldgendler.livejournal.com

Reply via email to