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+)

ProductQtyPrice
Widget A12$4.99
Widget B3$14.50
Widget C8$2.25
border-color: —
/* adjust controls */

before vs. after

Chrome < 149 (UA had border-color: gray)
Chrome 149+ (UA rule removed)
ProductPrice
Widget A$4.99
color: #1a73e8 (blue) — borders stayed gray
ProductPrice
Widget A$4.99
color: #1a73e8 (blue) — borders inherit blue ✓

see also

implementation reference

Need the exact API surface, compatibility boundaries, errors, lifecycle, and source links? Read the matching gendn reference ↗