Created by: sidot3291
After I noticed my page zooming, I searched for how to prevent it and found this: http://stackoverflow.com/questions/2989263/disable-auto-zoom-in-input-text-tag-safari-on-iphone
If there was a callout, I probably would have avoided ever attempting to use .form-control-sm.
In the callout itself, I was unsure whether I should present a single recommended solution, or if I should present all possible solutions. In this case, the other solutions are to prevent zoom onFocus with custom Javascript or to prevent zoom altogether with a viewport restriction. Since both impact accessibility, I decided to only present the option of avoiding use.