You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Lukas Theussl (JIRA)" <ji...@codehaus.org> on 2007/08/15 16:12:47 UTC

[jira] Updated: (DOXIA-131) HtmlTools.encodeId makes id lower case

     [ http://jira.codehaus.org/browse/DOXIA-131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukas Theussl updated DOXIA-131:
--------------------------------

    Fix Version/s:     (was: 1.0-beta-1)
                   1.0-alpha-9

See http://mail-archives.apache.org/mod_mbox/maven-doxia-dev/200708.mbox/%3c46C17AAA.6070604@apache.org%3e

> HtmlTools.encodeId makes id lower case
> --------------------------------------
>
>                 Key: DOXIA-131
>                 URL: http://jira.codehaus.org/browse/DOXIA-131
>             Project: Maven Doxia
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.0-alpha-8
>            Reporter: Lukas Theussl
>            Assignee: Dennis Lundberg
>             Fix For: 1.0-alpha-9
>
>
> HtmlTools.encodeId uses Character.toLowerCase to convert its argument to lower case. I don't see the reason for that since upper case characters are legal in id's (see http://www.w3.org/TR/html4/types.html#type-name ). In particular, it's a problem with anchors/links in the xhtml sink (see DOXIA-47 ), especially if we want to create anchors from section names, to maintain backward compatibility with m1. Is there a special reason for the toLowerCase or can we remove it?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira