When I make an image gallery in HTML5 should it have any semntic tag like section or article, or is it simply a div?
|
|
||||
|
|
|
You can use a Gallery doesn't have a semantic tag, like That is until |
|||
|
|
|
It depends on the context of the image gallery. If the gallery is related to the main content, it makes sense to have it as a The
The
To get back to your question, if the image gallery related to your content (e.g. an image gallery in a blog post), I would have
If you think about it, it makes a lot of sense to list the gallery in the article's outline (for, say, a blog post). If the article has a specific intro text, even that could be listed in the article's outline. Think of the outline conceptually as a kind of table of content for the article, listing its various sections. Like I said before, it really depends on the context. Edit: Regarding the images of the gallery themselves, it makes sense to have them inside
What W3C really recommends is:
In other words, the question to ask is whether the image gallery could be moved from the primary content (i.e. the blog post content or text), without affecting the flow of the document. An image gallery, per se, could actually be moved away from the primary content of the document, to say a sidebar, and the change of it's position/order wouldn't have an impact on how the content is interpreted. If its position does does have an impact, then To sum up, if the content (image gallery) is important for the document, but its position in the flow of content isn't (i.e. it could be moved around without much impact), use |
||||
|
|
|
If you are using HTML5, then using Semantic Tags is recommended and should be the way forward instead of using In fact, a gallery can even be mapped quite well to the Semantic tags. For e.g. a section could contain the list of articles, that are the individual images. An A nice article that shows how to use the |
|||||
|
