Skip to content
Marcos Cáceres edited this page Jun 7, 2016 · 10 revisions

An array of person objects describing the editors of the document. Editors have the same responsibility as authors, and are preferred in specifications.

Example

var respecConfig = {
  editors: [{
    name: "Marcos Caceres",
    company: "Mozilla Corporation",
    companyURL: "https://mozilla.org/",
    w3cid: 39125
  }, {
    name: "Kenneth Rohde Christiansen",
    company: "Intel Corporation",
    companyURL: "http://intel.com",
    w3cid: 57705
  }, {
    name: "Mounir Lamouri",
    company: "Google Inc.",
    companyURL: "https://google.com",
    w3cid: 45389
  }, {
    name: "Anssi Kostiainen",
    company: "Intel Corporation",
    companyURL: "http://intel.com",
    w3cid: 41974
  }],
}

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