html compliance
authorLuc Moreau <l.moreau@ecs.soton.ac.uk>
Mon, 03 Sep 2012 16:36:24 +0100
changeset 4389 f06ab6f8a23b
parent 4388 b5c30f258ef1
child 4390 78278cb9b31b
html compliance
model/prov-constraints.html
--- a/model/prov-constraints.html	Mon Sep 03 16:34:21 2012 +0100
+++ b/model/prov-constraints.html	Mon Sep 03 16:36:24 2012 +0100
@@ -3026,8 +3026,10 @@
 <span class='conditional'>THEN</span> <span class="name">gen1</span> = <span class="name">gen2</span>.</p>
 </div> 
 
-
-<div id='unique-invalidation_text'>
+<p>
+
+<hr>
+<p id='unique-invalidation_text'>
 
 <div class='constraint' id='unique-invalidation'>
 <p>
@@ -3041,16 +3043,17 @@
   entity and activity are unique, if specified.  However, because we
   apply the constraints by merging, it is possible for a valid PROV instance
 to contain multiple statements about the same generation or
-  invalidation event, for example:
+  invalidation event, for example:</p>
   <pre>
 wasGeneratedBy(id1; e,a,-,[prov:location="Paris"])
 wasGeneratedBy(-; e,a,-,[color="Red"])
 </pre>
-  When the uniqueness and key constraints are applied, the instance is
-  <a title="normal form">normalized</a> to the following form:
+<p>  When the uniqueness and key constraints are applied, the instance is
+  <a title="normal form">normalized</a> to the following form:</p>
   <pre>
 wasGeneratedBy(id1; e,a,_t,[prov:location="Paris",color="Red"])
 </pre>
+<p>
   where <span class="name">_t</span> is a new existential variable.
   </p>
 </div>
@@ -3146,7 +3149,6 @@
 
 
 
-
 </section> <!-- uniqueness-constraints--> 
 
 <section id="event-ordering-constraints">