Skip to content

Commit

Permalink
Remove table border-color special case (doesn't match reality)
Browse files Browse the repository at this point in the history
Tests: will be upstreamed as part of https://bugzilla.mozilla.org/show_bug.cgi?id=1530048.

Fixes whatwg#4391.
  • Loading branch information
dholbert authored and annevk committed Mar 1, 2019
1 parent 91902bd commit 552ef78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -112682,7 +112682,6 @@ caption { text-align: center; }
thead, tbody, tfoot, table > tr { vertical-align: middle; }
tr, td, th { vertical-align: inherit; }

table, td, th { border-color: gray; }
thead, tbody, tfoot, tr { border-color: inherit; }
table[rules=none i], table[rules=groups i], table[rules=rows i],
table[rules=cols i], table[rules=all i], table[frame=void i],
Expand Down Expand Up @@ -122390,6 +122389,7 @@ INSERT INTERFACES HERE
Daniel Cheng,
Daniel Davis,
Daniel Glazman,
Daniel Holbert,
Daniel Peng,
Daniel Schattenkirchner,
Daniel Spång,
Expand Down

0 comments on commit 552ef78

Please sign in to comment.