- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 29 Sep 2009 02:05:49 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv2971
Modified Files:
Overview.html
Log Message:
clarify example (whatwg r4027)
Index: Overview.html
===================================================================
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><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><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:05:58 UTC