- From: poot <cvsmail@w3.org>
- Date: Fri, 17 Jun 2011 05:52:08 -0400
- To: public-html-diffs@w3.org
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><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 Friday, 17 June 2011 09:52:14 UTC