- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 29 Jan 2010 01:34:11 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/elements In directory hutz:/tmp/cvs-serv9394/elements Modified Files: b.html base.html bdo.html blockquote.html body.html br.html button.button.html button.reset.html button.submit.html Log Message: prose model Index: body.html =================================================================== RCS file: /sources/public/html5/markup/elements/body.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- body.html 8 Jan 2009 10:19:31 -0000 1.3 +++ body.html 29 Jan 2010 01:34:09 -0000 1.4 @@ -6,6 +6,13 @@ represents the body of a document (as opposed to the document’s metadata).</p> </div> + <div id="prose-model"> + <p> + <a href="#normal-character-data">Normal character data</a> + and + <a href="#common.elem.flow">flow elements</a> + </p> + </div> <div id="tags"> <p>A <code><a href="#body">body</a></code> element's <span title="syntax-start-tag">start tag</span> may be omitted if Index: button.button.html =================================================================== RCS file: /sources/public/html5/markup/elements/button.button.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- button.button.html 15 Jun 2009 17:16:10 -0000 1.3 +++ button.button.html 29 Jan 2010 01:34:09 -0000 1.4 @@ -7,6 +7,13 @@ value is "<code>button</code>" represents a button with no additional semantics.</p> </div> + <div id="prose-model"> + <p> + <a href="#normal-character-data">Normal character data</a> + and + <a href="#common.elem.phrasing">phrasing elements</a> + </p> + </div> <div id="attributes"> <dl> <dt id="button.button.attrs.type">type</dt> Index: button.reset.html =================================================================== RCS file: /sources/public/html5/markup/elements/button.reset.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- button.reset.html 15 Jun 2009 17:16:10 -0000 1.3 +++ button.reset.html 29 Jan 2010 01:34:09 -0000 1.4 @@ -7,6 +7,13 @@ value is "<code>reset</code>" represents a button for resetting a form.</p> </div> + <div id="prose-model"> + <p> + <a href="#normal-character-data">Normal character data</a> + and + <a href="#common.elem.phrasing">phrasing elements</a> + </p> + </div> <div id="attributes"> <dl> <dt id="button.reset.attrs.type">type</dt> Index: bdo.html =================================================================== RCS file: /sources/public/html5/markup/elements/bdo.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- bdo.html 16 Aug 2009 15:46:28 -0000 1.4 +++ bdo.html 29 Jan 2010 01:34:08 -0000 1.5 @@ -6,4 +6,11 @@ a means to specify a direction override of the Unicode BiDi algorithm.</p> </div> + <div id="prose-model"> + <p> + <a href="#normal-character-data">Normal character data</a> + and + <a href="#common.elem.phrasing">phrasing elements</a> + </p> + </div> </div> Index: b.html =================================================================== RCS file: /sources/public/html5/markup/elements/b.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- b.html 13 Feb 2009 12:07:29 -0000 1.4 +++ b.html 29 Jan 2010 01:34:08 -0000 1.5 @@ -8,4 +8,11 @@ document abstract, product names in a review, or other spans of text whose typical typographic presentation is bold text.</p> </div> + <div id="prose-model"> + <p> + <a href="#normal-character-data">Normal character data</a> + and + <a href="#common.elem.phrasing">phrasing elements</a> + </p> + </div> </div> Index: blockquote.html =================================================================== RCS file: /sources/public/html5/markup/elements/blockquote.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- blockquote.html 21 Jul 2009 07:07:24 -0000 1.4 +++ blockquote.html 29 Jan 2010 01:34:08 -0000 1.5 @@ -6,6 +6,13 @@ element represents a section that is quoted from another source.</p> </div> + <div id="prose-model"> + <p> + <a href="#normal-character-data">Normal character data</a> + and + <a href="#common.elem.flow">flow elements</a> + </p> + </div> <div id="attributes"> <dl> <dt id="blockquote.attrs.cite">cite</dt> Index: base.html =================================================================== RCS file: /sources/public/html5/markup/elements/base.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- base.html 16 Aug 2009 15:46:28 -0000 1.5 +++ base.html 29 Jan 2010 01:34:08 -0000 1.6 @@ -8,6 +8,9 @@ <a href="#context">browsing context</a> name for the purposes of following hyperlinks.</p> </div> + <div id="prose-model"> + <p>Empty</p> + </div> <div id="attributes"> <dl> <dt id="base.attrs.href">href</dt> Index: br.html =================================================================== RCS file: /sources/public/html5/markup/elements/br.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- br.html 8 Jan 2009 10:19:31 -0000 1.3 +++ br.html 29 Jan 2010 01:34:09 -0000 1.4 @@ -5,4 +5,7 @@ <p>The <a href="#br" class="element">br</a> element represents a line break.</p> </div> + <div id="prose-model"> + <p>Empty</p> + </div> </div> Index: button.submit.html =================================================================== RCS file: /sources/public/html5/markup/elements/button.submit.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- button.submit.html 15 Jun 2009 17:16:10 -0000 1.3 +++ button.submit.html 29 Jan 2010 01:34:09 -0000 1.4 @@ -7,6 +7,13 @@ value is "<code>submit</code>" represents a button for submitting a form.</p> </div> + <div id="prose-model"> + <p> + <a href="#normal-character-data">Normal character data</a> + and + <a href="#common.elem.phrasing">phrasing elements</a> + </p> + </div> <div id="attributes"> <dl> <dt id="button.submit.attrs.type">type</dt>
Received on Friday, 29 January 2010 01:34:12 UTC