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

issueBase

Type: string

Base URL for linking data-number issue markers to an external issue tracker.

Usage

var respecConfig = {
  issueBase: "https://github.com/example/repo/issues/",
};

With this set, <div class="issue" data-number="42"> renders "Issue 42" as a link to https://github.com/example/repo/issues/42.

atRiskBase

Type: string

Works the same as issueBase but applies to issues marked with class="atrisk" (W3C "Feature at Risk" markers). If not set, at-risk issues with data-number are not linked.

var respecConfig = {
  issueBase: "https://github.com/example/repo/issues/",
  atRiskBase: "https://github.com/example/repo/issues/",
};

Notes

  • issueBase is only used when data-number is explicitly set on the issue element; it does not affect issues without a number
  • When github is configured, the GitHub repo URL is used automatically — issueBase overrides this for issue links
  • See .issue for full issue box documentation

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