<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>11217</bug_id>
          
          <creation_ts>2010-11-04 12:35:37 +0000</creation_ts>
          <short_desc>Footnotes I find it hard to believe, that even today, HTML does not include a specific element for including notes within the text. Notes are necessary for the full argumentation in the text without still belonging to the main text itself, and they includ</short_desc>
          <delta_ts>2011-08-04 05:04:05 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>HTML WG</product>
          <component>LC1 HTML Canvas 2D Context</component>
          <version>unspecified</version>
          <rep_platform>Other</rep_platform>
          <op_sys>other</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>WONTFIX</resolution>
          
          
          <bug_file_loc>http://www.whatwg.org/specs/web-apps/current-work/#top</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P3</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>contributor</reporter>
          <assigned_to name="Ian &apos;Hixie&apos; Hickson">ian</assigned_to>
          <cc>ian</cc>
    
    <cc>jackalmage</cc>
    
    <cc>jbdoug2</cc>
    
    <cc>mike</cc>
    
    <cc>public-html-admin</cc>
    
    <cc>public-html-wg-issue-tracking</cc>
          
          <qa_contact name="HTML WG Bugzilla archive list">public-html-bugzilla</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>42116</commentid>
    <comment_count>0</comment_count>
    <who name="">contributor</who>
    <bug_when>2010-11-04 12:35:37 +0000</bug_when>
    <thetext>Specification: http://dev.w3.org/html5/spec/Overview.html
Section: http://www.whatwg.org/specs/web-apps/current-work/complete.html#top

Comment:
Footnotes

I find it hard to believe, that even today, HTML does not include a specific
element for including notes within the text. Notes are necessary for the full
argumentation in the text without still belonging to the main text itself, and
they include citations to sources and to the works of other authors,

In traditional publishing, these are usually reproduced as footnotes or
endnotes, occasionally even as margin notes. The note itself is a _structural_
element, independent of its typographical representation, and as such
definitively would need a _structural_ element of its own. In the section
&quot;Footnotes&quot; there are examples of how to represent notes usign HTML. These
examples are all focused on the way, how to produce visual effects that look
like footnotes/endnotes/margin notes. None of these examples goes to any way
of solving the problem of presenting notes _structurally_ within a HTML
document.

Footnotes are not going to disappear just because IT specialists do not use
them. A major part of the legal, social and humanistic professions do use
them, and the lack of a corresponding HTML element will have a strong adverse
effect on the useability of HTML as a document representation format.

Best Wishes,

Harri Kiiskinen

Posted from: 130.232.37.20</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>42120</commentid>
    <comment_count>1</comment_count>
    <who name="Tab Atkins Jr.">jackalmage</who>
    <bug_when>2010-11-04 13:35:36 +0000</bug_when>
    <thetext>&lt;figure&gt; can be used to mark up a footnote.  The display of footnotes is a CSS issue, not an HTML issue.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>42194</commentid>
    <comment_count>2</comment_count>
    <who name="Doug Jones">jbdoug2</who>
    <bug_when>2010-11-05 16:25:17 +0000</bug_when>
    <thetext>(In reply to comment #0)
&gt; Specification: http://dev.w3.org/html5/spec/Overview.html
&gt; Section: http://www.whatwg.org/specs/web-apps/current-work/complete.html#top
&gt; 
&gt; Comment:
&gt; Footnotes

Are you asking for an element such as &lt;note&gt; to specifically identify content as a footnote, etc? Otherwise, a note can be placed in a &lt;p&gt; or &lt;li&gt; element in an &lt;aside&gt; section. It seems to me that aside is a better choice than figure.

&lt;aside class=&quot;footnote&quot;&gt;
 &lt;ol&gt;
   &lt;li value=&quot;1&quot;&gt;First footnote.&lt;/li&gt;
   &lt;li value=&quot;2&quot;&gt;Second footnote.&lt;/li&gt;
 &lt;/ol&gt;
&lt;/aside&gt;

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</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>43601</commentid>
    <comment_count>3</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2010-12-29 08:14:09 +0000</bug_when>
    <thetext>EDITOR&apos;S RESPONSE: This is an Editor&apos;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: Rejected
Change Description: no spec change
Rationale: The spec lists a variety of ways of including inline notes already. It&apos;s not clear why they&apos;re not sufficient.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>52765</commentid>
    <comment_count>4</comment_count>
    <who name="Michael[tm] Smith">mike</who>
    <bug_when>2011-08-04 05:04:05 +0000</bug_when>
    <thetext>mass-move component to LC1</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>