Issue
Concerning ARIA, it seems that the heading should come first, before the main
tag, and focus the content of a particular webpage. Or should the main
tag come before the heading?
Solution
The <main>
tag specifies the main content of a document.
The content inside the <main>
element should be unique to the document. It should not contain any content that is repeated across documents such as sidebars, navigation links, copyright information, site logos, and search forms. W3Schools main
tag
I guess the heading is repeated content, so put that before the <main>
tag.
Yet your title states before or after <h1>
heading, it all depends on the value of <h1>
(does it get repeated or not?)
Answered By - BigMacMenu
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.