From 22dca24b819653a0d49511bcf5de6b37b625c9e1 Mon Sep 17 00:00:00 2001 From: Qondor <44169282+Qondor@users.noreply.github.com> Date: Mon, 15 Oct 2018 17:59:07 +0200 Subject: [PATCH] IE versions fix and Condiditonal Comments typo. (#19302) More clear notation about IE versions and consistency about Conditional Comments notation. --- client/src/pages/guide/english/html/comments-in-html/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/pages/guide/english/html/comments-in-html/index.md b/client/src/pages/guide/english/html/comments-in-html/index.md index e9cd850ba1..34ea6ffc9b 100644 --- a/client/src/pages/guide/english/html/comments-in-html/index.md +++ b/client/src/pages/guide/english/html/comments-in-html/index.md @@ -31,7 +31,7 @@ Read more: https://html.com/tags/comment-tag/#ixzz4vtZHu5uR ## Conditional Comments Conditional Comments defines some HTML tags to be excuted when a certain codition is fullfilled. -Conditional Comments are only recognised by Internet Explorer Version 5 through to Version 9 - IE5 - IE9. +Conditional Comments are only recognised by Internet Explorer Version 5 through to Version 9 (IE5 - IE9). ### Example ```html @@ -48,7 +48,7 @@ Conditional Comments are only recognised by Internet Explorer Version 5 through ### IE Conditional Comments -These comments are only available in Internet Explorer and can be used up to IE9. In the current times, there is a good change you will never see them, but it is good to know about their existance. Conditional comments are a way to serve a different experience for different client browsers. For example: +These comments are only available in Internet Explorer and can be used up to IE9. In the current times, there is a good change you will never see them, but it is good to know about their existance. Conditional Comments are a way to serve a different experience for different client browsers. For example: ```html