v149 · CSS · UA Stylesheet · Tables
Color Cascade Explorer
Pick any color value and watch how table borders respond. In Chrome 149+, border: 1px solid on a table inherits from color correctly — the erroneous border-color: gray UA rule is gone.
Table CSS
#1a73e8
Cascade for border-color:
Live Result (Chrome 149+)
| Product | Qty | Price |
|---|---|---|
| Widget A | 12 | $4.99 |
| Widget B | 3 | $14.50 |
| Widget C | 8 | $2.25 |
border-color: —
/* adjust controls */
before vs. after
Chrome < 149 (UA had border-color: gray)
Chrome 149+ (UA rule removed)
| Product | Price |
|---|---|
| Widget A | $4.99 |
color: #1a73e8 (blue) — borders stayed gray
| Product | Price |
|---|---|
| Widget A | $4.99 |
color: #1a73e8 (blue) — borders inherit blue ✓
see also
- Border Color Demo — simple before/after
- Migration Guide — what changes and how to adapt
- Feature index
implementation reference
Need the exact API surface, compatibility boundaries, errors, lifecycle, and source links? Read the matching gendn reference ↗