You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Hielke Hoeve (JIRA)" <ji...@apache.org> on 2010/04/02 11:18:27 UTC

[jira] Issue Comment Edited: (WICKET-2168) TableTree.html is not XHTML valid

    [ https://issues.apache.org/jira/browse/WICKET-2168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12852761#action_12852761 ] 

Hielke Hoeve edited comment on WICKET-2168 at 4/2/10 9:16 AM:
--------------------------------------------------------------

it seems the fix is wrong. Looking at the uploaded patch I am wondering what I have been thinking :) I am also wondering why the patch did solve the htmlvalidators error message while the html is obviously wrong...

<script script="" ..> is wrong. It should be <script type="" ..> (see 2nd patch).

      was (Author: hielkehoeve):
    it seems the fix is wrong. Looking at the uploaded patch I am wondering what I have been thinking :) I am also wondering why the patch did solve the htmlvalidators error message while the html is obviously wrong...

Obviously <script script="" ..> is wrong. It should be <script type="" ..>
  
> TableTree.html is not XHTML valid
> ---------------------------------
>
>                 Key: WICKET-2168
>                 URL: https://issues.apache.org/jira/browse/WICKET-2168
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-extensions
>    Affects Versions: 1.3.5, 1.3.6, 1.4.7
>            Reporter: Hielke Hoeve
>            Assignee: Juergen Donnerstag
>            Priority: Trivial
>             Fix For: 1.3.7, 1.4-RC3
>
>         Attachments: TreeTable.html.patch
>
>   Original Estimate: 0.08h
>  Remaining Estimate: 0.08h
>
> TableTree.html is not valid XHTML 1.0 Strict markup. This due to a missing "type" attribute. This is required and must be specified for element type "script".
> I have attached a patch for this.

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