- From: Karl Dubost <karl@w3.org>
- Date: Tue, 20 Jan 2004 10:17:00 -0500
- To: www-rdf-comments@w3.org
Dear RDF WG,
Thank you for the primer. It's a good introduction, I think it's still
a bit complex but it's a very nice document.
I have identified a small problem which can be pertubating in terms of
usability. (It has been for me).
For example, follow that link to the first figure:
http://www.w3.org/TR/2003/PR-rdf-primer-20031215/#figure1
Your browser will display the title of the figure which is under the
figure and the picture hidden above.
Your markup is:
<div class="figure">
<img src="fig1dec16.png"
alt="An RDF Graph Describing Eric Miller" /><br />
<a id="figure1" name="figure1">Figure 1: An RDF Graph
Describing Eric Miller</a>
</div>
You might want to replace it by:
<div class="figure" id="figure1">
<img src="fig1dec16.png"
alt="An RDF Graph Describing Eric Miller" />
<p class="figure-title">Figure 1: An RDF Graph
Describing Eric Miller</p>
</div>
This is an example, it would be good to do the same for all figures.
Thanks.
--
Karl Dubost - http://www.w3.org/People/karl/
W3C Conformance Manager
*** Be Strict To Be Cool ***
Received on Tuesday, 20 January 2004 10:25:56 UTC