[html5] r6238 - [e] (0) Correctness Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12419

whatwg at whatwg.org whatwg at whatwg.org
Wed Jun 15 16:56:18 PDT 2011


Author: ianh
Date: 2011-06-15 16:56:16 -0700 (Wed, 15 Jun 2011)
New Revision: 6238

Modified:
   complete.html
   index
   source
Log:
[e] (0) Correctness
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12419

Modified: complete.html
===================================================================
--- complete.html	2011-06-15 23:22:19 UTC (rev 6237)
+++ complete.html	2011-06-15 23:56:16 UTC (rev 6238)
@@ -20387,22 +20387,23 @@
 
   <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>

Modified: index
===================================================================
--- index	2011-06-15 23:22:19 UTC (rev 6237)
+++ index	2011-06-15 23:56:16 UTC (rev 6238)
@@ -20377,22 +20377,23 @@
 
   <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>

Modified: source
===================================================================
--- source	2011-06-15 23:22:19 UTC (rev 6237)
+++ source	2011-06-15 23:56:16 UTC (rev 6238)
@@ -21975,22 +21975,23 @@
 
   <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</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>




More information about the Commit-Watchers mailing list