You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Igor Vaynberg (JIRA)" <ji...@apache.org> on 2008/12/16 18:06:44 UTC

[jira] Assigned: (WICKET-1981) LinkTree generates markup which breaks xhtml transitional validation

     [ https://issues.apache.org/jira/browse/WICKET-1981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg reassigned WICKET-1981:
-------------------------------------

    Assignee: Matej Knopp

> LinkTree generates markup which breaks xhtml transitional validation
> --------------------------------------------------------------------
>
>                 Key: WICKET-1981
>                 URL: https://issues.apache.org/jira/browse/WICKET-1981
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.4, 1.3.5, 1.4-M1, 1.4-M2, 1.4-M3, 1.4-RC1
>         Environment: Java 5.0, OSX, Macbook Pro
>            Reporter: Ross McDonald
>            Assignee: Matej Knopp
>
> The markup produced by LinkTree breaks xhtml transitional validation.
> <span id="tree86">
> <table class="wicket-tree-content" id="tree86_0"><tr>
> ...
> ...
> The span should be replaced with a div.
> In addition, the icon images produced by the component are lacking an 'alt' attribute, which also breaks accessibility.
> <img class="icon" src="../resources/org.apache.wicket.markup.html.tree.LabelIconPanel/res/item.gif"/>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.