[jira] [Created] (WICKET-5349) Replace usage in non-tabular markup

Fri, 13 Sep 2013 11:53:03 -0700

Sven Meier created WICKET-5349:
----------------------------------

             Summary: Replace <table> usage in non-tabular markup
                 Key: WICKET-5349
                 URL: https://issues.apache.org/jira/browse/WICKET-5349
             Project: Wicket
          Issue Type: Improvement
          Components: wicket, wicket-auth-roles, wicket-extensions
    Affects Versions: 7.0.0
            Reporter: Sven Meier
            Priority: Trivial


Some of Wicket's components use <table> tags for their markup:

  SignInPanel.html
  Palette.html
  Wizard.html

Using <table>s for web layout looks outdated (when not really representing 
tabular data), thus by default we should use <div>s instead.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to