Category: | Bug report |
Priority: | Normal |
Status: | New |
Project: | Severity: | Minor |
Resolution: | Open |
|
Component: | Reproducibility: | Always |
Assigned to: |
JasperServer UI uses a lot of nested tables (that breaks accessibility), and inline CSS and HTML 3 styles attributes for design (that make styling adaptations very painful).
Some HTML and CSS rules are not compliant to W3C too.
The views needs to be reworked to :
* removed all styling attributes from JSP and to use only external CSS
* to replace all "design tables" with simple div and CSS rules
* fix the CSS and HTML errors