You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Henning Schmiedehausen (JIRA)" <ji...@codehaus.org> on 2007/01/27 11:41:44 UTC

[jira] Closed: (DOXIA-94) doxia creates a name anchors with spaces which is not valid XHTML.

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

Henning Schmiedehausen closed DOXIA-94.
---------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.0

Verified that this is fixed in the (unreleased) 1.0-alpha-9 and the HEAD. Sorry for the noise.

> doxia creates a name anchors with spaces which is not valid XHTML.
> ------------------------------------------------------------------
>
>                 Key: DOXIA-94
>                 URL: http://jira.codehaus.org/browse/DOXIA-94
>             Project: doxia
>          Issue Type: Bug
>            Reporter: Henning Schmiedehausen
>             Fix For: 1.0
>
>
> consider the following section:
>     <section name="section name">
>     </section>
> doxia renders this to be
>  <a name="section name"></a><div class="section"><h2>section name</h2>
>  </div>
> According to the w3c XHTML validator, a name anchor must not contain any spaces, it must be a single word. So this is not valid XHTML.

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