Skip to content
Marcos Cáceres edited this page Mar 3, 2020 · 16 revisions

"Leveled" specs are generally specs that build on each other in a backwards compatible way. They generally include the text from each previous level.

The level configuration options automatically appends the level to your spec’s title and shortName. The level is an integer value greater than or equal to 0.

Examples of usage

var respecConfig = {
  level: 2,
  shortName: "payment-request",
}

Which results in:

  • Level 2 is appended to the title, so Payment Request Level 2.
  • The short-name becomes payment-request-2.

Which would render as, for example:

Screenshot 2020-02-21 18 54 02

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