making valid HTML: add alt text to image, and make ids differ in more than just case (using _LC tag)
authorSandro Hawke <sandro@hawke.org>
Thu, 05 Apr 2012 01:04:40 -0400
changeset 181 d69dce9e72f1
parent 180 77bc8bb2bb25
child 182 eec5acc245ba
making valid HTML: add alt text to image, and make ids differ in more than just case (using _LC tag)
data-cube/index.html
--- a/data-cube/index.html	Thu Apr 05 00:49:20 2012 -0400
+++ b/data-cube/index.html	Thu Apr 05 01:04:40 2012 -0400
@@ -1,7 +1,5 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.1//EN"
-                      "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-2.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
 <head>
 	<title>The RDF Data Cube Vocabulary</title>
 	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
@@ -461,7 +459,7 @@
 <section id="outline">
 <h2>Outline of the vocabulary</h2>
 
-<img src="images/qb-fig1.png" />
+<img src="images/qb-fig1.png" alt="UML-style block diagram of the terms in this vocabulary"/>
 
 <section id="index">
 <h3>Vocabulary index</h3>
@@ -486,18 +484,18 @@
     <a href='#ref_qb_codeList'>qb:codeList</a>
     <a href='#ref_qb_component'>qb:component</a>
     <a href='#ref_qb_componentAttachment'>qb:componentAttachment</a>
-    <a href='#ref_qb_componentProperty'>qb:componentProperty</a>
+    <a href='#ref_qb_componentProperty_LC'>qb:componentProperty</a>
     <a href='#ref_qb_componentRequired'>qb:componentRequired</a>
     <a href='#ref_qb_concept'>qb:concept</a>
-    <a href='#ref_qb_dataSet'>qb:dataSet</a>
+    <a href='#ref_qb_dataSet_LC'>qb:dataSet</a>
     <a href='#ref_qb_dimension'>qb:dimension</a>
     <a href='#ref_qb_measure'>qb:measure</a>
     <a href='#ref_qb_measureDimension'>qb:measureDimension</a>
     <a href='#ref_qb_measureType'>qb:measureType</a>
-    <a href='#ref_qb_observation'>qb:observation</a>
+    <a href='#ref_qb_observation_LC'>qb:observation</a>
     <a href='#ref_qb_order'>qb:order</a>
-    <a href='#ref_qb_slice'>qb:slice</a>
-    <a href='#ref_qb_sliceKey'>qb:sliceKey</a>
+    <a href='#ref_qb_slice_LC'>qb:slice</a>
+    <a href='#ref_qb_sliceKey_LC'>qb:sliceKey</a>
     <a href='#ref_qb_sliceStructure'>qb:sliceStructure</a>
     <a href='#ref_qb_structure'>qb:structure</a>
     <a href='#ref_qb_subSlice'>qb:subSlice</a>
@@ -1402,7 +1400,7 @@
   </dt>
  <dd>A single observation in the cube, may have one or more associated measured values</dd>
 
-  <dt id="ref_qb_dataSet">
+  <dt id="ref_qb_dataSet_LC">
     <em>Property:</em> <code>qb:dataSet</code>
     (
     <code>qb:Observation</code>
@@ -1412,7 +1410,7 @@
   </dt>
   <dd>indicates the data set of which this observation is a part</dd>
 
-  <dt id="ref_qb_observation">
+  <dt id="ref_qb_observation_LC">
     <em>Property:</em> <code>qb:observation</code>
     (
     <code>qb:Slice</code>
@@ -1437,7 +1435,7 @@
   </dt>
  <dd>Denotes a subset of a DataSet defined by fixing a subset of the dimensional values, component properties on the Slice</dd>
 
-  <dt id="ref_qb_slice">
+  <dt id="ref_qb_slice_LC">
     <em>Property:</em> <code>qb:slice</code>
     (
     <code>qb:DataSet</code>
@@ -1574,7 +1572,7 @@
   </dt>
  <dd>Abstract class of things which reference one or more ComponentProperties</dd>
 
-  <dt id="ref_qb_componentProperty">
+  <dt id="ref_qb_componentProperty_LC">
     <em>Property:</em> <code>qb:componentProperty</code>
     (
     <code>qb:ComponentSet</code>
@@ -1682,7 +1680,7 @@
   </dt>
   <dd>indicates the sub-key corresponding to this slice</dd>
 
-  <dt id="ref_qb_sliceKey">
+  <dt id="ref_qb_sliceKey_LC">
     <em>Property:</em> <code>qb:sliceKey</code>
     (
     <code>qb:DataSet</code>
@@ -1813,7 +1811,7 @@
 </section>
 
 
-<section id="references" class="appendix">
+<section id="references_section" class="appendix">
 <p class="todo">Bring all references into W3C style</p>
 </section>