- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 16 Jun 2011 00:47:26 +0000
- To: public-html-commits@w3.org
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><p>The <dfn><abbr title="Garage Door Opener">GDO</abbr></dfn> + <pre><p>The <strong><dfn><abbr title="Garage Door Opener">GDO</abbr></dfn></strong> is a device that allows off-world teams to open the iris.</p> <!-- ... later in the document: --> -<p>Teal'c activated his <abbr title="Garage Door Opener">GDO</abbr> +<p>Teal'c activated his <strong><abbr title="Garage Door Opener">GDO</abbr></strong> and so Hammond ordered the iris to be opened.</p></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><p>The <dfn id=gdo><abbr title="Garage Door Opener">GDO</abbr></dfn> + <pre><p>The <dfn <strong>id=gdo</strong>><abbr title="Garage Door Opener">GDO</abbr></dfn> is a device that allows off-world teams to open the iris.</p> <!-- ... later in the document: --> -<p>Teal'c activated his <a href=#gdo><abbr title="Garage Door Opener">GDO</abbr></a> +<p>Teal'c activated his <strong><a href=#gdo></strong><abbr title="Garage Door Opener">GDO</abbr><strong></a></strong> and so Hammond ordered the iris to be opened.</p></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> © 2011 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Thursday, 16 June 2011 00:47:34 UTC