html errors corrected
authorGuus Schreiber <guus.schreiber@vu.nl>
Thu, 19 Dec 2013 21:30:29 +0100
changeset 1647 60ade6d6f9f6
parent 1646 727cd0df202f
child 1648 0cfecc5a741f
html errors corrected
rdf-xml/index.html
--- a/rdf-xml/index.html	Thu Dec 19 21:17:55 2013 +0100
+++ b/rdf-xml/index.html	Thu Dec 19 21:30:29 2013 +0100
@@ -103,7 +103,7 @@
 
     </script>
     <style type="text/css">
-     figure { with: 76% }
+     figure { width: 76% ;  text-align: center}
      .figure { font-weight: bold; text-align: center; }
      table.xsd-types td, table.xsd-types th { border: 1px solid #ddd; padding: 0.1em 0.5em; }
     </style>
@@ -262,7 +262,7 @@
         <h3>Node Elements and Property Elements</h3>
 
 
-        <figure id="figure1" style="text-align:center">
+        <figure id="figure1">
           <img src="figure1.png" alt="Graph for RDF/XML Example" />
           <figcaption>Graph for RDF/XML Example (<a href="figure1.svg">SVG version</a>)</figcaption>
         </figure>
@@ -277,7 +277,7 @@
         graph shown in <a href="#figure2">Figure 2</a>:
         </p>
 
-        <figure id="figure2" style="text-align:center">
+        <figure id="figure2">
           <img src="figure2.png" alt="One Path Through the Graph" />
           <figcaption>One Path Through the Graph (<a href="figure2.svg">SVG version</a>)</figcaption>
         </figure>
@@ -3441,7 +3441,7 @@
           <a href="#syntaxTerms">syntaxTerms</a> production.
           </dd>
 
-	  <dt>Use the <coe>rdf:HTML</code> datatype</dt>
+	  <dt>Use the <code>rdf:HTML</code> datatype</dt>
 	  <dd>This datatype as introduced in RDF 1.1
 	  [[RDF11-CONCEPTS]]. </dd>
 
@@ -3504,7 +3504,6 @@
 
         <ul>
           <li>Dan Brickley, W3C/ILRT</li>
-
           <li>Jeremy Carroll, HP Labs, Bristol</li>
           <li>Graham Klyne, Nine by Nine</li>
           <li>Bijan Parsia, MIND Lab at University of Maryland at College Park</li>
@@ -3585,7 +3584,7 @@
 	have become irrelevant.</li>
 	<li>Added new datatype <code>rdf:HTML</code> to the list of things that
 	cannot be serialized in RDF/XML.</li>
-	<code>Replaced the link to 2004 N-Triples <code>nodeID</code> production to
+	<li>Replaced the link to 2004 N-Triples <code>nodeID</code> production to
 	the RDF 1.1 N-Triples <code>BLANK_NODE_LABEL</code>
 	production.</li>