- From: <bugzilla@jessica.w3.org>
- Date: Fri, 09 Dec 2011 07:00:31 +0000
- To: public-html@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=15126 Summary: <cite> tag should include an intra-article link to a full source citation (such as an MLA or APA citation in scholarly research) Product: HTML WG Version: unspecified Platform: PC OS/Version: Windows NT Status: NEW Severity: normal Priority: P2 Component: HTML5 spec author view AssignedTo: mike@w3.org ReportedBy: robert.miesen@gmail.com QAContact: public-html-bugzilla@w3.org CC: public-html-wg-issue-tracking@w3.org, public-html@w3.org According to the current W3C draft of HTML5, the <a href="http://dev.w3.org/html5/spec/text-level-semantics.html#the-cite-element"><cite></a> 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 <a href="http://dev.w3.org/html5/spec/text-level-semantics.html#the-a-element">anchors</a> 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 <cite>Mercurial</cite> <a href="http://en.wikipedia.org/wiki/Mercurial">(http://en.wikipedia.org/wiki/Mercurial)</a> could be enhanced by using markup such as: <pre> <cite fullcitation="cite_note-announced-0">[1]</cite> </pre> as opposed to the current mechanism: <pre> <a href="#cite_note-announced-0" wotsearchprocessed="true"><span>[</span>1<span>]</span></a> </pre> Furthermore, this modification to the <cite> 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. -- Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
Received on Friday, 9 December 2011 08:12:21 UTC