From 9dd1b3f73ff0b65a37ececde6db958bb02765000 Mon Sep 17 00:00:00 2001 From: nightmustfall Date: Tue, 11 Dec 2018 23:18:20 +0100 Subject: [PATCH] I added 2 extra lines to Conditional Comments (#26842) * I added 2 extra lines to Conditional Comments added "Older IE versions often need additionally CSS to display your pages accurately. Conditional comments can fulfill this purpose. " * fix: changed additionally to additional --- guide/english/html/comments-in-html/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guide/english/html/comments-in-html/index.md b/guide/english/html/comments-in-html/index.md index a6fc7a83fb..84c96a94cc 100644 --- a/guide/english/html/comments-in-html/index.md +++ b/guide/english/html/comments-in-html/index.md @@ -35,6 +35,8 @@ Conditional Comments define some HTML tags to be excuted when a certain codition Conditional Comments are only recognized by Internet Explorer Version 5 through to Version 9 (IE5 - IE9). +Older IE versions often need additional CSS to display your pages accurately. Conditional comments can fulfill this purpose. + ### Example ```html