test+fix(stammbaum): enlarge marriage-line midpoint dot to r=6 (#361)
Once the dot starts stacking to disambiguate multiple marriages on multi-spouse rows it carries meaning, so it's no longer decorative — WCAG 1.4.11 (3:1) applies. r=6 (12 px diameter) covers the contrast gap; the existing brand-navy fill against the gutter and surface backgrounds satisfies the ratio without a hue change. Impl-ref table in stammbaum-tree-spec.html updated to match (r=6 / 12 px dia / Informational), with the WCAG reference noted. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -999,9 +999,9 @@ body{font-family:'Montserrat',system-ui,sans-serif;background:#ECEAE4;color:#1A1
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Marriage dot</td>
|
||||
<td>SVG <code>r="4.5"</code></td>
|
||||
<td>9 px dia</td>
|
||||
<td>Filled circle at connector midpoints; same color as connectors</td>
|
||||
<td>SVG <code>r="6"</code></td>
|
||||
<td>12 px dia</td>
|
||||
<td>Filled circle at connector midpoints; same color as connectors. Informational (disambiguates stacked marriages on multi-spouse rows) — WCAG 1.4.11 (3:1) applies.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Gutter label</td>
|
||||
|
||||
Reference in New Issue
Block a user