- From: Håkon Wium Lie <howcome@opera.com>
- Date: Tue, 31 Oct 2006 19:59:14 +0100
Also sprach Alexey Feldgendler: > > 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. The proposal suggests this: article::after { content: pending(endnote); } http://www.w3.org/TR/2006/WD-css3-gcpm-20060919/#endnotes -h&kon H?kon Wium Lie CTO ??e?? howcome at opera.com http://people.opera.com/howcome
Received on Tuesday, 31 October 2006 10:59:14 UTC