- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 29 Jan 2010 03:06:20 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/elements
In directory hutz:/tmp/cvs-serv18633/elements
Modified Files:
datalist.html
Log Message:
prose model
Index: datalist.html
===================================================================
RCS file: /sources/public/html5/markup/elements/datalist.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- datalist.html 29 Jul 2009 11:23:47 -0000 1.3
+++ datalist.html 29 Jan 2010 03:06:18 -0000 1.4
@@ -7,6 +7,16 @@
set of <a href="#option" class="element">option</a> elements
that represent predefined options for other controls.</p>
</div>
+ <div id="prose-model">
+ <p>One of the following two choices:</p>
+ <ul>
+ <li><a href="#normal-character-data">Normal character data</a>
+ and
+ <a href="#common.elem.phrasing">phrasing elements</a>
+ </li>
+ <li>or, zero or more <a href="#option">option</a> elements</li>
+ </ul>
+ </div>
<div id="details">
<p>The <a href="#contents">contents</a>
of the
Received on Friday, 29 January 2010 03:06:21 UTC