Taras wrote:

> Also I find that plucker has issues with plukering <a name=> tags. It
> seems to scroll to the wrong part of the page when <a
> href="#somename"> is used.

The fact that <a href="#anchor"> tags sometimes do not link to the expected
position is due to a limitation in the Plucker format. Plucker links can
only point to whole paragraphs, not to specific parts within paragraphs.
With well-authored HTML this is usually not a problem, but some pages rely
on <br> linebreaks to create paragraph-like spacing. The problem is that
line breaks do not create a true paragraph structure. Therefore anchor links
will appear to point to the wrong section if the anchor occurs somewhere in
the middle of a paragraph. In the Plucker sense they still point to the
correct paragraph, though.

You can download the Plucker specification here:
http://cvs.plkr.org/index.cgi/*checkout*/docs/DBFormat.html?rev=HEAD&content
-type=text/html


Regards
-Laurens

_______________________________________________
plucker-list mailing list
[EMAIL PROTECTED]
http://lists.rubberchicken.org/mailman/listinfo/plucker-list

Reply via email to