diff options
| author | Chris Rebert <[email protected]> | 2015-09-23 18:57:21 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-09-23 18:58:40 -0700 |
| commit | c91e4f5162af55c2e616f429767d6e328855471b (patch) | |
| tree | ea85b93f7affa491db35aeb7eb8731c3634734e6 /docs/migration.md | |
| parent | 6f025183d5e93620f9504fdb7e7368b7034f6360 (diff) | |
| download | bootstrap-c91e4f5162af55c2e616f429767d6e328855471b.tar.xz bootstrap-c91e4f5162af55c2e616f429767d6e328855471b.zip | |
Clarify [hidden] attr docs; closes #17169
[ci skip]
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 6f060c397..d1b8c3375 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 they conflict with jQuery's `$(...).hide()` function. +- 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 |
