Bow Tie Kreative VIDEO Grammar

Production rules · Graphics

GFX-004

Hard rule priority 90 domain: graphics accessibility

Rationale

Essential visuals need time, space, and a nonvisual equivalent.

IF — conditions (all must hold)

  • graphic.essential_for_comprehension eq true

THEN — actions

  • append requirements "adequate_size_and_hold"
  • append requirements "accessible_alternative"

This is a hard rule: when it matches it participates in blocking — the pipeline may not proceed until the condition is repaired or a human accepts the risk.

Full record

rules/production_rules.json
{
  "id": "GFX-004",
  "domain": "graphics",
  "priority": 90,
  "hard": true,
  "logic": "all",
  "when": [
    {
      "path": "graphic.essential_for_comprehension",
      "op": "eq",
      "value": true
    }
  ],
  "then": [
    {
      "op": "append",
      "path": "requirements",
      "value": "adequate_size_and_hold"
    },
    {
      "op": "append",
      "path": "requirements",
      "value": "accessible_alternative"
    }
  ],
  "rationale": "Essential visuals need time, space, and a nonvisual equivalent.",
  "tags": [
    "accessibility"
  ]
}

This rule as JSON → · Evaluate a context →