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

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

== [css-tables] How replaced elements are handled when receiving a 
table-* display type ==
We have changed the spec from 2.1 regarding replaced elements as no 
browser currently allows this. Here is the spec text regarding this 
change:

> Authors must not assign a display type from the previous list to 
replaced elements (like input fields or images).
>                       When the 'display' property of a replaced 
element computes to one of these values, 
>                               it is handled instead as would 
>                               <code>inline</code> (for 
<a>inline-table</a>, <a>table-cell</a>, <a>table-column</a>) or 
>                               <code>block</code> (for all other 
values).
>                       Whitespace collapsing and box generation must 
happen around those replaced elements 
>                               like if they never had any other 
display type.

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

Received on Wednesday, 21 September 2016 09:44:14 UTC