override - speced/respec GitHub Wiki

.override

⚠️ Last resort only. Adding class="override" to a section that ReSpec would normally auto-generate replaces the generated content entirely with your custom content.

Usage

<section id="sotd" class="override">
  <h2>Status of This Document</h2>
  <p>This document is an experimental draft for discussion only.</p>
</section>

Sections that can be overridden

  • <section id="sotd"> — Status of This Document
  • <section id="conformance"> — Conformance

Notes

  • Only use when ReSpec's generated boilerplate is genuinely inappropriate for your document
  • Overriding sotd bypasses the standard W3C status boilerplate — you are responsible for all required W3C publication text
  • Most cases where you want to customize SotD can be handled by adding content to the section without the .override class — ReSpec will prepend the boilerplate and keep your content
⚠️ **GitHub.com Fallback** ⚠️