Skip to content
Marcos Cáceres edited this page Feb 17, 2021 · 16 revisions

group

For W3C, it allows you to associate a specification with a particular working group. Supported group ids can be found at: https://respec.org/w3c/groups/.

Specifying the group will also figure out all the patent policy related things for your particular specification.

var respecConfig = {
  group: "payment",
};

You can also specify multiple groups:

var respecConfig = {
  group: ["group1", "group2"],
};

If a Community Group (CG) and a Working Group (WG) are using the same shortname, e.g. "wot", you can specify the group type as:

var respecConfig = {
  group: "wg/wot",
};

Guides

Configuration options

W3C Configuration options

Linter rules

Internal properties

Handled by ReSpec for you.

Special <section> IDs

HTML elements

Custom Elements

WebIDL

HTML attributes

CSS Classes

Special properties

Clone this wiki locally