html5/markup/elements abbr.html,1.5,1.6 address.html,1.4,1.5 area.html,1.6,1.7 article.html,1.4,1.5 aside.html,1.4,1.5 audio.html,1.5,1.6

Update of /sources/public/html5/markup/elements
In directory hutz:/tmp/cvs-serv7858/elements

Modified Files:
	abbr.html address.html area.html article.html aside.html 
	audio.html 
Log Message:
prose model

Index: address.html
===================================================================
RCS file: /sources/public/html5/markup/elements/address.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- address.html	29 Jul 2009 11:23:46 -0000	1.4
+++ address.html	29 Jan 2010 01:18:37 -0000	1.5
@@ -5,6 +5,13 @@
     <p>The <a href="#address" class="element">address</a>
       element represents contact information.</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="details">
     <p>If an <a href="#address" class="element">address</a>
     element applies to a <a href="#body">body</a> element, then

Index: abbr.html
===================================================================
RCS file: /sources/public/html5/markup/elements/abbr.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- abbr.html	2 Aug 2009 11:48:35 -0000	1.5
+++ abbr.html	29 Jan 2010 01:18:37 -0000	1.6
@@ -6,6 +6,13 @@
       <a href="#abbr" class="element">abbr</a>
       element represents an abbreviation or acronym.</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="details">
     <p>The <span class="attribute">title</span> attribute on the
     <a href="#abbr" class="element">abbr</a> element represents the

Index: area.html
===================================================================
RCS file: /sources/public/html5/markup/elements/area.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- area.html	2 Aug 2009 07:07:45 -0000	1.6
+++ area.html	29 Jan 2010 01:18:37 -0000	1.7
@@ -8,6 +8,9 @@
       corresponding area on an image map, or a dead area on an
       image map.</p>
   </div>
+  <div id="prose-model">
+    <p>Empty</p>
+  </div>
   <div id="attributes">
     <dl>
       <dt id="area.attrs.href">href</dt>

Index: audio.html
===================================================================
RCS file: /sources/public/html5/markup/elements/audio.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- audio.html	16 Aug 2009 15:46:28 -0000	1.5
+++ audio.html	29 Jan 2010 01:18:38 -0000	1.6
@@ -5,6 +5,18 @@
     <p>An <a href="#audio" class="element">audio</a> element
       represents an audio stream.</p>
   </div>
+  <div id="prose-model">
+    <p>If the element has a
+    <a href="#audio.attrs.src">src</a>
+    attribute,
+    <a href="#transparent">transparent</a>.</p>
+    <p>If the element does not have a
+    <a href="#audio.attrs.src">src</a>
+    attribute: one or more 
+    <a href="#source" class="#element">source</a>
+    elements, then,
+    <a href="#transparent">transparent</a>.</p>
+  </div>
   <div id="attributes">
     <dl>
       <dt id="audio.attrs.src">src</dt>

Index: aside.html
===================================================================
RCS file: /sources/public/html5/markup/elements/aside.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- aside.html	29 Jul 2009 11:23:46 -0000	1.4
+++ aside.html	29 Jan 2010 01:18:38 -0000	1.5
@@ -6,6 +6,13 @@
     represents content that is tangentially related to the content
     that forms the main textual flow of a document.</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="details">
     <p>In printed documents, the type of tangential content that
     the <a href="#aside">aside</a> element represents is sometimes

Index: article.html
===================================================================
RCS file: /sources/public/html5/markup/elements/article.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- article.html	15 Jun 2009 05:57:15 -0000	1.4
+++ article.html	29 Jan 2010 01:18:38 -0000	1.5
@@ -7,6 +7,13 @@
     of a document or site; for example, a magazine or newspaper
     article, or a blog entry.</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="article.attrs.cite">cite</dt>

Received on Friday, 29 January 2010 01:18:41 UTC