wgPatentURI - speced/respec GitHub Wiki
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",
};