- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 15 Jun 2011 23:56:26 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv20272 Modified Files: Overview.html Log Message: Correctness (whatwg r6238) Index: Overview.html =================================================================== 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><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>
Received on Wednesday, 15 June 2011 23:56:31 UTC