From: tu4mo Date: Wed, 12 Feb 2020 19:58:28 +0000 (+0200) Subject: Remove IE10 mention, since it's not supported (#30167) X-Git-Tag: v5.0.0-alpha1~458 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba72645eaf2503a3b39fd535e836393e787ba1b7;p=thirdparty%2Fbootstrap.git Remove IE10 mention, since it's not supported (#30167) --- diff --git a/site/content/docs/4.3/content/reboot.md b/site/content/docs/4.3/content/reboot.md index 6e2c297fe6..c9323b082f 100644 --- a/site/content/docs/4.3/content/reboot.md +++ b/site/content/docs/4.3/content/reboot.md @@ -427,7 +427,7 @@ The default `cursor` on summary is `text`, so we reset that to `pointer` to conv ## HTML5 `[hidden]` attribute -HTML5 adds [a new global attribute named `[hidden]`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/hidden), which is styled as `display: none` by default. Borrowing an idea from [PureCSS](https://purecss.io/), we improve upon this default by making `[hidden] { display: none !important; }` to help prevent its `display` from getting accidentally overridden. While `[hidden]` isn't natively supported by IE10, the explicit declaration in our CSS gets around that problem. +HTML5 adds [a new global attribute named `[hidden]`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/hidden), which is styled as `display: none` by default. Borrowing an idea from [PureCSS](https://purecss.io/), we improve upon this default by making `[hidden] { display: none !important; }` to help prevent its `display` from getting accidentally overridden. {{< highlight html >}}