hixie: Correctness (whatwg r6238)

hixie: Correctness (whatwg r6238)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5001&r2=1.5002&f=h
http://html5.org/tools/web-apps-tracker?from=6237&to=6238

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5001
retrieving revision 1.5002
diff -u -d -r1.5001 -r1.5002
--- Overview.html 15 Jun 2011 23:22:25 -0000 1.5001
+++ Overview.html 15 Jun 2011 23:56:22 -0000 1.5002
@@ -17123,22 +17123,23 @@
   element represents an instance of the term defined by the
   <code><a href="#the-dfn-element">dfn</a></code> element.<div class="example">
 
-   <p>In the following fragment, the term "GDO" is first defined in
-   the first paragraph, then used in the second.</p>
+   <p>In the following fragment, the term "Garage Door Opener" is
+   first defined in the first paragraph, then used in the second. In
+   both cases, its abbreviation is what is actually displayed.</p>
 
-   <pre>&lt;p&gt;The &lt;dfn&gt;&lt;abbr title="Garage Door Opener"&gt;GDO&lt;/abbr&gt;&lt;/dfn&gt;
+   <pre>&lt;p&gt;The <strong>&lt;dfn&gt;&lt;abbr title="Garage Door Opener"&gt;GDO&lt;/abbr&gt;&lt;/dfn&gt;</strong>
 is a device that allows off-world teams to open the iris.&lt;/p&gt;
 &lt;!-- ... later in the document: --&gt;
-&lt;p&gt;Teal'c activated his &lt;abbr title="Garage Door Opener"&gt;GDO&lt;/abbr&gt;
+&lt;p&gt;Teal'c activated his <strong>&lt;abbr title="Garage Door Opener"&gt;GDO&lt;/abbr&gt;</strong>
 and so Hammond ordered the iris to be opened.&lt;/p&gt;</pre>
 
    <p>With the addition of an <code><a href="#the-a-element">a</a></code> element, the reference
    can be made explicit:</p>
 
-   <pre>&lt;p&gt;The &lt;dfn id=gdo&gt;&lt;abbr title="Garage Door Opener"&gt;GDO&lt;/abbr&gt;&lt;/dfn&gt;
+   <pre>&lt;p&gt;The &lt;dfn <strong>id=gdo</strong>&gt;&lt;abbr title="Garage Door Opener"&gt;GDO&lt;/abbr&gt;&lt;/dfn&gt;
 is a device that allows off-world teams to open the iris.&lt;/p&gt;
 &lt;!-- ... later in the document: --&gt;
-&lt;p&gt;Teal'c activated his &lt;a href=#gdo&gt;&lt;abbr title="Garage Door Opener"&gt;GDO&lt;/abbr&gt;&lt;/a&gt;
+&lt;p&gt;Teal'c activated his <strong>&lt;a href=#gdo&gt;</strong>&lt;abbr title="Garage Door Opener"&gt;GDO&lt;/abbr&gt;<strong>&lt;/a&gt;</strong>
 and so Hammond ordered the iris to be opened.&lt;/p&gt;</pre>
 
   </div><h4 id="the-abbr-element"><span class="secno">4.6.9 </span>The <dfn><code>abbr</code></dfn> element</h4><dl class="element"><dt>Categories</dt>

Received on Friday, 17 June 2011 09:52:14 UTC