Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

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

Open
teetotum opened this issue Jan 29, 2020 · 0 comments

Comments

@teetotum
Copy link

teetotum commented Jan 29, 2020

<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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant