Production rules · Delivery
DLV-003
Hard rule priority 100 domain: delivery accessibility
Rationale
Essential text cannot overlap other essential text or controls.
IF — conditions (all must hold)
- delivery.caption_graphic_ui_collision eq true
THEN — actions
- add_flag "CAPTION_GRAPHIC_COLLISION"
- propose "reflow_caption_or_graphic"
- block
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
{
"id": "DLV-003",
"domain": "delivery",
"priority": 100,
"hard": true,
"logic": "all",
"when": [
{
"path": "delivery.caption_graphic_ui_collision",
"op": "eq",
"value": true
}
],
"then": [
{
"op": "add_flag",
"value": "CAPTION_GRAPHIC_COLLISION"
},
{
"op": "propose",
"value": "reflow_caption_or_graphic"
},
{
"op": "block"
}
],
"rationale": "Essential text cannot overlap other essential text or controls.",
"tags": [
"accessibility"
]
}