html5/spec spec.html,1.1539,1.1540 text-level-semantics.html,1.1043,1.1044

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv24797

Modified Files:
	spec.html text-level-semantics.html 
Log Message:
Correctness (whatwg r6238)

[updated by splitter]


Index: text-level-semantics.html
===================================================================
RCS file: /sources/public/html5/spec/text-level-semantics.html,v
retrieving revision 1.1043
retrieving revision 1.1044
diff -u -d -r1.1043 -r1.1044
--- text-level-semantics.html	13 Jun 2011 23:46:52 -0000	1.1043
+++ text-level-semantics.html	16 Jun 2011 00:47:22 -0000	1.1044
@@ -905,22 +905,23 @@
   element represents an instance of the term defined by the
   <code><a href="#the-dfn-element">dfn</a></code> element.</p><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>

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1539
retrieving revision 1.1540
diff -u -d -r1.1539 -r1.1540
--- spec.html	15 Jun 2011 23:46:49 -0000	1.1539
+++ spec.html	16 Jun 2011 00:47:21 -0000	1.1540
@@ -347,7 +347,7 @@
     <a href="Overview.html">single page HTML</a>,
     <a href="spec.html">multipage HTML</a>,
     <a href="author/">web developer edition</a>.
-This is revision 1.5001.
+This is revision 1.5002.
    </p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2011 <a href="http://www.w3.org/"><abbr title="World Wide

Received on Thursday, 16 June 2011 00:47:34 UTC