<?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>23049</bug_id>
          
          <creation_ts>2013-08-23 10:53:16 +0000</creation_ts>
          <short_desc>New definition of &lt;cite&gt; is unclear on representing titles of works</short_desc>
          <delta_ts>2013-08-27 09:47:20 +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</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="Josh Tumath">josh</reporter>
          <assigned_to name="steve faulkner">faulkner.steve</assigned_to>
          <cc>faulkner.steve</cc>
    
    <cc>heydon</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>92501</commentid>
    <comment_count>0</comment_count>
    <who name="Josh Tumath">josh</who>
    <bug_when>2013-08-23 10:53:16 +0000</bug_when>
    <thetext>In the previous definition of the cite element, it was clear that its use was intended for representing titles of works. For example:

  &lt;p&gt;I like to watch &lt;cite&gt;Doctor Who&lt;/cite&gt;, because...&lt;/p&gt;

However, the definition of the element is now the following:

&quot;The cite element represents reference information about the source of quoted text.&quot;

This makes it unclear whether the element can still be used as with the previous definition, where the element is used to show the title of something and does not have to be used near a quote.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>92509</commentid>
    <comment_count>1</comment_count>
    <who name="heydon">heydon</who>
    <bug_when>2013-08-23 11:58:09 +0000</bug_when>
    <thetext>(In reply to comment #0)
&gt; In the previous definition of the cite element, it was clear that its use
&gt; was intended for representing titles of works. For example:
&gt; 
&gt;   &lt;p&gt;I like to watch &lt;cite&gt;Doctor Who&lt;/cite&gt;, because...&lt;/p&gt;
&gt; 
&gt; However, the definition of the element is now the following:
&gt; 
&gt; &quot;The cite element represents reference information about the source of
&gt; quoted text.&quot;
&gt; 
&gt; This makes it unclear whether the element can still be used as with the
&gt; previous definition, where the element is used to show the title of
&gt; something and does not have to be used near a quote.

My immediate reaction is that it should say &quot;quoted content&quot; not &quot;quoted text&quot;. 

Perhaps even just &quot;source of some content&quot;...

Or are citations just for text and not images, illustrations etc?

Regarding the works/authors confusion, would the below be too clumsy?

&quot;The cite element represents reference information and the source of some content, be it the author of that content or a work by an author&quot;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>92631</commentid>
    <comment_count>2</comment_count>
    <who name="steve faulkner">faulkner.steve</who>
    <bug_when>2013-08-27 09:22:22 +0000</bug_when>
    <thetext>(In reply to comment #0)
&gt; In the previous definition of the cite element, it was clear that its use
&gt; was intended for representing titles of works. For example:
&gt; 
&gt;   &lt;p&gt;I like to watch &lt;cite&gt;Doctor Who&lt;/cite&gt;, because...&lt;/p&gt;
&gt; 
&gt; However, the definition of the element is now the following:
&gt; 
&gt; &quot;The cite element represents reference information about the source of
&gt; quoted text.&quot;
&gt; 
&gt; This makes it unclear whether the element can still be used as with the
&gt; previous definition, where the element is used to show the title of
&gt; something and does not have to be used near a quote.

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: Accepted
Change Description: made it clearer and added example (doctor who) please review
http://www.w3.org/html/wg/drafts/html/master/text-level-semantics.html#the-cite-element
Rationale: agreed it was unclear and that the cite element should allow the use case.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>92633</commentid>
    <comment_count>3</comment_count>
    <who name="Josh Tumath">josh</who>
    <bug_when>2013-08-27 09:45:34 +0000</bug_when>
    <thetext>Thanks for changing it. The use of a note makes the definition much clearer.

Just a small typo: in the new example, you&apos;re missing a closing bracket:

&lt;p&gt;Who is your favorite doctor (in &lt;cite&gt;Doctor Who&lt;/cite&gt;?&lt;/p&gt;
&lt;p&gt;Who is your favorite doctor (in &lt;cite&gt;Doctor Who&lt;/cite&gt;)?&lt;/p&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>92634</commentid>
    <comment_count>4</comment_count>
    <who name="steve faulkner">faulkner.steve</who>
    <bug_when>2013-08-27 09:47:20 +0000</bug_when>
    <thetext>(In reply to comment #3)
&gt; Thanks for changing it. The use of a note makes the definition much clearer.
&gt; 
&gt; Just a small typo: in the new example, you&apos;re missing a closing bracket:
&gt; 
&gt; &lt;p&gt;Who is your favorite doctor (in &lt;cite&gt;Doctor Who&lt;/cite&gt;?&lt;/p&gt;
&gt; &lt;p&gt;Who is your favorite doctor (in &lt;cite&gt;Doctor Who&lt;/cite&gt;)?&lt;/p&gt;

thanks fixing!</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>