Skip to content
Sid Vishnoi edited this page Jul 8, 2020 · 5 revisions

gh-contributors

Add an element with id="gh-contributors" to show a list of people who have contributed to the GitHub repository.

The list is sorted by names (or GitHub username).

<section>
  <h2>Contributors</h2>
  <ul id="gh-contributors">
    <!-- list of contributors will appear here,
         along with link to their GitHub profiles -->
  </ul>
</section>
<p id="gh-contributors">
  <!-- names of contributors will appear here as comma-separated values -->
</p>

Guides

Configuration options

W3C Configuration options

Linter rules

Internal properties

Handled by ReSpec for you.

Special <section> IDs

HTML elements

Custom Elements

WebIDL

HTML attributes

CSS Classes

Special properties

Clone this wiki locally