hixie: clarify example (whatwg r4027)

hixie: clarify example (whatwg r4027)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3188&r2=1.3189&f=h
http://html5.org/tools/web-apps-tracker?from=4026&to=4027

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3188
retrieving revision 1.3189
diff -u -d -r1.3188 -r1.3189
--- Overview.html 29 Sep 2009 02:02:57 -0000 1.3188
+++ Overview.html 29 Sep 2009 02:05:46 -0000 1.3189
@@ -38756,13 +38756,14 @@
   </div><h4 id="footnotes"><span class="secno">4.12.3 </span>Footnotes</h4><p>HTML does not have a dedicated mechanism for marking up
   footnotes. Here are the recommended alternatives.<hr><p>For short inline annotations, the <code title="attr-title"><a href="#the-title-attribute">title</a></code> attribute should be used.<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>&lt;p&gt; &lt;b&gt;Customer&lt;/b&gt;: Hello! I wish to register a complaint. Hello. Miss?
-&lt;p&gt; &lt;b&gt;Shopkeeper&lt;/b&gt;: &lt;span title="Colloquial pronunciation of 'What do you'"
+&lt;p&gt; &lt;b&gt;Shopkeeper&lt;/b&gt;: <strong>&lt;span title="Colloquial pronunciation of 'What do you'"</strong>
 &gt;Watcha&lt;/span&gt; mean, miss?
 &lt;p&gt; &lt;b&gt;Customer&lt;/b&gt;: Uh, I'm sorry, I have a cold. I wish to make a complaint.
-&lt;p&gt; &lt;b&gt;Shopkeeper&lt;/b&gt;: Sorry, &lt;span title="This is, of course, a lie."&gt;we're
+&lt;p&gt; &lt;b&gt;Shopkeeper&lt;/b&gt;: Sorry, &lt;span <strong>title="This is, of course, a lie."</strong>&gt;we're
 closing for lunch&lt;/span&gt;.</pre>
 
   </div><hr><p>For longer annotations, the <code><a href="#the-a-element">a</a></code> element should be

Received on Tuesday, 29 September 2009 02:06:40 UTC