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

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/
};

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