override - speced/respec GitHub Wiki
class="override" to a section that ReSpec would normally auto-generate replaces the generated content entirely with your custom content.
<section id="sotd" class="override">
<h2>Status of This Document</h2>
<p>This document is an experimental draft for discussion only.</p>
</section>-
<section id="sotd">— Status of This Document -
<section id="conformance">— Conformance
- Only use when ReSpec's generated boilerplate is genuinely inappropriate for your document
- Overriding
sotdbypasses 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
.overrideclass — ReSpec will prepend the boilerplate and keep your content