Philio / bootstrapdefault

A modern and responsive theme for Piwigo built with standard Bootstrap components and using the default Bootstrap theme. Intended for easy customisation using Bootstrap styles or as a parent theme for creating responsive themes for Piwigo.
https://philio.me
31 stars 10 forks source link

HTML errors #66

Open obetz opened 7 years ago

obetz commented 7 years ago

validator.w3.org reported several errors.

  1. The alt= and title= tags need to preceded by a space. Affected files are mainpage_categories.tpl and thumbnails.tpl (indentation is stripped in smarty), easily fixed.

  2. menubar-menu.tpl has a div class="navbar-form-desktop" in the surrounding ul class="dropdown-menu" role="menu". Didn't try to fix this due to my lack of HTML knowledge.

  3. thumbnails.tpl has a style block starting at line 13, but style is not allowed as a child element of the surrounding div id="thumbnails".

There are warnings for (several locations) each: "The navigation role is unnecessary for element nav" "The name attribute is obsolete. Consider putting an id attribute on the nearest container instead."