html errors corrected
authorGuus Schreiber <guus.schreiber@vu.nl>
Tue, 03 Dec 2013 14:18:01 +0100
changeset 1447 81d74651837d
parent 1446 486a68414ff5
child 1448 3f32a3e02994
html errors corrected
rdf-schema/index.html
--- a/rdf-schema/index.html	Tue Dec 03 14:03:51 2013 +0100
+++ b/rdf-schema/index.html	Tue Dec 03 14:18:01 2013 +0100
@@ -1085,8 +1085,8 @@
 
 <h3>RDF classes</h3>
 
-<table border="1" summary="RDF classes">
-  <tbody valign="top">
+<table border="1">
+  <tbody>
     <tr>
       <th>Class name</th>
       <th>comment</th>
@@ -1153,8 +1153,8 @@
 
 <h3>RDF properties</h3>
 
-<table border="1" summary="RDF properties">
-  <tbody valign="top">
+<table border="1">
+  <tbody>
     <tr>
       <th>Property name</th>
       <th>comment</th>
@@ -1361,7 +1361,7 @@
 </p>
 
 <ul>
-<li>Amended <a href="#ch_appendix_rdfs">Appendix A</a> to note that the RDF/XML description of RDF and RDFS 
+<li>Amended Appendix A to note that the RDF/XML description of RDF and RDFS 
 terms is not directly published at the RDFS namespace, but split between the 'rdf:' and 'rdfs:' namespace documents. 
 Also removed the pre-REC warning that the WG might choose to change the namespace URI prior to Recommendation.</li>
 <li>Amended rdfs:range specification for rdf:predicate for consistency with the Semantics document (previously rdf:Property; now, rdfs:Resource)</li>
@@ -1617,8 +1617,6 @@
   &lt;rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/&gt;
 &lt;/rdf:Property&gt;
 
-&lt;!-- the following are new additions, Nov 2002 --&gt;
-
 &lt;rdfs:Class rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"&gt;
   &lt;rdfs:isDefinedBy rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#"/&gt;
   &lt;rdfs:label&gt;List&lt;/rdfs:label&gt;