- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 29 Jan 2010 02:51:42 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/elements In directory hutz:/tmp/cvs-serv17047/elements Modified Files: audio.html col.html colgroup.html command.checkbox.html command.command.html command.radio.html Log Message: prose model Index: command.checkbox.html =================================================================== RCS file: /sources/public/html5/markup/elements/command.checkbox.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- command.checkbox.html 15 Jun 2009 17:16:10 -0000 1.4 +++ command.checkbox.html 29 Jan 2010 02:51:40 -0000 1.5 @@ -7,6 +7,7 @@ value is "<code>checkbox</code>" represents a state or option that can be toggled.</p> </div> + <div id="prose-model">Empty</div> <div id="attributes"> <dl> <dt id="command.checkbox.attrs.type">type</dt> Index: command.radio.html =================================================================== RCS file: /sources/public/html5/markup/elements/command.radio.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- command.radio.html 15 Jun 2009 17:16:11 -0000 1.4 +++ command.radio.html 29 Jan 2010 02:51:40 -0000 1.5 @@ -7,6 +7,7 @@ value is "<code>radio</code>" represents a selection of one item from a list of items.</p> </div> + <div id="prose-model">Empty</div> <div id="attributes"> <dl> <dt id="command.radio.attrs.type">type</dt> Index: audio.html =================================================================== RCS file: /sources/public/html5/markup/elements/audio.html,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- audio.html 29 Jan 2010 01:39:00 -0000 1.7 +++ audio.html 29 Jan 2010 02:51:40 -0000 1.8 @@ -6,16 +6,16 @@ represents an audio stream.</p> </div> <div id="prose-model"> - <p>If the element has a - <a href="#audio.attrs.src" class="attribute">src</a> - attribute, - <a href="#transparent">transparent</a>.</p> <p>If the element does not have a <a href="#audio.attrs.src" class="attribute">src</a> - attribute: one or more + attribute, one or more <a href="#source" class="element">source</a> elements, then, <a href="#transparent">transparent</a>.</p> + <p>If the element has a + <a href="#audio.attrs.src" class="attribute">src</a> + attribute, + <a href="#transparent">transparent</a>.</p> </div> <div id="attributes"> <dl> Index: colgroup.html =================================================================== RCS file: /sources/public/html5/markup/elements/colgroup.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- colgroup.html 29 Jan 2010 02:35:42 -0000 1.5 +++ colgroup.html 29 Jan 2010 02:51:40 -0000 1.6 @@ -10,16 +10,22 @@ <div id="prose-model"> <p>Zero or more <a href="#col" class="element">col</a> elements</p> </div> + <div id="prose-model"> + <p>If the element does not have a + <a href="#colgroup.attrs.span" class="attribute">span</a> + attribute, zero or more + <a href="#col" class="element">col</a> + elements.</p> + <p>If the element has a + <a href="#colgroup.attrs.span" class="attribute">span</a> + attribute, empty.</p> + </div> <div id="attributes"> <dl> <dt id="colgroup.attrs.span">span</dt> <dd>The number of columns in the group.</dd> </dl> </div> - <ul id="constraints"> - <li>A “colgroup” element that contains any “col” element - children must not have a “span” attribute.</li> - </ul> <div id="tags"> <p>A <code><a href="#colgroup">colgroup</a></code> element's <span title="syntax-start-tag">start tag</span> may be omitted Index: col.html =================================================================== RCS file: /sources/public/html5/markup/elements/col.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- col.html 3 Jun 2009 12:42:47 -0000 1.4 +++ col.html 29 Jan 2010 02:51:40 -0000 1.5 @@ -6,6 +6,7 @@ by its <a href="#colgroup" class="element">colgroup</a> parent.</p> </div> + <div id="prose-model">Empty</div> <div id="attributes"> <dl> <dt id="col.attrs.span">span</dt> Index: command.command.html =================================================================== RCS file: /sources/public/html5/markup/elements/command.command.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- command.command.html 15 Jun 2009 17:16:11 -0000 1.4 +++ command.command.html 29 Jan 2010 02:51:40 -0000 1.5 @@ -7,6 +7,7 @@ value is "<code>command</code>" represents a command with an associated action.</p> </div> + <div id="prose-model">Empty</div> <div id="attributes"> <dl> <dt id="command.command.attrs.type">type</dt>
Received on Friday, 29 January 2010 02:51:44 UTC