Skip to content
Marcos Caceres edited this page Mar 27, 2026 · 11 revisions

wg

⚠️ Deprecated. Use group instead.

Previously used to set the full name of the Working Group. The group option replaces this and all related wg* options — it auto-configures the group name, patent policy, homepage, and mailing list from a single short name.

Migration

var respecConfig = {
  wg: "Web Payments Working Group",
  wgURI: "https://www.w3.org/groups/wg/payments/",
  wgPatentURI: "https://www.w3.org/groups/wg/payments/ipr",
  wgPublicList: "public-payments-wg",
};
var respecConfig = {
  group: "payments",
};

See group for the full list of available group short names.

Guides

Configuration options

W3C Configuration options

Linting rules

Internal properties

Handled by ReSpec for you.

Special <section> IDs

HTML elements

Custom Elements

HTML attributes

CSS Classes

Special properties

Clone this wiki locally