Re: RDF Primer Comment: Links to Figures and their markup.

Hi Karl--

I take your point (BTW:  the same comment applies to the figures in the 
RDF Syntax document, but there are fewer of them to worry about), but 
it's probably too late in the process to do anything about this now. 
Maybe in a later revision.  Look on the bright side:  at least there 
*are* figures (and links to them)!

--Frank


Karl Dubost wrote:

> 
> 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.
> 

Received on Tuesday, 20 January 2004 11:15:05 UTC