Skip to content
Permalink
Browse files
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
  • Loading branch information
mattbrundage authored and Jonathan Neal committed Oct 3, 2016
1 parent 2b6082d commit f9b42c6a3bd89ec6d4e1506051cbc63128802dcb
Showing 1 changed file with 2 additions and 1 deletion.
@@ -3,7 +3,8 @@
/**
* 1. Change the default font family in all browsers (opinionated).
* 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

0 comments on commit f9b42c6

Please sign in to comment.