[csswg-drafts] [css-tables] <button>, padding, and border-collapse:collapse

FremyCompany has just created a new issue for 
https://github.com/w3c/csswg-drafts:

== [css-tables] <button>, padding, and border-collapse:collapse ==
According to the <a 
href="https://drafts.csswg.org/css-tables-3/#collapsed-style-overrides">CSS
 Tables 3 Spec:</a>
> 
> When a table is layouted in collapsed-borders mode, the following 
rules apply: 
> - The padding of the table-root element is ignored (as if it was set
 to 0px). 
>


Based on the following test case (https://jsfiddle.net/kLo6n71a/), it 
looks like only Edge works properly in case the table-root is a 
```<button>``` element. I still would like to resolve on not changing 
the spec in this case, because what other browsers are doing seem like
 a bug. 

Opinions?

Please view or discuss this issue at 
https://github.com/w3c/csswg-drafts/issues/415 using your GitHub 
account

Received on Friday, 19 August 2016 17:48:33 UTC