diff options
| author | tu4mo <[email protected]> | 2020-02-12 21:58:28 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-02-12 21:58:28 +0200 |
| commit | ba72645eaf2503a3b39fd535e836393e787ba1b7 (patch) | |
| tree | 4c442deb1253e24cfc1534752a8617073165016a | |
| parent | f54b83073dd1bef471ddb2a4052307befd8ee065 (diff) | |
| download | bootstrap-ba72645eaf2503a3b39fd535e836393e787ba1b7.tar.xz bootstrap-ba72645eaf2503a3b39fd535e836393e787ba1b7.zip | |
Remove IE10 mention, since it's not supported (#30167)
| -rw-r--r-- | site/content/docs/4.3/content/reboot.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/4.3/content/reboot.md b/site/content/docs/4.3/content/reboot.md index 6e2c297fe..c9323b082 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 >}} <input type="text" hidden> |
