[ http://jira.codehaus.org/browse/MSITE-17?page=all ]
Jason van Zyl moved MNG-1030 to MSITE-17:
-----------------------------------------
Version: (was: 2.0-beta-1)
Fix Version: (was: 2.0)
Component: (was: maven-site-plugin)
Workflow: jira (was: Maven)
Key: MSITE-17 (was: MNG-1030)
Project: Maven 2.x Site Plugin (was: Maven 2)
> Cascaded menu items create invalid html code
> --------------------------------------------
>
> Key: MSITE-17
> URL: http://jira.codehaus.org/browse/MSITE-17
> Project: Maven 2.x Site Plugin
> Type: Bug
> Reporter: Achim Huegen
> Assignee: Edwin Punzalan
> Priority: Minor
> Attachments: MNG-1030-maven-site-plugin.patch
>
>
> A cascaded item like this:
> <menu name="menu1">
> <item name="item1" href="test.html">
> <item name="subitem" href="test2.html" />
> </item>
> </menu>
> is generated like this:
> <ul>
> <li> .. </li>
> <ul>
> <li>..</li>
> </ul>
> </ul>
>
> Which is invalid since the ul element doesn't allow other elements than <li>.
> Test:
> The maven 2 site is not accepted by w3c validator:
> http://validator.w3.org/check?verbose=1&uri=http%3A//maven.apache.org/maven2/project-info.html
--
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
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]