[html5] r4027 - [e] (0) clarify example Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7644

whatwg at whatwg.org whatwg at whatwg.org
Mon Sep 28 19:14:03 PDT 2009


Author: ianh
Date: 2009-09-28 19:14:02 -0700 (Mon, 28 Sep 2009)
New Revision: 4027

Modified:
   index
   source
Log:
[e] (0) clarify example
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7644

Modified: index
===================================================================
--- index	2009-09-29 02:11:13 UTC (rev 4026)
+++ index	2009-09-29 02:14:02 UTC (rev 4027)
@@ -43273,13 +43273,14 @@
 
   <div class=example>
 
-   <p>In this example, two parts of a dialogue are annotated.</p>
+   <p>In this example, two parts of a dialogue are annotated with
+   footnote-like content using the <code title=attr-title><a href=#the-title-attribute>title</a></code> attribute.</p>
 
    <pre><p> <b>Customer</b>: Hello! I wish to register a complaint. Hello. Miss?
-<p> <b>Shopkeeper</b>: <span title="Colloquial pronunciation of 'What do you'"
+<p> <b>Shopkeeper</b>: <strong><span title="Colloquial pronunciation of 'What do you'"</strong>
 >Watcha</span> mean, miss?
 <p> <b>Customer</b>: Uh, I'm sorry, I have a cold. I wish to make a complaint.
-<p> <b>Shopkeeper</b>: Sorry, <span title="This is, of course, a lie.">we're
+<p> <b>Shopkeeper</b>: Sorry, <span <strong>title="This is, of course, a lie."</strong>>we're
 closing for lunch</span>.</pre>
 
   </div>

Modified: source
===================================================================
--- source	2009-09-29 02:11:13 UTC (rev 4026)
+++ source	2009-09-29 02:14:02 UTC (rev 4027)
@@ -48315,13 +48315,15 @@
 
   <div class="example">
 
-   <p>In this example, two parts of a dialogue are annotated.</p>
+   <p>In this example, two parts of a dialogue are annotated with
+   footnote-like content using the <code
+   title="attr-title">title</code> attribute.</p>
 
    <pre><p> <b>Customer</b>: Hello! I wish to register a complaint. Hello. Miss?
-<p> <b>Shopkeeper</b>: <span title="Colloquial pronunciation of 'What do you'"
+<p> <b>Shopkeeper</b>: <strong><span title="Colloquial pronunciation of 'What do you'"</strong>
 >Watcha</span> mean, miss?
 <p> <b>Customer</b>: Uh, I'm sorry, I have a cold. I wish to make a complaint.
-<p> <b>Shopkeeper</b>: Sorry, <span title="This is, of course, a lie.">we're
+<p> <b>Shopkeeper</b>: Sorry, <span <strong>title="This is, of course, a lie."</strong>>we're
 closing for lunch</span>.</pre>
 
   </div>




More information about the Commit-Watchers mailing list