[daisy] [JIRA] Created: (DSY-315) fragment identifiers starting with
"dsy.." lead to dead links
Andreas Deininger (JIRA)
issues at cocoondev.org
Mon Jul 31 11:44:08 CDT 2006
fragment identifiers starting with "dsy.." lead to dead links
-------------------------------------------------------------
Key: DSY-315
URL: http://issues.cocoondev.org//browse/DSY-315
Project: Daisy
Type: Bug
Components: Frontend (wiki)
Versions: public - 1.5
Environment: 1.5-M2
Reporter: Andreas Deininger
Priority: Minor
Create a document. Assign a fragment identifier starting with "dsy..." to any element and link to that element like:
<html>
<body>
<h1><a href="#dsyAnchor">Go to target</a></h1>
<p id="dsyAnchor">Link target</p>
</body>
</html>
You end up with a dead link. Have a look at the html-source:
<html>
<body>
<h1><a href="#dsyAnchor">Go to target</a></h1>
<p id="dsy7_dsyAnchor">Link target</p>
</body>
</html>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.cocoondev.org//secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
More information about the daisy
mailing list