<?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>13959</bug_id>
          
          <creation_ts>2011-08-29 19:10:04 +0000</creation_ts>
          <short_desc>dfn no longer supports unfamiliar terms that lack contextual definition</short_desc>
          <delta_ts>2011-08-30 11:34:27 +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>Other</rep_platform>
          <op_sys>other</op_sys>
          <bug_status>CLOSED</bug_status>
          <resolution>WORKSFORME</resolution>
          
          
          <bug_file_loc>http://www.whatwg.org/specs/web-apps/current-work/#the-dfn-element</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P3</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>contributor</reporter>
          <assigned_to name="Ian &apos;Hixie&apos; Hickson">ian</assigned_to>
          <cc>aaron</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>56002</commentid>
    <comment_count>0</comment_count>
    <who name="">contributor</who>
    <bug_when>2011-08-29 19:10:04 +0000</bug_when>
    <thetext>Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html
Multipage: http://www.whatwg.org/C#the-dfn-element
Complete: http://www.whatwg.org/c#the-dfn-element

Comment:
I think the change to dfn being the defining instance of a term removes one
previously solid use case for dfn: defining unfamiliar terms that may make no
sense to define in context. For instance, use of &quot;borrowed&quot; terms and phrases
from other languages that may be unfamiliar to the reader. In that case, a
simple dfn element with lang attribute and title to define the term or phrase
seems proper. Without that use available, there becomes a hole in HTML&apos;s
semantics that was previously plugged and there are no other elements that
make sense to replace dfn in that instance.

Posted from: 74.221.190.5
User agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.215 Safari/535.1</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>56003</commentid>
    <comment_count>1</comment_count>
    <who name="Aaron Gustafson">aaron</who>
    <bug_when>2011-08-29 19:16:22 +0000</bug_when>
    <thetext>The change to dfn being the defining instance of a term removes one previously solid use case for dfn: defining unfamiliar terms that may make no sense to define in context. For instance, use of &quot;borrowed&quot; terms and phrases from other languages. For example:

&lt;p&gt;I like to work with markup languages because &lt;strong&gt;they are simple and easy to read&lt;/strong&gt;. They also have that certain &lt;dfn lang=&quot;fr&quot; title=&quot;I don&amp;#8217;t know what&quot;&gt;je ne sais quoi&lt;/dfn&gt;.&lt;/p&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>56025</commentid>
    <comment_count>2</comment_count>
    <who name="Simon Pieters">zcorpan</who>
    <bug_when>2011-08-30 05:41:34 +0000</bug_when>
    <thetext>(In reply to comment #1)
&gt; The change to dfn being the defining instance of a term removes one previously
&gt; solid use case for dfn: defining unfamiliar terms that may make no sense to
&gt; define in context. For instance, use of &quot;borrowed&quot; terms and phrases from other
&gt; languages. For example:
&gt; 
&gt; &lt;p&gt;I like to work with markup languages because &lt;strong&gt;they are simple and
&gt; easy to read&lt;/strong&gt;. They also have that certain &lt;dfn lang=&quot;fr&quot; title=&quot;I
&gt; don&amp;#8217;t know what&quot;&gt;je ne sais quoi&lt;/dfn&gt;.&lt;/p&gt;

The spec has a similar example:

&lt;p&gt;There is a certain &lt;i lang=&quot;fr&quot;&gt;je ne sais quoi&lt;/i&gt; in the air.&lt;/p&gt;
http://www.whatwg.org/specs/web-apps/current-work/complete/text-level-semantics.html#the-i-element

Your example says the language of the title is french. Maybe you could mark it up as follows:

&lt;p&gt;I like to work with markup languages because &lt;strong&gt;they are simple and easy to read&lt;/strong&gt;. They also have that certain &lt;span title=&quot;I don&amp;#8217;t know what&quot;&gt;&lt;i lang=&quot;fr&quot;&gt;je ne sais quoi&lt;/i&gt;&lt;/span&gt;.&lt;/p&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>56026</commentid>
    <comment_count>3</comment_count>
    <who name="Simon Pieters">zcorpan</who>
    <bug_when>2011-08-30 05:42:57 +0000</bug_when>
    <thetext>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: no spec change
Rationale: See comment 2.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>56036</commentid>
    <comment_count>4</comment_count>
    <who name="Aaron Gustafson">aaron</who>
    <bug_when>2011-08-30 11:34:27 +0000</bug_when>
    <thetext>(In reply to comment #2)
&gt; The spec has a similar example:
&gt; 
&gt; &lt;p&gt;There is a certain &lt;i lang=&quot;fr&quot;&gt;je ne sais quoi&lt;/i&gt; in the air.&lt;/p&gt;
&gt; http://www.whatwg.org/specs/web-apps/current-work/complete/text-level-semantics.html#the-i-element

Ok, so i has replaced dfn in managing these cases. I guess that makes sense. Thanks!</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>