Re: [csswg-drafts] [css-tables] How replaced elements are handled when receiving a table-* display type

Reporting back after having a look at the code. Our behavior was 
changed in Edge from returning ```block``` for every element to return
 something similar to Chrome and Safari. 

The spirit was that replaced elements except form fields should behave
 as block, and form fields elements as inline. It doesn't make much 
sense to me that table-row wouldn't be a block on an input or that 
table-cell might be a block on some other elements, but I would be 
fine to change the spec to match it if this is what people believe is 
best. 

That would still leave <input type="button"> as a bug for Edge and 
<input type=file> as a bug for Chrome. 

What do you think?

-- 
GitHub Notification of comment by FremyCompany
Please view or discuss this issue at 
https://github.com/w3c/csswg-drafts/issues/508#issuecomment-260514939 
using your GitHub account

Received on Tuesday, 15 November 2016 01:04:18 UTC