Skip to content

Commit

Permalink
[giow] (2) turns out 'table' needs box-sizing:border-box for compat w…
Browse files Browse the repository at this point in the history
…ith gecko and opera. in webkit it's quirks-only. (couldn't test IE)

Affected topics: Rendering

git-svn-id: http://svn.whatwg.org/webapps@7278 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 27, 2012
1 parent d956be9 commit f8e6cc7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions complete.html
Expand Up @@ -97402,6 +97402,7 @@ <h4 id=tables><span class=secno>14.3.9 </span>Tables</h4>
}

table {
box-sizing: border-box;
border-spacing: 2px;
border-collapse: separate;
text-indent: initial;
Expand Down
1 change: 1 addition & 0 deletions index
Expand Up @@ -97402,6 +97402,7 @@ tfoot[hidden], tr[hidden], td[hidden], th[hidden] {
}

table {
box-sizing: border-box;
border-spacing: 2px;
border-collapse: separate;
text-indent: initial;
Expand Down
1 change: 1 addition & 0 deletions source
Expand Up @@ -112653,6 +112653,7 @@ tfoot[hidden], tr[hidden], td[hidden], th[hidden] {
}

table {
box-sizing: border-box;
border-spacing: 2px;
border-collapse: separate;
text-indent: initial;
Expand Down

0 comments on commit f8e6cc7

Please sign in to comment.