- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 22 Aug 2008 06:05:07 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv27267
Modified Files:
Overview.html
Log Message:
<details> is not for footnotes. (credit: hs) (whatwg r2102)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1274
retrieving revision 1.1275
diff -u -d -r1.1274 -r1.1275
--- Overview.html 22 Aug 2008 00:48:05 -0000 1.1274
+++ Overview.html 22 Aug 2008 06:05:05 -0000 1.1275
@@ -27252,6 +27252,10 @@
<p>The <code><a href="#details">details</a></code> element represents
additional information or controls which the user can obtain on demand.
+ <p class=note>The <code><a href="#details">details</a></code> element is
+ not appropriate for footnotes. Please see <a href="#footnotes">the section
+ on footnotes</a> for details on how to mark up footnotes.
+
<p>The first element child of a <code><a href="#details">details</a></code>
element, if it is a <code><a href="#legend">legend</a></code> element,
represents the summary of the details.
Received on Friday, 22 August 2008 06:05:41 UTC