html-email: E F is valid in Outlook

This commit is contained in:
Rico Sta. Cruz 2017-08-30 14:44:36 +08:00
parent d397070836
commit 751ca6a710
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,8 @@ updated: 201708.29
| `E[attr]` | (Outlook, Gmail) | | `E[attr]` | (Outlook, Gmail) |
| `E:nth-child(n)` | (Outlook, Gmail) | | `E:nth-child(n)` | (Outlook, Gmail) |
| `::before` _and_ `::after` | (Outlook, Yahoo, Gmail) | | `::before` _and_ `::after` | (Outlook, Yahoo, Gmail) |
| `E F` | (Outlook, Gmail) | | `E F` | (Gmail) |
| `E + F`, `E > F` _etc_ | (Gmail) | | `E + F`, `E > F` _etc_ | (Outlook, Gmail) |
Inline your CSS as much as possible. Inline your CSS as much as possible.