<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.whatwg.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Tswicegood</id>
	<title>WHATWG Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.whatwg.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Tswicegood"/>
	<link rel="alternate" type="text/html" href="https://wiki.whatwg.org/wiki/Special:Contributions/Tswicegood"/>
	<updated>2026-04-05T13:24:51Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://wiki.whatwg.org/index.php?title=Cite_element&amp;diff=5360</id>
		<title>Cite element</title>
		<link rel="alternate" type="text/html" href="https://wiki.whatwg.org/index.php?title=Cite_element&amp;diff=5360"/>
		<updated>2010-08-14T15:27:40Z</updated>

		<summary type="html">&lt;p&gt;Tswicegood: /* Opinions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Research, data, use cases, issues, and enhancements related to the HTML5 &amp;lt;code&amp;gt;cite&amp;lt;/code&amp;gt; element.&lt;br /&gt;
&lt;br /&gt;
== Speaker ==&lt;br /&gt;
The cite element has been used (and recommended to be used) to refer to speakers in a conversation, or individuals when quoting them, thus HTML5 should explicitly permit and encourage this use.&lt;br /&gt;
&lt;br /&gt;
This section serves to document both uses in the wild, and long-standing recommendations/documentations thereof.&lt;br /&gt;
&lt;br /&gt;
=== Examples in the Wild ===&lt;br /&gt;
* 2003-08-23: &amp;lt;cite&amp;gt;[http://diveintomark.org/archives/2003/08/29/semantics Won’t somebody please think of the gerbils?]&amp;lt;/cite&amp;gt; by &amp;lt;cite&amp;gt;[http://diveintomark.org/ Mark Pilgrim]&amp;lt;/cite&amp;gt;: &amp;lt;blockquote&amp;gt;I mark up names of people I link to (like in the list above) with the CITE tag, and I have a script that runs every night that aggregates those tags and creates posts by citation.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
* [http://www.geekinthepark.co.uk/transcripts/2008/brian-cant.html transcript of the presentation “What Brian Cant Never Taught You About Metadata”, by Drew McLellen] (this is from a template I provided the transcription company; all others are similar structure. brucel)&lt;br /&gt;
* Many blog posts on [http://adactio.com/journal/ adactio.com], e.g &amp;lt;cite&amp;gt;[http://adactio.com/journal/1398/ Blame]&amp;lt;/cite&amp;gt; from 2008-01-09: &amp;lt;blockquote&amp;gt;...something Bruce Sterling said at last year’s South by Southwest...&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
* Default WordPress theme (&amp;quot;Kubrick&amp;quot;) uses cite for name of commenters. That&#039;s approx 46 bajillion instances.&lt;br /&gt;
* The transcripts for comics (#34 and onward) at [http://www.cssquirrel.com/ CSSquirrel]. The links to the transcripts are hidden from sighted users, one example is: [http://www.cssquirrel.com/comicscripts/script35.htm Transcript #35 2009-09-08]&lt;br /&gt;
* 2005-05-16: Speakers in this &amp;lt;cite&amp;gt;[http://erikanderica.org/erik/work/lazarus/playtext/ Towneley Lazarus play]&amp;lt;/cite&amp;gt; edition are identified using CITE.&lt;br /&gt;
* [http://igofigure.com/page/testimonials/ Testimonials on the website for Go Figure Inc.] use cite to denote the names/locations of the people who provided the testimonial&lt;br /&gt;
* [http://guineylaw.com/testimonials/ The Law Offices of Thomas G Guiney] uses cite to mark up the names of speakers for testimonial quotes.&lt;br /&gt;
* [http://2009.dconstruct.org/podcast/makeitso/ Podcast transcript] from dConstruct 2009 ([http://2009.dconstruct.org/podcast/ more])&lt;br /&gt;
* Various &amp;quot;conversations&amp;quot;/transcripts at [http://peterjanes.ca/blog/ Petroglyphs], e.g. [http://peterjanes.ca/blog/2008/04/04/bang/ dialogue], and [http://peterjanes.ca/blog/wp-content/themes/petroglyphs/style.css CSS classes defined for terms, titles, etc.] ([http://peterjanes.ca/2005/citations/# XMDP])&lt;br /&gt;
* any article at Einfach für Alle (major german accessibility resource), e.g. [http://www.einfach-fuer-alle.de/artikel/ueberschriften-strukturen-in-html/] (see sidebar, 4th box from top labelled &amp;quot;mehr dazu:&amp;quot;) uses cite to mark up authors&#039; names&lt;br /&gt;
&lt;br /&gt;
=== Documentation ===&lt;br /&gt;
* 1998-04-24 &amp;lt;cite&amp;gt;[http://www.w3.org/TR/1998/REC-html40-19980424/struct/text.html#h-9.2.1 HTML 4.0 REC]&amp;lt;/cite&amp;gt; &amp;lt;blockquote&amp;gt;Contains a citation or a reference to other sources.&amp;lt;/blockquote&amp;gt;&amp;lt;blockquote&amp;gt;&amp;lt;p&amp;gt;As &amp;amp;lt;CITE&amp;amp;gt;Harry S. Truman&amp;amp;lt;/CITE&amp;amp;gt; said,&amp;lt;br&amp;gt;&amp;amp;lt;Q lang=&amp;quot;en-us&amp;quot;&amp;amp;gt;The buck stops here.&amp;amp;lt;/Q&amp;amp;gt;&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;More information can be found in &amp;amp;lt;CITE&amp;amp;gt;[ISO-0000]&amp;amp;lt;/CITE&amp;amp;gt;.&amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
* 1999-12-24 &amp;lt;cite&amp;gt;[http://www.w3.org/TR/html401/struct/text.html#edef-CITE HTML 4.01 REC]&amp;lt;/cite&amp;gt; (same definition and examples as quoted above).&lt;br /&gt;
* 2005-03-13: &amp;lt;cite&amp;gt;[http://tantek.com/presentations/2005/03/elementsofxhtml/ The Elements of Meaningful XHTML]&amp;lt;/cite&amp;gt; presentation (to an overflowing room at SXSW Interactive 2005 in Austin, TX) specifically, [http://tantek.com/presentations/2005/03/elementsofxhtml/#slide10 slide10 and following] document blog quote markup, and [http://tantek.com/presentations/2005/03/elementsofxhtml/#slide19 slide 19 and following] document conversation markup.&lt;br /&gt;
** 2005-09-29: update: &amp;lt;cite&amp;gt;[http://tantek.com/presentations/2005/09/elements-of-xhtml/ The Elements of Meaningful XHTML]&amp;lt;/cite&amp;gt; presentation (to a packed room at Web Essential 05 in Sydney Australia) again [http://tantek.com/presentations/2005/09/elements-of-xhtml/#slide10 slide 10 and following], and [http://tantek.com/presentations/2005/09/elements-of-xhtml/#slide34 slide 34 and following] respectively.&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
=== Counter-arguments ===&lt;br /&gt;
==== original intent of cite element ====&lt;br /&gt;
* 2007-06-07 &amp;lt;cite&amp;gt;Dan Connolly&amp;lt;/cite&amp;gt;, Editor of HTML 2.0, said in IRC that &amp;lt;blockquote cite=&amp;quot;http://krijnhoetmer.nl/irc-logs/html-wg/20070607#l-797&amp;quot;&amp;gt;&amp;amp;lt;cite&amp;amp;gt; was supposed to capture the chicago-manual-of-style idiom for titles of works. I have lost track of what it means these days.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
** This may have been the original intent (original theoretical purity), however, based on the example in the HTML4 spec(s) and adoption by the web community over the past 10+ years (see above examples in the wild), it makes more sense to define the &amp;amp;lt;cite&amp;amp;gt; element per actual usage (preferring authors), rather than original intent (theoretical purity), per the [http://www.w3.org/TR/html-design-principles/#priority-of-constituencies priority of constituencies HTML design principle]. - [[User:Tantek|Tantek]] 22:18, 13 August 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;DanC said allowing &amp;lt;nowiki&amp;gt;&amp;lt;cite&amp;gt;&amp;lt;/nowiki&amp;gt; for speakers was a bug in HTML 4 that happened because he was asleep at the wheel.&amp;quot;&lt;br /&gt;
** Regardless of what DanC as a &amp;lt;em&amp;gt;specifier&amp;lt;/em&amp;gt; may have intended, the authors have widely adopted the usage of cite for speakers, and thus since authors are considered over specifiers (per above-referenced design principle), we should prefer author usage over original specifier intent.&lt;br /&gt;
&lt;br /&gt;
==== speakers are not italicized typically ====&lt;br /&gt;
* &amp;quot;Since speakers aren&#039;t italicized typically, using &amp;lt;nowiki&amp;gt;&amp;lt;cite&amp;gt;&amp;lt;/nowiki&amp;gt; for them doesn&#039;t really make sense. &amp;quot;&lt;br /&gt;
** This sounds like either an argument from presentation, which seems backwards, as semantics should be determined first, and then authors can style semantics however they wish, or it&#039;s an argument from default presentation implementation, in which case once again per [http://www.w3.org/TR/html-design-principles/#priority-of-constituencies priority of constituencies HTML design principle], since authors are considered over implementers, we should respect author usage of cite for speakers over any particular implementer opinion of what cite should do or look like.&lt;br /&gt;
&lt;br /&gt;
=== Opinions ===&lt;br /&gt;
Opinions on whether HTML5 should explicitly permit and encourage use of the cite element to refer to speakers in a conversation, or individuals when quoting them:&lt;br /&gt;
&amp;lt;div class=&amp;quot;discussion&amp;quot;&amp;gt;&lt;br /&gt;
* +1 [http://www.zeldman.com/superfriends/ HTML5 Super Friends], specifically [http://www.zeldman.com/superfriends/guide/#cite cite element: review of data].&lt;br /&gt;
* +1 [[Tantek]]&lt;br /&gt;
* +1 [[User:Adactio|Jeremy Keith]]&lt;br /&gt;
* +1 Bruce Lawson, article agreeing with Tantek, July 06 [http://www.brucelawson.co.uk/2006/breaking-news-w3c-specs-are-not-word-of-god/ Breaking news: w3c specs are not the Word of God]&lt;br /&gt;
* +1 [http://wiki.whatwg.org/wiki/User:Cssquirrel Kyle Weems]&lt;br /&gt;
* +1 [http://wiki.whatwg.org/wiki/User:Erikvorhes Erik Vorhes]&lt;br /&gt;
* +1 [http://wiki.whatwg.org/wiki/Themattharris Matt Harris]&lt;br /&gt;
* -0 [[User:EdwardOConnor|EdwardOConnor]]&lt;br /&gt;
* +1 [[User:Xanthir|Tab Atkins Jr.]]&lt;br /&gt;
* +1 [http://www.rachaelmoore.name/web-design/html-web-design/citing-in-html5-cite-attribute-and-cite-tag/ Citing in HTML5] by Rachael L. Moore&lt;br /&gt;
* +1 [[User:Tcaspers|Tomas Caspers]]&lt;br /&gt;
* +1 [[NickFitz]]&lt;br /&gt;
* +1 [[User:Asbjornu|Asbjørn Ulsberg]]&lt;br /&gt;
* +1 [http://statichtml.com/2009/html5-cite-element.html HTML5&#039;s &amp;amp;lt;cite&amp;amp;gt; element: what is it good for?] by Steve Webster&lt;br /&gt;
* +1 [[User:Urlyman|Jonathan Schofield]]&lt;br /&gt;
* +1 [[User:Dalizard|Dimitar Haralanov]]&lt;br /&gt;
* +1 [[User:Pigsonthewing|Andy Mabbett]]&lt;br /&gt;
* +1 [[Tim White]]&lt;br /&gt;
* +1 [[Travis Swicegood]]&lt;br /&gt;
* ...&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== articles on speaker cite ===&lt;br /&gt;
Articles supporting the use of the cite element for marking up speakers:&lt;br /&gt;
* &amp;lt;cite&amp;gt;[http://24ways.org/2009/incite-a-riot 24 Ways: Incite A Riot]&amp;lt;/cite&amp;gt;, 2009-12-11, by Jeremy Keith&lt;br /&gt;
&lt;br /&gt;
=== speaker cite FAQ ===&lt;br /&gt;
Frequently Asked Questions about using the cite element for marking up speakers.&lt;br /&gt;
&lt;br /&gt;
==== how do you connect the speaker cite to what was said ====&lt;br /&gt;
&#039;&#039;&#039;Question:&#039;&#039;&#039; How could we connect the speaker, CITE to what was said, Q, without nesting? Perhaps using FOR, as in form labels:&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;cite for=&amp;quot;good&amp;quot;&amp;gt;Andy Mabbett&amp;lt;/cite&amp;gt; said &amp;lt;q id=&amp;quot;good&amp;quot;&amp;gt;This is good&amp;lt;/q&amp;gt;.&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;On the other hand, if we reverse that we could have a many-to-one relationship:&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;cite id=&amp;quot;andy&amp;quot;&amp;gt;Andy Mabbett&amp;lt;/cite&amp;gt; said &amp;lt;q for=&amp;quot;andy&amp;quot;&amp;gt;This is good&amp;lt;/q&amp;gt;&amp;lt;/nowiki&amp;gt; and later said &amp;lt;q for=&amp;quot;andy&amp;quot;&amp;gt;This is better&amp;lt;/q&amp;gt;.&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Answer:&#039;&#039;&#039; The existing [http://www.w3.org/TR/html401/struct/text.html#adef-cite-Q &#039;cite&#039; attribute] on the &amp;amp;lt;q&amp;amp;gt; and &amp;amp;lt;blockquote&amp;amp;gt; elements can be used for this, in HTML4 and later:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;background:#efe&amp;quot;&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;cite id=&amp;quot;andy&amp;quot;&amp;gt;Andy Mabbett&amp;lt;/cite&amp;gt; said &lt;br /&gt;
&amp;lt;q cite=&amp;quot;#andy&amp;quot;&amp;gt;This is good&amp;lt;/q&amp;gt;&lt;br /&gt;
 and later said &lt;br /&gt;
&amp;lt;q cite=&amp;quot;#andy&amp;quot;&amp;gt;This is better&amp;lt;/q&amp;gt;.&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== speaker cite related ===&lt;br /&gt;
* [[FAQ#The_.3Ccite.3E_element_should_allow_names_of_people_to_be_marked_up|WHATWG FAQ re cite and names of people]]&lt;br /&gt;
&lt;br /&gt;
== references ==&lt;br /&gt;
* [http://www.w3.org/TR/html401/struct/text.html#edef-CITE HTML 4.01 definition of the CITE element]&lt;/div&gt;</summary>
		<author><name>Tswicegood</name></author>
	</entry>
</feed>