# Render-verification coverage gaps

> Generated by `pnpm audit:render-coverage-gaps`. Blind-spot map: styled sub-element
> selectors that **no manifest verifier target inspects**. Measurement only — does NOT
> verify Figma correctness. Root fill/border is implicitly checked even if the wrapper
> class appears below; treat top-level wrapper gaps as low-signal.

**19 styled selectors uncovered** out of 88 across 32 canonical components.

| Component | styled | covered | GAP (uncovered styled selectors) |
|---|---|---|---|
| CheckBox | 4 | 2 | `.cb--disabled`, `.cb-icon` |
| PopupBox | 5 | 3 | `.popup-overlay`, `.popup-box__body` |
| Radio | 4 | 2 | `.radio--disabled`, `.radio-dot` |
| Tooltip | 3 | 1 | `.tooltip-anchor`, `.tooltip-arrow` |
| DropDownListSelect | 2 | 1 | `.dropdown-select` |
| InputBoxBase | 5 | 4 | `.tvu-input-count` |
| Message | 3 | 2 | `.message__close` |
| Pagination | 1 | 0 | `.pg-ellipsis` |
| PillCounter | 2 | 1 | `.pill__dot` |
| PillStatus | 2 | 1 | `.pill__dot` |
| Rating | 2 | 1 | `.rating__star` |
| SelectBoxBase | 6 | 5 | `.dropdown-select` |
| StepItem | 3 | 2 | `.step-desc` |
| Tab | 1 | 0 | `.tab--filled` |
| Table | 2 | 1 | `.tbl` |
| Badge | 1 | 1 | — |
| BreadcrumbItem | 2 | 2 | — |
| ButtonBridge | 1 | 1 | — |
| Chart | 1 | 1 | — |
| FormItem | 2 | 2 | — |
| InputBoxFilled | 2 | 2 | — |
| InputBoxLine | 2 | 2 | — |
| InputNumber | 3 | 3 | — |
| Notification | 5 | 5 | — |
| Progress | 3 | 3 | — |
| SelectBoxFilled | 4 | 4 | — |
| SelectBoxLine | 4 | 4 | — |
| Slider | 2 | 2 | — |
| Switch | 2 | 2 | — |
| TabItem | 6 | 6 | — |
| TabList | 1 | 1 | — |
| TopBar | 2 | 2 | — |

## Notes
- A GAP means the verifier never compares that element's color/bg/border against Figma.
- Known live example: `SelectBoxBase .select-chip__close` rendered the wrong light-theme
  color for weeks (fixed 2026-06-05) precisely because it is a GAP here.
- Closing a GAP requires deterministic Figma↔DOM correspondence for that sub-element
  (e.g. `data-figma-node-id` annotation), not a hand-written per-element rule.
