Skip to content
Marcos Cáceres edited this page Apr 25, 2019 · 11 revisions

The mdn configuration option

The mdn is a boolean option that allows a spec to be annotated with links to MDN developer documentation. It relies on the spec's shortName to match data over on MDN.

Example of usage

var respecConfig = {
 shortName: "payment-request",
 mdn: true,
}

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