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

Commit

Permalink
Merge pull request #246 from philipwalton/update-bugs
Browse files Browse the repository at this point in the history
Update partially fixed bugs
  • Loading branch information
philipwalton authored Dec 6, 2017
2 parents 197f135 + f3fdf3c commit 877c1e6
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,15 @@ _Minimum content sizing of flex items not honored_
<a href="https://codepen.io/philipwalton/pen/wBopYg">1.2.b</a> &ndash; <em>workaround</em>
</td>
<td>
Chrome (fixed in 48)<br>
Opera (fixed in 35)<br>
Chrome (partially fixed in 44)<br>
Opera (partially fixed in 31)<br>
Safari (fixed in 10)
</td>
<td>
<a href="https://code.google.com/p/chromium/issues/detail?id=426898">Chrome #426898</a><br>
<a href="https://bugs.webkit.org/show_bug.cgi?id=146020">Safari #146020</a>
<a href="https://code.google.com/p/chromium/issues/detail?id=426898">Chrome #426898 (fixed)</a><br>
<a href="https://code.google.com/p/chromium/issues/detail?id=676985">Chrome #676985</a><br>
<a href="https://bugs.chromium.org/p/chromium/issues/detail?id=596743">Chrome #596743</a></br>
<a href="https://bugs.webkit.org/show_bug.cgi?id=146020">Safari #146020 (fixed)</a>
</td>
</tr>
</table>
Expand Down Expand Up @@ -359,22 +361,24 @@ _Some HTML elements can't be flex containers_
<td>
Chrome<br>
Edge<br>
Firefox (fixed in 52)<br>
Firefox (partially fixed in 52)<br>
Opera<br>
Safari (fixed in 11)
</td>
<td>
<a href="https://code.google.com/p/chromium/issues/detail?id=375693">Chrome #375693</a><br>
<a href="https://code.google.com/p/chromium/issues/detail?id=700029">Chrome #700029</a><br>
<a href="https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/4511145/">Edge #4511145</a><br>
<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=984869">Firefox #984869 (fixed)</a><br>
<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1230207">Firefox #1230207 (fixed)</a><br>
<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1397768">Firefox #1397768</a><br>
<a href="https://bugs.webkit.org/show_bug.cgi?id=169082">Safari #169082 (fixed)</a><br>
<a href="https://bugs.webkit.org/show_bug.cgi?id=169700">Safari #169700 (fixed)</a>
</td>
</tr>
</table>

Certain HTML elements, like `<fieldset>` and `<button>`, do not work as flex containers. The browsers default rendering of those element's UI conflicts with the `display: flex` declaration.
Certain HTML elements, like `<fieldset>` and `<button>`, do not work as flex containers. The browser's default rendering of those element's UI conflicts with the `display: flex` declaration.

Demo [9.1.a](https://codepen.io/philipwalton/pen/ByZgpW) shows how `<button>` elements didn't work in Firefox, and demo [9.2.a](https://codepen.io/philipwalton/pen/wKBqdY) shows that `<fieldset>` elements don't work in most browsers.

Expand Down

0 comments on commit 877c1e6

Please sign in to comment.