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

wgURI

⚠️ Deprecated. Use group instead.

Previously used to set the URL of the Working Group's public page. The group option auto-configures this.

Migration

// Before:
// wgURI: "https://www.w3.org/groups/wg/webapps/",

// After:
var respecConfig = {
  group: "webapps",
};

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