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 12:50:44 UTC

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

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.4-RC1, 1.4-M3, 1.4-M2, 1.4-M1, 1.3.5, 1.3.4
         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.

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


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

Posted by "Ross McDonald (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-1981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12657351#action_12657351 ] 

Ross McDonald commented on WICKET-1981:
---------------------------------------

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.


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

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Ross McDonald (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Ross McDonald (JIRA)" <ji...@apache.org>.
    [ 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.


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

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg resolved WICKET-1981.
-----------------------------------

      Assignee: Igor Vaynberg  (was: Matej Knopp)
    Resolution: Invalid

> 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: Igor Vaynberg
>
> 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.


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

Posted by "Matej Knopp (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-1981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12657070#action_12657070 ] 

Matej Knopp commented on WICKET-1981:
-------------------------------------

Does LinkTree really generate the <span>? Isn't the tree component attached to a span in your markup file? 

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