html5/markup a.html,1.35,1.36 html.html,1.24,1.25 spec.html,1.121,1.122

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

Modified Files:
	a.html html.html spec.html 
Log Message:
prose model

Index: html.html
===================================================================
RCS file: /sources/public/html5/markup/html.html,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- html.html	29 Jan 2010 00:40:38 -0000	1.24
+++ html.html	29 Jan 2010 00:44:38 -0000	1.25
@@ -17,11 +17,13 @@
     <p>The <a href="html.html#html" class="element">html</a> element
     represents the root of a document.</p>
   </div>
-      <div class="no-number no-toc" id="html-contents"><h2 class="element-subhead">Permitted contents <a class="hash" href="#html-contents">#</a></h2><div class="prose-model">A
+      <div class="no-number no-toc" id="html-contents"><h2 class="element-subhead">Permitted contents <a class="hash" href="#html-contents">#</a></h2><div class="prose-model">
+    <p>A
     <a href="head.html#head" class="element">head</a>
     element followed by a
     <a href="body.html#body" class="element">body</a>
-    element.</div></div><div class="no-number no-toc" id="html-content-model">
+    element.</p>
+  </div></div><div class="no-number no-toc" id="html-content-model">
         <h2 class="element-subhead">Content model <a class="hash" href="#html-content-model">#</a></h2><div class="content-models">
         
       <div id="html-mdls">

Index: a.html
===================================================================
RCS file: /sources/public/html5/markup/a.html,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- a.html	29 Jan 2010 00:40:37 -0000	1.35
+++ a.html	29 Jan 2010 00:44:38 -0000	1.36
@@ -19,7 +19,7 @@
     element represents a hyperlink.</p>
   </div>
       <div class="no-number no-toc" id="a-contents"><h2 class="element-subhead">Permitted contents <a class="hash" href="#a-contents">#</a></h2><div class="prose-model">
-    <a href="terminology.html#transparent">Transparent</a>
+    <p><a href="terminology.html#transparent">Transparent</a></p>
   </div></div><div class="no-number no-toc" id="a-content-model">
         <h2 class="element-subhead">Content model <a class="hash" href="#a-content-model">#</a></h2><div class="content-models">
         

Index: spec.html
===================================================================
RCS file: /sources/public/html5/markup/spec.html,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -d -r1.121 -r1.122
--- spec.html	29 Jan 2010 00:40:41 -0000	1.121
+++ spec.html	29 Jan 2010 00:44:38 -0000	1.122
@@ -2583,7 +2583,7 @@
 <h2 class="element-subhead">Permitted contents <a class="hash" href="#a-contents">#</a>
 </h2>
 <div class="prose-model">
-    <a href="#transparent">Transparent</a>
+    <p><a href="#transparent">Transparent</a></p>
   </div>
 </div>
 <div class="no-number no-toc" id="a-content-model">
@@ -6913,11 +6913,13 @@
       <div class="no-number no-toc" id="html-contents">
 <h2 class="element-subhead">Permitted contents <a class="hash" href="#html-contents">#</a>
 </h2>
-<div class="prose-model">A
+<div class="prose-model">
+    <p>A
     <a href="#head" class="element">head</a>
     element followed by a
     <a href="#body" class="element">body</a>
-    element.</div>
+    element.</p>
+  </div>
 </div>
 <div class="no-number no-toc" id="html-content-model">
         <h2 class="element-subhead">Content model <a class="hash" href="#html-content-model">#</a>

Received on Friday, 29 January 2010 00:44:42 UTC