Welcome to Vanilla Breeze
This bell pulls live notifications from /go/notify/messages — the same contract documented at /docs/concepts/service-contracts/. Static articles like this one are the no-JS / no-backend fallback.
This bell pulls live notifications from /go/notify/messages — the same contract documented at /docs/concepts/service-contracts/. Static articles like this one are the no-JS / no-backend fallback.
Declare what review the content has received. Orthogonal to data-provenance and data-status.
The data-review attribute declares what review the content has received. It is orthogonal to data-provenance (how content was made) and data-status (publication state).
<!-- AI-drafted content that an editor reviewed --><article data-provenance="ai-generated" data-review="editor-reviewed"> <h1>Release Notes — v2.1.0</h1></article> <!-- Human-written, fact-checked --><section data-provenance="human" data-review="fact-checked"> <h2>Performance benchmarks</h2></section>
| Token | Meaning |
|---|---|
unreviewed |
Default if absent — no review has been performed |
fact-checked |
Factual claims have been verified |
editor-reviewed |
Reviewed and approved by an editor |
Add the labeled class to show a visible badge via ::before.
<section data-review="editor-reviewed" class="labeled"> <h2>Approved</h2> <p>This section has been reviewed and approved.</p></section>