question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Use the 'main' element in documentation and examples

See original GitHub issue

Use the semantic main element rather than the ambiguous div element in the documentation and examples.

https://getbootstrap.com/docs/4.0/examples/

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
patrickhlaukecommented, Sep 16, 2017

IE11 doesn’t understand/implicitly map <main> http://html5accessibility.com/

1reaction
andresgalantecommented, Sep 5, 2017

I’d add to this issue: Go full accessible for examples, add aria tags, roles and main too 😄

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found