Skip to content

Commit ef2b006

Browse files
committed
Fix a few CSS comments
1 parent 0c31dad commit ef2b006

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

normalize.css

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
/**
44
* 1. Set default font family to sans-serif.
5-
* 2. Prevent iOS text size adjust after orientation change, without disabling
6-
* user zoom.
5+
* 2. Prevent iOS and IE text size adjust after device orientation change,
6+
* without disabling user zoom.
77
*/
88

99
html {
@@ -71,7 +71,7 @@ audio:not([controls]) {
7171

7272
/**
7373
* Address `[hidden]` styling not present in IE 8/9/10.
74-
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
74+
* Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
7575
*/
7676

7777
[hidden],
@@ -91,7 +91,8 @@ a {
9191
}
9292

9393
/**
94-
* Improve readability when focused and also mouse hovered in all browsers.
94+
* Improve readability of focused elements when they are also in an
95+
* active/hover state.
9596
*/
9697

9798
a:active,

0 commit comments

Comments
 (0)