- From: <bugzilla@jessica.w3.org>
- Date: Fri, 05 Nov 2010 16:25:17 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=11217
Doug Jones <jbdoug2@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jbdoug2@gmail.com
--- Comment #2 from Doug Jones <jbdoug2@gmail.com> 2010-11-05 16:25:17 UTC ---
(In reply to comment #0)
> Specification: http://dev.w3.org/html5/spec/Overview.html
> Section: http://www.whatwg.org/specs/web-apps/current-work/complete.html#top
>
> Comment:
> Footnotes
Are you asking for an element such as <note> to specifically identify content
as a footnote, etc? Otherwise, a note can be placed in a <p> or <li> element in
an <aside> section. It seems to me that aside is a better choice than figure.
<aside class="footnote">
<ol>
<li value="1">First footnote.</li>
<li value="2">Second footnote.</li>
</ol>
</aside>
I agree that a note is a structural aspect of a document, but am not sure if a
separate element is required. There are not elements for chapter or sentence.
Doug Jones
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Friday, 5 November 2010 16:25:20 UTC