<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.3//EN" "http://www.wapforum.org/DTD/wml13.dtd">
<wml>
 <!-- page name="index"-->
 <template>
  <do optional="false" label="Back Up" type="accept">
   <go enctype="application/x-www-form-urlencoded" method="get" sendreferer="true" href="#index"/>
  </do>
 </template>
 <card ordered="true" newcontext="false" id="index">
  <do optional="false" label="Back Up" type="accept">
   <noop/>
  </do>
  <do optional="false" label="Back" type="prev">
   <prev/>
  </do>
  <do optional="false" type="options" label="Next">
   <go enctype="application/x-www-form-urlencoded" method="get" sendreferer="true" href="#reference"/>
  </do>
  <a href="#reference" accesskey="1">The &lt;dfn&gt; Tag</a>
  <br/>
  <a href="#syntax" accesskey="2">Syntax</a>
  <br/>
  <a href="#attributes" accesskey="3">Attributes</a>
  <br/>
  <a href="#examples" accesskey="4">Examples</a>
  <br/>
  <a href="#differences" accesskey="5">Differences</a>
  <br/>
 </card>
 <card ordered="true" newcontext="false" id="reference">
  <do optional="false" type="options" label="Next">
   <go enctype="application/x-www-form-urlencoded" method="get" sendreferer="true" href="#syntax"/>
  </do>
  <!-- h2 -->
  <h2>The &lt;dfn&gt; tag in HTML 5</h2>
  <p>The term that is being defined can be any one of the following: </p>
  <p align="left"/>
  <p>Note that many HTML pages and even a significant number of examples on the web <span class="underlined">misuse</span> the title attribute for the definition of the term when it is supposed to be the term that is being defined. </p>
  <p align="left">
   <a href="#syntax">Next: Syntax</a>
   <br/>
   <a href="#index">Back Up: Menu</a>
   <br/>
  </p>
 </card>
 <card ordered="true" newcontext="false" id="syntax">
  <do optional="false" type="options" label="Next">
   <go enctype="application/x-www-form-urlencoded" method="get" sendreferer="true" href="#attributes"/>
  </do>
  <!-- h3 -->
  <h3>Syntax of the &lt;dfn&gt; tag</h3>
  <p align="left">
   <a href="#attributes">Next: Attributes</a>
   <br/>
   <a href="#reference">Prev: The &lt;dfn&gt; Tag</a>
   <br/>
   <a href="#index">Back Up: Menu</a>
   <br/>
  </p>
 </card>
 <card ordered="true" newcontext="false" id="attributes">
  <do optional="false" type="options" label="Next">
   <go enctype="application/x-www-form-urlencoded" method="get" sendreferer="true" href="#examples"/>
  </do>
  <!-- h3 -->
  <h3>Attributes of the &lt;dfn&gt; tag</h3>
  <!--TO DO: uses XMLStyles_wml1.xsl - delete XMLStyles_wml.xsl-->
  <p align="left">title attribute</p>
  <p align="left">The title attribute identifies the term that is being defined. Do <span class="underlined">not</span> use the title tag for the definition of the term or for the expanded meaning of an acronym or abbreviation when it is simply being expanded in the text that follows. </p>
  <p align="left">Unlike the <a href="../../attributes/">common attribute</a> of the same name, the title attribute of the &lt;dfn&gt; tag does <span class="underlined">not</span> inherit its value from an ancestor tag. However, the title attribute of a child <a href="../abbr-tag/">&lt;abbr&gt; tag</a> will be used, which is appropriate when the term being defined is the expanded meaning of an acronym or abbreviation rather than the abbreviation itself. </p>
  <p align="left">common attributes</p>
  <p align="left">In addition to the attributes above, which are specific to the &lt;dfn&gt; tag, any of the <a href="../../attributes/">common HTML attributes</a> can also be used. </p>
  <p align="left">
   <a href="#examples">Next: Examples</a>
   <br/>
   <a href="#syntax">Prev: Syntax</a>
   <br/>
   <a href="#index">Back Up: Menu</a>
   <br/>
  </p>
 </card>
 <card ordered="true" newcontext="false" id="examples">
  <do optional="false" type="options" label="Next">
   <go enctype="application/x-www-form-urlencoded" method="get" sendreferer="true" href="#differences"/>
  </do>
  <!-- h3 -->
  <h3>Examples of the dfn tag in HTML 5</h3>
  <p>An example where the term being defined is the content of the &lt;dfn&gt; tag: </p>
  <p align="left">&lt;dfn&gt;Love&lt;/dfn&gt; is a strong passionate feeling for another person.</p>
  <p>An example where the term being defined is specified in the title attribute: </p>
  <p align="left">A &lt;dfn id="blog-dfn" title="blog"&gt;blog or weblog&lt;/dfn&gt; is an online journal.</p>
  <p>Whenever a term is used it can refer back to the definition using an <a href="../a-tag/">&lt;a&gt; tag</a>: </p>
  <p align="left">Entries in a &lt;a href="#blog-dfn"&gt;blog&lt;/a&gt;usually appear in reverse chronological order.</p>
  <!-- h4 -->
  <h4>Examples where the term being defined is an acronym or its meaning</h4>
  <p>The value of the title attribute should be the term that is being defined. When there is an acronym or abbreviation involved, whether the acronym or its expansion appears in the title tag depends on whether it's the abbreviated form or its expanded meaning that is being defined. </p>
  <p>When an abbreviation is a short form of the actual term that is being defined, the title attribute should <span class="underlined">not</span> be the acronym or abbreviation that stands for the subject of the definition but rather its fully expanded meaning. Since this is the same purpose that the title attribute of the <a href="../abbr-tag/">&lt;abbr&gt; tag</a> serves, the title can simply be coded there: </p>
  <p align="left">&lt;dfn&gt;&lt;abbr title="Internet Corporation for Assigned Names and Numbers"&gt;ICANN&lt;/abbr&gt;&lt;/dfn&gt;is the international organization which helps ensure that Internet domain names are assigned in an orderly manner.</p>
  <p>When an acronym's meaning is being clarified by expanding it, then it is the acronym itself that is being defined and the title attribute of the parent &lt;dfn&gt; tag also needs to be coded to avoid having it assume the incorrect title value from the <a href="../abbr-tag/">&lt;abbr&gt; tag</a>: </p>
  <p align="left">When we use the acronym &lt;dfn title="RSS"&gt;&lt;abbr title="Really Simple Syndication"&gt;RSS&lt;/abbr&gt;&lt;/dfn&gt;it is the abbreviation for &lt;b&gt;Really Simple Syndication&lt;/b&gt;, not RDF Site Summary.</p>
  <p align="left">
   <a href="#differences">Next: Differences</a>
   <br/>
   <a href="#attributes">Prev: Attributes</a>
   <br/>
   <a href="#index">Back Up: Menu</a>
   <br/>
  </p>
 </card>
 <card ordered="true" newcontext="false" id="differences">
  <!-- h3 -->
  <h3>What's new in HTML 5</h3>
  <!-- h3 -->
  <h3>Differences between HTML 5 and earlier versions</h3>
  <p align="left">
   <a href="#examples">Prev: Examples</a>
   <br/>
   <a href="#index">Back Up: Menu</a>
   <br/>
  </p>
 </card>
</wml>

