<?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>15126</bug_id>
          
          <creation_ts>2011-12-09 06:59:58 +0000</creation_ts>
          <short_desc>&lt;cite&gt; tag should include an intra-article link to a full source citation (such as an MLA or APA citation in scholarly research)</short_desc>
          <delta_ts>2016-04-28 14:38:44 +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>HTML5 spec author view</component>
          <version>unspecified</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows NT</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Robert Miesen">robert.miesen</reporter>
          <assigned_to name="Michael[tm] Smith">mike</assigned_to>
          <cc>chaals</cc>
    
    <cc>ian</cc>
    
    <cc>kennyluck</cc>
    
    <cc>public-html-admin</cc>
    
    <cc>public-html-wg-issue-tracking</cc>
    
    <cc>robert.miesen</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>61291</commentid>
    <comment_count>0</comment_count>
    <who name="Robert Miesen">robert.miesen</who>
    <bug_when>2011-12-09 06:59:58 +0000</bug_when>
    <thetext>According to the current W3C draft of HTML5, the &lt;a href=&quot;http://dev.w3.org/html5/spec/text-level-semantics.html#the-cite-element&quot;&gt;&amp;lt;cite&amp;gt;&lt;/a&gt; element represents the title of a work. Currently, there is no way to succinctly specify a link to the full citation of a source in a scholarly citation format, such as the MLA or APA formats. This shortcoming results in a diminished markup language where one has to resort to using &lt;a href=&quot;http://dev.w3.org/html5/spec/text-level-semantics.html#the-a-element&quot;&gt;anchors&lt;/a&gt; which, while succeeds in getting the job done of providing a link to the full scholarly citation in an article, really should be part of the cite tag because of the tight semantic coupling of a source citation and a scholarly citation.

For example, the first citation in the Wikipedia article on &lt;cite&gt;Mercurial&lt;/cite&gt; &lt;a href=&quot;http://en.wikipedia.org/wiki/Mercurial&quot;&gt;(http://en.wikipedia.org/wiki/Mercurial)&lt;/a&gt; could be enhanced by using markup such as:
&lt;pre&gt;
&amp;lt;cite fullcitation=&amp;quot;cite_note-announced-0&amp;quot;&amp;gt;[1]&amp;lt;/cite&amp;gt;
&lt;/pre&gt;
as opposed to the current mechanism:
&lt;pre&gt;
&amp;lt;a href=&amp;quot;#cite_note-announced-0&amp;quot; wotsearchprocessed=&amp;quot;true&amp;quot;&amp;gt;&amp;lt;span&amp;gt;[&amp;lt;/span&amp;gt;1&amp;lt;span&amp;gt;]&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;
&lt;/pre&gt;

Furthermore, this modification to the &amp;lt;cite&amp;gt; tag would turn the discovery algorithm of a article citaiton analysis and visualization program trivial and much less error prone than the current mechanisms utilized for linking to the full citation of a source.

Please consider my proposed addition to the HTML5 language and provide feedback. Thank you in advance for your time and consideration.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>61292</commentid>
    <comment_count>1</comment_count>
    <who name="Robert Miesen">robert.miesen</who>
    <bug_when>2011-12-09 07:06:49 +0000</bug_when>
    <thetext>Sorry about the initial post: I didn&apos;t realize that Bugzilla would auto-encode all of the HTML markup I entered. Below is a cleaned-up version of the initial post that takes into account this auto-encoding:


According to the current W3C draft of HTML5, the &lt;cite&gt; element (http://dev.w3.org/html5/spec/text-level-semantics.html#the-cite-element) represents the title of a work. Currently, there is no way to succinctly specify a link to the full citation of a source in a scholarly citation format, such as the MLA or APA formats. This shortcoming results in a diminished markup language where one has to resort to using anchors (http://dev.w3.org/html5/spec/text-level-semantics.html#the-a-element) which, while succeeds in getting the job done of providing a link to the full scholarly citation in an article, really should be part of the cite tag because of the tight semantic coupling of a source citation and a scholarly citation.

For example, the first citation in the Wikipedia article on Mercurial (http://en.wikipedia.org/wiki/Mercurial) could be enhanced by using markup such as:

&lt;cite fullcitation=&quot;cite_note-announced-0&quot;&gt;[1]&lt;/cite&gt;

as opposed to the current mechanism:

&lt;a href=&quot;#cite_note-announced-0&quot; wotsearchprocessed=&quot;true&quot;&gt;&lt;span&gt;[&lt;/span&gt;1&lt;span&gt;]&lt;/span&gt;&lt;/a&gt;


Furthermore, this modification to the &lt;cite&gt; tag would turn the discovery algorithm of a article citaiton analysis and visualization program trivial and much less error prone than the current mechanisms utilized for linking to the full citation of a source.

Please consider my proposed addition to the HTML5 language and provide feedback. Thank you in advance for your time and consideration.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>63470</commentid>
    <comment_count>2</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2012-01-31 23:06:36 +0000</bug_when>
    <thetext>I don&apos;t understand what problem this solves. Surely &lt;a href=&quot;&quot;&gt; is orders of magnitude better as a solution for citing other works than any of the old-style citation format like MLA or APA.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>64812</commentid>
    <comment_count>3</comment_count>
    <who name="Robert Miesen">robert.miesen</who>
    <bug_when>2012-03-01 06:53:47 +0000</bug_when>
    <thetext>The modification of the cite tag as described above would allow for the combined benefits of allowing browsers and spider programs catalog citations (and the source for their citation, which in a scholarly article is *not always a URL*) and allow users to jump to the source being cited.

For an example of what I am talking about, please refer to http://liturgica.com/html/litJLitHist1.jsp. On this page, we have a number of citations of non-web based materials, such as books and magazine articles. Currently, we are using the anchor tag, but when we migrate it to HTML 5, I believe it makes logical sense for us to be using the cite tag. However, I believe that it makes little sense to have a cite tag without that cite tag having a way to reference in some form or another the actual source of the citation, whether it be a web page or a book or an article.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>126259</commentid>
    <comment_count>4</comment_count>
    <who name="Charles McCathieNevile">chaals</who>
    <bug_when>2016-04-28 14:38:44 +0000</bug_when>
    <thetext>This seems to have been fixed - you can put in whatever makes sense as a citation convention: https://w3c.github.io/html/textlevel-semantics.html#the-cite-element</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>