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

[jira] Issue Comment Edited: (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:comment-tabpanel&focusedCommentId=12657351#action_12657351 ] 

rossputin edited comment on WICKET-1981 at 12/17/08 3:34 AM:
-----------------------------------------------------------------

Yep, you got me, apologies, I neglected to look in one of my jar files... the span is specified in my code.
How about some simple alts on those icons though ? :-)

      was (Author: rossputin):
    Yep, you got me, apologies, I neglected to look in one of my jar files... the span is specified in my code.
How about some simple alts on hose icons though ? :-)
  
> 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.