- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 29 Jan 2010 03:43:05 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/elements
In directory hutz:/tmp/cvs-serv21956/elements
Modified Files:
datalist.html dd.html del.html dfn.html div.html dl.html
dt.html
Log Message:
prose model
Index: dt.html
===================================================================
RCS file: /sources/public/html5/markup/elements/dt.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- dt.html 28 Jan 2010 17:11:52 -0000 1.6
+++ dt.html 29 Jan 2010 03:43:03 -0000 1.7
@@ -7,6 +7,7 @@
element represents a
<a href="#dt-term">term or name</a>.</p>
</div>
+ <div id="prose-model">Phrasing content</div>
<div id="tags">
<p>A <code><a href="#dt">dt</a></code> element must have a
<span title="syntax-start-tag">start tag</span>.</p> <p>A
Index: del.html
===================================================================
RCS file: /sources/public/html5/markup/elements/del.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- del.html 15 Jun 2009 13:20:25 -0000 1.5
+++ del.html 29 Jan 2010 03:43:03 -0000 1.6
@@ -6,6 +6,7 @@
represents a range of text that has been deleted from a
document.</p>
</div>
+ <div id="prose-model">Transparent</div>
<div id="attributes">
<dl>
<dt id="del.attrs.cite">cite</dt>
Index: dfn.html
===================================================================
RCS file: /sources/public/html5/markup/elements/dfn.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- dfn.html 20 Jan 2009 18:42:29 -0000 1.3
+++ dfn.html 29 Jan 2010 03:43:03 -0000 1.4
@@ -4,4 +4,5 @@
<p>The <a href="#dfn" class="element">dfn</a> element
represents the defining instance of a term.</p>
</div>
+ <div id="prose-model">Phrasing content</div>
</div>
Index: div.html
===================================================================
RCS file: /sources/public/html5/markup/elements/div.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- div.html 29 Jul 2009 11:23:47 -0000 1.4
+++ div.html 29 Jan 2010 03:43:03 -0000 1.5
@@ -6,6 +6,7 @@
generic container for flow content that by itself does not
represent anything.</p>
</div>
+ <div id="prose-model">Flow content</div>
<div id="details">
<p>The <a href="#div" class="element">div</a>
can be used with attributes such as
Index: datalist.html
===================================================================
RCS file: /sources/public/html5/markup/elements/datalist.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- datalist.html 29 Jan 2010 03:06:18 -0000 1.4
+++ datalist.html 29 Jan 2010 03:43:02 -0000 1.5
@@ -8,14 +8,13 @@
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>
+ <p>Zero or more
+ <a href="#option" class="element">option</a>
+ elements intermixed with
+ <a href="#common.elem.phrasing">phrasing elements</a>
+ and
+ <a href="#normal-character-data">normal character data</a>
+ </p>
</div>
<div id="details">
<p>The <a href="#contents">contents</a>
Index: dd.html
===================================================================
RCS file: /sources/public/html5/markup/elements/dd.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- dd.html 28 Jan 2010 17:11:52 -0000 1.6
+++ dd.html 29 Jan 2010 03:43:02 -0000 1.7
@@ -7,6 +7,7 @@
element represents a
<a href="#dd-description">description or value</a>.</p>
</div>
+ <div id="prose-model">Flow content</div>
<div id="tags">
<p>A <code><a href="#dd">dd</a></code> element must have a
<span title="syntax-start-tag">start tag</span>.</p> <p>A
Index: dl.html
===================================================================
RCS file: /sources/public/html5/markup/elements/dl.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- dl.html 9 Sep 2009 07:52:00 -0000 1.5
+++ dl.html 29 Jan 2010 03:43:03 -0000 1.6
@@ -5,6 +5,12 @@
<p>The <a href="#dl" class="element">dl</a> element represents
a <a href="#description-list">description list</a>.</p>
</div>
+ <div id="prose-model">
+ <p>Zero or more groups each consisting of one or more
+ <a href="#dt" class="element">dt</a>
+ elements followed by one or more
+ <a href="#dd" class="element">dd</a>
+ elements.</p>
<div id="details">
<p>The <a href="#dl" class="element">dl</a> element represents
a
Received on Friday, 29 January 2010 03:43:06 UTC