From fe7a07c2c56773faa8d24eac9b1984f2b6b81a61 Mon Sep 17 00:00:00 2001 From: Luciano Battagliero Date: Sat, 25 Jun 2016 15:44:48 -0300 Subject: [PATCH 1/2] Simplify headings normalization comment The results for computed `line-height` in #593 were virtually different in all tested browsers, and since [such browsers are ones we support](https://github.com/necolas/normalize.css#browser-support), I don't see the need to have a *complex* comment naming all of them. --- normalize.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/normalize.css b/normalize.css index a547e39..0eac342 100644 --- a/normalize.css +++ b/normalize.css @@ -155,8 +155,7 @@ h1 { } /** - * Correct the line-height for all headings in Chrome mobile, Firefox, - * iOS Safari, Microsoft Edge and IE. + * Correct the line height for headings in all browsers. */ h1, From 6f78003ffd58dd57733c7d35777c22cc174beb17 Mon Sep 17 00:00:00 2001 From: Luciano Battagliero Date: Sat, 25 Jun 2016 15:48:04 -0300 Subject: [PATCH 2/2] Remove "heading" reference since is redundant --- normalize.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/normalize.css b/normalize.css index 0eac342..fd974a4 100644 --- a/normalize.css +++ b/normalize.css @@ -155,7 +155,7 @@ h1 { } /** - * Correct the line height for headings in all browsers. + * Correct the line height in all browsers. */ h1,