View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002954 | OXID eShop (all versions) | 2.3. Extensions (modules, themes) | public | 2011-06-03 15:21 | 2012-12-10 13:33 |
Reporter | GN2 netwerk | Assigned To | |||
Priority | high | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.5.0 revision 34568 | ||||
Fixed in Version | 4.6.0_beta2 | ||||
Summary | 0002954: Azure doesn't validate | ||||
Description | The Azure template doesn't validate. See: http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fdemoshop.oxid-esales.com%2Fprofessional-edition%2F The validity and semantics of a shop template is important to a lot of people who are choosing a new shop-system. Valid templates generally produce fewer CSS bugs, and are easier to debug. | ||||
Tags | No tags attached. | ||||
Theme | Azure | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
|
checked all templates fixed: duplicated Id's, syntax errors, added missing alt's in img tags, escaped special chars, removed: align="center" and etc.; still left: 1.input elements cant be with field atribute used for styling 2.dorpdowns use a with rel attribute for data value. alist atributes and variant dropdowns 3.facebook tags 4.Zoom stuf: useZoom: 'zoom1', smallImage: 'http://trunk/out/pictures_ee/4/detail2_z4(2).jpg' 5.Style order history: <table class="form orderhistory" width="100%" 6.Basket checkout: <col width="60"> - basket checkout |
|
5. fixed 6. fixed |
|
1. - fixed 2. - fixed Updated templates and replaced "field" and "rel" attributes to html5 data field. Also fixed problem with cloudzoom "rel" attribute, which also was not valid. There is no currently solution for fixing facebook tags and making them valid. Order history and basket checkout is not searchable by spiders, so most pages now are valid. |