<?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>23314</bug_id>
          
          <creation_ts>2013-09-21 10:45:52 +0000</creation_ts>
          <short_desc>Use of &lt;cite&gt; in &lt;blockquote&gt; has conflicting semantics</short_desc>
          <delta_ts>2013-09-23 23:28:32 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WHATWG</product>
          <component>HTML</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>WORKSFORME</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>Unsorted</target_milestone>
          <dependson>23175</dependson>
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Sam Ruby">rubys</reporter>
          <assigned_to name="Ian &apos;Hixie&apos; Hickson">ian</assigned_to>
          <cc>faulkner.steve</cc>
    
    <cc>ian</cc>
    
    <cc>josh</cc>
    
    <cc>mike</cc>
    
    <cc>public-html-admin</cc>
    
    <cc>public-html-wg-issue-tracking</cc>
    
    <cc>talktome</cc>
    
    <cc>xn--mlform-iua</cc>
          
          <qa_contact>contributor</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>93615</commentid>
    <comment_count>0</comment_count>
    <who name="Sam Ruby">rubys</who>
    <bug_when>2013-09-21 10:45:52 +0000</bug_when>
    <thetext>+++ This bug was initially created as a clone of Bug #23175 +++

The recent changes in the definitions of &lt;cite&gt; and &lt;blockquote&gt; have been a massive improvement. However, consider the following example:

  &lt;blockquote&gt;
    Who is your favourite doctor (in &lt;cite&gt;Doctor Who&lt;/cite&gt;)?
    - &lt;cite&gt;John Smith&lt;/cite&gt;
  &lt;/blockquote&gt;

We can see that, in that blockquote, there are two different uses for &lt;cite&gt;. The first represents the title of a work, and the second represents the source of the quote. Therefore, there is no semantic way to differentiate between the former and latter meaning.

Therefore, I&apos;d like to propose that it should be a requirement for authors to specify the source of a quote inside the &lt;footer&gt; element; rather than this just being optional.

Note that this is not a problem with inline quotes, because the &lt;cite&gt; would be outside the quote tags:

  &lt;q&gt;Who is your favourite doctor (in &lt;cite&gt;Doctor Who&lt;/cite&gt;)?&lt;/q&gt;
  - &lt;cite&gt;John Smith&lt;/cite&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>93648</commentid>
    <comment_count>1</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2013-09-23 15:52:48 +0000</bug_when>
    <thetext>Putting the source of the quote inside the &lt;blockquote&gt; at all is non-conforming, so this is a non-issue. (Also, putting a name in &lt;cite&gt; is non-conforming.)

The way you distinguish between something that&apos;s in the quote and something that&apos;s outside the quote is by looking at whether the thing is in the &lt;blockquote&gt; or not. It&apos;s actually very simple. :-)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>93650</commentid>
    <comment_count>2</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2013-09-23 15:53:05 +0000</bug_when>
    <thetext>*** Bug 23315 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>93700</commentid>
    <comment_count>3</comment_count>
    <who name="Josh Tumath">josh</who>
    <bug_when>2013-09-23 23:28:32 +0000</bug_when>
    <thetext>(In reply to Ian &apos;Hixie&apos; Hickson from comment #1)
&gt; Putting the source of the quote inside the &lt;blockquote&gt; at all is
&gt; non-conforming, so this is a non-issue. (Also, putting a name in &lt;cite&gt; is
&gt; non-conforming.)
&gt; 
&gt; The way you distinguish between something that&apos;s in the quote and something
&gt; that&apos;s outside the quote is by looking at whether the thing is in the
&gt; &lt;blockquote&gt; or not. It&apos;s actually very simple. :-)

This, to me, is the solution I prefer. However, we now have two specs giving contradictory definitions. Which one should I conform to?</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>