A specific guideline within a standard
An accessibility guideline is one testable rule inside an accessibility standard. In WCAG terms it maps to a single success criterion: a precise, verifiable statement such as "text has a contrast ratio of at least 4.5:1". The standard is the document; the guideline is the line you can actually pass or fail, because a product conforms one criterion at a time.
A design team is checking a new pricing page against WCAG success criterion 1.4.3 Contrast (Minimum), a Level AA rule. The body text sits at 4.5:1 and passes, but a row of light-grey captions measures 3.1:1 and fails. The guideline gives the test a hard number, so the disagreement resolves on measurement rather than taste. The 4.5:1 threshold was chosen to compensate for the contrast-sensitivity loss of roughly 20/40 visionVisionStrategyA long-term aspirational statement of the future stateView reference →, so the rule encodes a specific human needNeedUserA user need, pain, desire, or constraintView reference →, not an arbitrary figure.
Pickering's practitioner catalogue works at the level below the criterion: it supplies accessible code patterns for the same building blocks a contrast-style rule governs — button semantics, form labelling, heading and document structure, navigation landmarks and ARIA. That makes it the implementation companion to a guideline, not a restatement of it; the criterion sets a pass/fail bar, and a pattern library like this is one team's answer to how to clear it. (The reading that each pattern maps cleanly onto one human need behind one criterion is a framing of this entry, not a claim the book itself advances.)
Carie Fisher's A11y Style Guide sits on the internal-house-rule side of that boundary: it is organised by component category — Cards, Forms, General, Media, Navigation, Structure — and surfaces the relevant WCAG criteria as linked references inside each component entry rather than as the top-level structure. So the external standard still sets the bar; the style guide is the build-time guidance that points back to it component by component. A team using both is letting the accessibility guideline define the requirement and the style guide describe where, in their own components, that requirement has to be met.
In the Unified Product Graph, an accessibility guideline lives under its parent standard, attached through A11y StandardcontainsA11y Guidelinehierarchy. That single edge does the structural work: it keeps each criterion bound to the version and conformance level it belongs to, so a guideline never floats free of the standard that defines it. Issues then reference the guideline they violate, which lets a team trace any failure straight back to the exact rule and the standard above it.a11y_standard_contains_a11y_guideline
A Minimum conformance; essential barriers removed.
Must Hard requirement. Violation blocks; no exceptions without an explicit carve-out.
Type-specific fields on BaseNode
principleenumWCAG principle this guideline falls under
guideline_numberstringGuideline reference number (e.g. "1.1", "2.4")
levelenumWCAG conformance level required
rule_strengthenumImperative force of this guideline.
idstringrequiredUnique identifier (UUID)
typeNodeTyperequiredDiscriminator for the entity type
titlestringrequiredDisplay name
descriptionstringOptional detailed description
statusstringLifecycle status
tagsstring[]Freeform tags for filtering
4 phases, initial: draft · template: PUBLISHING
2 edge types connected to this entity.
a11y_standard_contains_a11y_guidelinedesign_component_conforms_to_a11y_guideline