Skip to content
Janice Shiu edited this page Feb 21, 2020 · 16 revisions

The level config automatically appends the level to your spec’s title and shortName. For example, {level: 3} tells Respec that your spec is a level 3 spec.

Requirements

A document’s level should be an integer that is greater than or equal to 0.

Examples

Your document has the title “Awesome Feature” and the config {level: 3, shortName: “awesome-feature”}.

  • Respec will append Level 3 to your title. Your new title is Awesome Feature Level 3.
  • Respec will append -3 to your shortname. Your new shortname is awesome-feature-3
  • Links that use the shortName will automatically use the new awesome-feature-3 shortname.

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