wg - speced/respec GitHub Wiki

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.