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

wgPatentURI

⚠️ Deprecated. Use group instead.

Previously used to set the URL of the Working Group's patent disclosure page. The group option auto-configures the correct patent policy URI.

This was error-prone — copying from another spec often resulted in the wrong patent policy URL being used, with legal implications.

Migration

// Before (error-prone):
// wgPatentURI: "https://www.w3.org/2004/01/pp-impl/83482/status",

// After (auto-configured correctly):
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