Skip to content
Marcos Caceres edited this page Mar 27, 2026 · 8 revisions

<section id="issue-summary">

Generates a consolidated list of all issue boxes referenced throughout the document.

Usage

<div class="issue" data-number="42">
  <p>We need to decide the algorithm.</p>
</div>

<!-- Later in the document: -->
<section id="issue-summary" class="appendix">
  <!-- All issue boxes are listed here automatically -->
</section>

Notes

  • Collects all elements with class="issue" across the document
  • Each entry includes the issue number (if data-number is set), the title (if title attribute is set), and a link back to the issue in the document
  • Useful for tracking all open issues in a spec at a glance during review
  • Typically placed as an informative appendix

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