- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 02 Feb 2010 17:04:55 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/elements
In directory hutz:/tmp/cvs-serv29618/elements
Modified Files:
details.html
Added Files:
summary.html
Log Message:
added figcaption and summary; made tweaks to build files so that we can generate a WHATWG copy
--- NEW FILE: summary.html ---
<div xmlns="http://www.w3.org/1999/xhtml">
<h4>The summary element</h4>
<div id="shortdesc">summary, caption, or legend for a details control</div>
<div id="longdesc">
<p>The
<a href="#summary" class="element">summary</a>
element represents a summary, caption, or legend for a
<a href="#details" class="element">details</a>
element.</p>
</div>
<div id="prose-model">Phrasing content</div>
</div>
Index: details.html
===================================================================
RCS file: /sources/public/html5/markup/elements/details.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- details.html 20 Jan 2009 18:42:29 -0000 1.3
+++ details.html 2 Feb 2010 17:04:53 -0000 1.4
@@ -1,10 +1,19 @@
<div xmlns="http://www.w3.org/1999/xhtml">
<h4>The details element</h4>
- <div id="shortdesc">additional on-demand information</div>
+ <div id="shortdesc">control for additional on-demand information</div>
<div id="longdesc">
<p>The <a href="#details" class="element">details</a> element
- represents additional information or controls which the user
- can obtain on demand.</p>
+ represents a control from which the user can obtain additional
+ information or controls on-demand.</p>
+ </div>
+ <div id="prose-model">
+ <p>Optionally, a single
+ <a href="#summary" class="element">summary</a>
+ element, followed by
+ <a href="#common.elem.flow">flow elements</a>
+ and
+ <a href="#normal-character-data">normal character data</a>
+ </p>
</div>
<div id="attributes">
<dl>
Received on Tuesday, 2 February 2010 17:05:00 UTC