wgId - speced/respec GitHub Wiki

wgId

⚠️ Deprecated. Use group instead.

Previously used to specify the numeric W3C Working Group identifier. The group option replaces this automatically.

Migration

// Before:
// wgId: 107714,

// After:
var respecConfig = {
  group: "webapps", // short name — see respec.org/w3c/groups/
};