Skip to content

Commit f9b42c6

Browse files
mattbrundageJonathan Neal
authored andcommitted
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
1 parent 2b6082d commit f9b42c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

normalize.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
/**
44
* 1. Change the default font family in all browsers (opinionated).
55
* 2. Correct the line height in all browsers.
6-
* 3. Prevent adjustments of font size after orientation changes in IE and iOS.
6+
* 3. Prevent adjustments of font size after orientation changes in
7+
* IE on Windows Phone and in iOS.
78
*/
89

910
/* Document

0 commit comments

Comments
 (0)