philipwalton / flexbugs

A community-curated list of flexbox issues and cross-browser workarounds for them.
MIT License
13.63k stars 495 forks source link

Addition to Flexbug #9: IE11 <tr> Element (Table Row) does not Support Flexbox #275

Open teetotum opened 4 years ago

teetotum commented 4 years ago

<tr> elements in IE11 ignore dispaly: flex; and instead render their children as plain old table cell elements.

live demo JSBin showing the issue (when opened in IE11)

In Chrome the two <td> elements are rendered as flexbox children with their margin applied correctly. In IE11 the two <td> elements are still rendered as table row cells.