diff options
| author | Chris Rebert <[email protected]> | 2015-09-27 00:34:12 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-09-27 00:34:12 -0700 |
| commit | ef5cc0bfa9b19ebd64e98f4b10487e4ca0c2c03c (patch) | |
| tree | 34c21fdc3d2b53dfd7d5f753d0d80415a09cb79b /docs/migration.md | |
| parent | eab8907006a0bb19480814d5dd72190c793eaeb9 (diff) | |
| parent | c91e4f5162af55c2e616f429767d6e328855471b (diff) | |
| download | bootstrap-ef5cc0bfa9b19ebd64e98f4b10487e4ca0c2c03c.tar.xz bootstrap-ef5cc0bfa9b19ebd64e98f4b10487e4ca0c2c03c.zip | |
Merge pull request #17689 from twbs/fix-17169-more
Docs: Clarify [hidden] & .hidden
Diffstat (limited to 'docs/migration.md')
| -rw-r--r-- | docs/migration.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/migration.md b/docs/migration.md index 20a802fd2..aa9aa114a 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -179,7 +179,7 @@ Note that the changes to the grid breakpoints in v4 means that you'll need to go ## Misc notes to prioritize - Removed the `min--moz-device-pixel-ratio` typo hack for retina media queries -- Dropped `.hidden` and `.show` because it interferes with jQuery's `$(...).hide()`. +- Dropped `.hidden` and `.show` because they conflict with jQuery's `$(...).hide()` and `$(...).show()` methods. - Change buttons' `[disabled]` to `:disabled` as IE9+ supports `:disabled`. However `fieldset[disabled]` is still necessary because [native disabled fieldsets are still buggy in IE11](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/fieldset#Browser_compatibility). TODO: audit list of stuff in v3 that was marked as deprecated |
