This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 13901 - 4.13.5 Footnotes Your recommendation for longer annotations is a bit clumsy when it comes to styling footnotes with multiple paragraphs. Would something like this be better? <section> <a id="fn1" href="#r1">[1]</a><p>This is, naturally, a lie.</p> <p>Pa
Summary: 4.13.5 Footnotes Your recommendation for longer annotations is a bit clumsy w...
Status: RESOLVED NEEDSINFO
Alias: None
Product: HTML WG
Classification: Unclassified
Component: HTML5 spec (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: ---
Assignee: Ian 'Hixie' Hickson
QA Contact: HTML WG Bugzilla archive list
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-25 14:51 UTC by contributor
Modified: 2011-10-17 19:21 UTC (History)
4 users (show)

See Also:


Attachments

Description contributor 2011-08-25 14:51:47 UTC
Specification: http://dev.w3.org/html5/spec/Overview.html
Multipage: http://www.whatwg.org/C#top
Complete: http://www.whatwg.org/c#top

Comment:
4.13.5 Footnotes

Your recommendation for longer annotations is a bit clumsy when it comes to
styling footnotes with multiple paragraphs. Would something like this be
better?

<section>
 <a id="fn1" href="#r1">[1]</a><p>This is, naturally, a lie.</p>
 <p>Paradoxically if it were true he could not say so without
 contradicting the interviewer and thus making it false.</p>
</section>

Posted from: 201.78.238.79
User agent: Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.215 Safari/535.1
Comment 1 Ian 'Hixie' Hickson 2011-10-17 19:21:37 UTC
EDITOR'S RESPONSE: This is an Editor's Response to your comment. If you are satisfied with this response, please change the state of this bug to CLOSED. If you have additional information and would like the editor to reconsider, please reopen this bug. If you would like to escalate the issue to the full HTML Working Group, please add the TrackerRequest keyword to this bug, and suggest title and text for the tracker issue; or you may create a tracker issue yourself, if you are able to do so. For more details, see this document:
   http://dev.w3.org/html5/decision-policy/decision-policy.html

Status: Did Not Understand Request
Change Description: no spec change
Rationale: I don't really understand. Isn't this a straight-forward extension of what the spec suggests already?