Skip to content
Marcos Caceres edited this page Mar 28, 2026 · 6 revisions

subjectPrefix

Type: string Default: undefined

Adds a prefix to mailing list feedback subjects. When set, feedback links in the document header will include this prefix in the mailto: subject line.

Basic usage

var respecConfig = {
  subjectPrefix: "[payment-request]",
};

Notes

  • Include brackets if you want them (e.g. "[my-spec]" not "my-spec")
  • Only relevant when using a mailing list for feedback (via wgPublicList or similar)
  • With github configured, GitHub issues are the preferred feedback channel

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