Skip to content

Commit

Permalink
Fix <table> declarations (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
atjn authored Aug 11, 2024
1 parent ff296ba commit a5c26a4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions modern-normalize.css
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,11 @@ Tabular data
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
Correct table border color inheritance in Chrome and Safari. (https://issues.chromium.org/issues/40615503, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
text-indent: 0; /* 1 */
border-color: inherit; /* 2 */
border-color: currentcolor;
}

/*
Expand Down

0 comments on commit a5c26a4

Please sign in to comment.