samedi 28 mars 2015

What is correct way to hide header of HTML 5 section

Very often I have parts of HTML document, which is logically sections, but without proper header placed in design. User can understand meaning of each section by content of it, but from specification I must add header. Some examples:



  • List of brands, each of them is article.

  • Filter for products, containing form and descriptions.

  • List of promotion products, where promo label on each product


What is the right way to solve this problem? Make hidden h1-h6 header, or maybe use some attributes? Ignore header at all, or replace section with div?


Aucun commentaire:

Enregistrer un commentaire