]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
IE 9 not supported list v4 flexbox 17803/head
authora-moses <a-moses@users.noreply.github.com>
Wed, 7 Oct 2015 00:04:20 +0000 (03:04 +0300)
committera-moses <a-moses@users.noreply.github.com>
Wed, 7 Oct 2015 00:04:20 +0000 (03:04 +0300)
add flexbox to the not supported list

https://github.com/twbs/bootstrap/issues/17802

docs/getting-started/browsers-devices.md

index 0f98f0678466c35be6900f47607932db1a319a6b..bcaf57c3e27f57171be0f1191c4f3bd720bb020a 100644 (file)
@@ -131,6 +131,10 @@ Internet Explorer 9 is also supported, however, please be aware that some CSS3 p
         <th scope="row"><code>placeholder</code></th>
         <td class="text-danger">Not supported</td>
       </tr>
+      <tr>
+      <th scope="row"><code>flexbox</code></th>
+      <td class="text-danger">Not supported</td>
+      </tr>
     </tbody>
   </table>
 </div>