Skip to content
Sid Vishnoi edited this page Aug 24, 2022 · 3 revisions

favicon

This adds an icon to the document using link[rel=icon]. It can accept either a link to an image or a single Unicode character. If the latter, then it will generate an inline SVG to add the icon directly to the document.

var respecConfig = {
  favicon: "🐙"
};

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