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/16 13:02:44 UTC

[jira] Updated: (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 ]

Ross McDonald updated WICKET-1981:
----------------------------------

    Description: 
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"/>

  was:
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.


Further information on how the component breaks accessibility.

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