Skip to content
Sid Vishnoi edited this page Jun 17, 2020 · 9 revisions

alternateFormats

An array of objects, each of which has two required fields:

uri
for the link to the alternate document
label,
for a human readable string that matches it. This is used to link to alternate formats for the same content (e.g. PDF, ePub, PS).

Example

var respecConfig = {
  alternateFormats: [{
    label: "PDF",
    uri: "https://example.w3.org/TR/example.pdf",
  }, {
    label: "XML",
    uri: "https://example.w3.org/TR/example.xml",
  }],
}

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