Update text-size-adjust documentation

Clarification that this rule applies to IE's mobile variant. Interestingly, we'll be able to remove "-ms-text-size-adjust" soon, as Windows Phone 8.1+ supports "-webkit-text-size-adjust" as an alias.

Documentation: https://msdn.microsoft.com/en-us/library/dn793579(v=vs.85).aspx
This commit is contained in:
Matt Brundage 2016-09-13 12:33:31 -04:00 committed by Jonathan Neal
parent 2b6082d43a
commit f9b42c6a3b

3
normalize.css vendored
View File

@ -3,7 +3,8 @@
/** /**
* 1. Change the default font family in all browsers (opinionated). * 1. Change the default font family in all browsers (opinionated).
* 2. Correct the line height in all browsers. * 2. Correct the line height in all browsers.
* 3. Prevent adjustments of font size after orientation changes in IE and iOS. * 3. Prevent adjustments of font size after orientation changes in
* IE on Windows Phone and in iOS.
*/ */
/* Document /* Document