Skip to content

HTML errors #66

@obetz

Description

@obetz

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."

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions