Use the 'main' element in documentation and examples
See original GitHub issueUse the semantic main element rather than the ambiguous div element in the documentation and examples.
Issue Analytics
- State:
 - Created 6 years ago
 - Reactions:1
 - Comments:5 (2 by maintainers)
 
Top Results From Across the Web
<main> - HTML: HyperText Markup Language - MDN Web Docs
The HTML element represents the dominant content of the of a document. The main content area consists of content that is directly related...
Read more >main element - an HTML5 extension specification - W3C
The main element formalises the common practice of identification of the main content section of a document using the id values such as...
Read more >Further examples on using the main element - Ian Devlin
The main element represents the main content of the body of a document or application. The main content area consists of content that...
Read more >main element - HTML Quick
The main element is a container for the central topics of a document or section. This central content may be interpreted as all...
Read more >HTML main Tag - W3Schools
Definition and Usage. The <main> tag specifies the main content of a document. The content inside the <main> element should be unique to...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

IE11 doesn’t understand/implicitly map
<main>http://html5accessibility.com/I’d add to this issue: Go full accessible for examples, add aria tags, roles and
maintoo 😄