- From: Murray Altheim <murray@filbx2.nttc.edu>
- Date: Fri, 10 Mar 1995 10:21:43 -0400
- To: www-html@www10.w3.org, dsr@hplb.hpl.hp.com
On Mar 9, 11:48am, Dave Raggett wrote: > Subject: Re: FOOTNOTE element > > > > I'd like to put in a bid to have the FN element restored. Here's why. > > > 1) The content model of the <P> element makes it impossible to embed a > > footnote inside of a paragraph, so that something like this: > > This is a misunderstanding. The idea is that you use a hypertext link > from the paragraph to the footnote. The link would be represented with > the <A> element in the normal way. The draft proposal explains how, see: > > http://www.hpl.hp.co.uk/people/dsr/html3/notes.html > > This is under "Admonishments and Footnotes" in the table of contents. > > http://www.hpl.hp.co.uk/people/dsr/html3/Contents.html > > > 2) I don't think that the content model of NOTE is restrictive enough for a > > footnote element. Footnotes should be short, so things like tables and > > embedded notes and lists don't belong there. It would not be appropriate > > to restrict the content model of NOTE however, so a different element is > > needed for that purpose. > > The relaxed content model for NOTE doesn't seem sufficient justification > to me for introducing another new tag. HTML in general provides a lax > content model making it easy to convert other formats into HTML. > > -- Dave Raggett <dsr@w3.org> tel: +44 117 922 8046 fax: +44 117 922 8924 > Hewlett Packard Laboratories, Filton Road, Bristol BS12 6QZ, United Kingdom >-- End of excerpt from Dave Raggett Joe and Michael make good points about footnotes, but I tend to agree that keeping the language simple is paramount to continued success of the web. If a browser doesn't understand the footnote tag, what would happen? Just stuff the entire contents of the footnote inappropriately into the document at the point of footnote? I hope I haven't missed a prior part of this discussion, but rather than create a new tag, why not add an attribute like "FOOTNOTE" to the existing <A> tag that would allow a browser to either go to the HREF link, or just use it to pop the text of the HREF into a floating window? I think this might satisfy the requirement without creating any extra complications or tags. Existing browsers would ignore the attribute and use the HREF normally. This would still require footnotes to become separate documents, but would at least allow authors to specify usage. I've always managed footnote documents by naming them according to their "mother" document, as in "foobar_foot1.html". I'd love to imbed them in my documents, but I have to assume there are many folks whose browsers wouldn't handle them properly. Murray
Received on Friday, 10 March 1995 10:22:01 UTC