From 751ca6a710a592693960cc5fc0cf9867cf3e8ed4 Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Wed, 30 Aug 2017 14:44:36 +0800 Subject: [PATCH] html-email: E F is valid in Outlook --- html-email.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html-email.md b/html-email.md index cbb7eca5d..341490f4a 100644 --- a/html-email.md +++ b/html-email.md @@ -31,8 +31,8 @@ updated: 201708.29 | `E[attr]` | (Outlook, Gmail) | | `E:nth-child(n)` | (Outlook, Gmail) | | `::before` _and_ `::after` | (Outlook, Yahoo, Gmail) | -| `E F` | (Outlook, Gmail) | -| `E + F`, `E > F` _etc_ | (Gmail) | +| `E F` | (Gmail) | +| `E + F`, `E > F` _etc_ | (Outlook, Gmail) | Inline your CSS as much as possible.