:child-combinator
selector or pseudo-class · 15 supported, 2 partial, 3 unsupported across 21 clients
The child combinator (>) selects direct children of a parent. It is supported wherever <style> blocks survive , modern Apple Mail, Superhuman, and conditionally Gmail , and ignored where <style> is stripped. Compared to descendant combinators, the child combinator is more performant and more precise but equally limited in legacy clients.
Client Support
| Client | Category | Engine | Support |
|---|---|---|---|
| Gmail | webmail | Gmail Web | Supported |
| Gmail Android | mobile | Gmail Mobile | Partial |
| Gmail iOS | mobile | Gmail Mobile | Partial |
| Outlook 365 | webmail | Outlook Web | Supported |
| Outlook (New) | desktop | Outlook Web | Unsupported |
| Outlook Classic | desktop | Microsoft Word | Unsupported |
| Outlook iOS | mobile | Outlook Mobile | Supported |
| Outlook Android | mobile | Outlook Mobile | Supported |
| Outlook for Mac | desktop | WebKit | Supported |
| Apple Mail | desktop | WebKit | Supported |
| Apple Mail iOS | mobile | WebKit | Supported |
| Yahoo Mail | webmail | Yahoo | Supported |
| Yahoo Mail Android | mobile | Yahoo | Supported |
| Yahoo Mail iOS | mobile | Yahoo | Supported |
| Samsung Mail | mobile | Samsung | Supported |
| Thunderbird | desktop | Gecko | Supported |
| HEY Mail | webmail | WebKit | Supported |
| Proton Mail | webmail | Proton | Unsupported |
| AOL Mail | webmail | AOL | Supported |
| Fastmail | webmail | Fastmail | Supported |
| Superhuman | desktop | Blink | Unknown |
Client-by-client behaviour for :child-combinator
Fully supports :child-combinator (15): Gmail, Outlook 365, Outlook iOS, Outlook Android, Outlook for Mac, Apple Mail, Apple Mail iOS, Yahoo Mail, Yahoo Mail Android, Yahoo Mail iOS, Samsung Mail, Thunderbird, HEY Mail, AOL Mail, Fastmail.
Partial support (2): Gmail Android, Gmail iOS. Expect rendering quirks unique to each engine. Partial support typically means a subset of values, an ignored shorthand, or sanitizer-specific rewrites.
No support (3): Outlook (New), Outlook Classic, Proton Mail. Plan fallbacks for these clients before relying on :child-combinator in production sends.
Behaviour unverified in: Superhuman.
When to use :child-combinator in email
- Styling first-level navigation links without affecting nested submenus.
- Targeting top-level cards in a digest layout while leaving inner content untouched.
- Constraining responsive overrides to direct children only.
Rendering behaviour and edge cases
- Outlook on Windows ignores all selector-based styling because it strips <style> blocks.
- Apple Mail and modern Gmail honor the child combinator when <style> survives.
- Specificity matters , combine the child combinator with class names rather than tag selectors for predictable cascade order.
Recommended fallback strategy
Use the child combinator inside <style> blocks for clients that honor it, and inline the equivalent styles directly on the matching elements for Outlook compatibility.
Fixes & Workarounds
Outlook (New)
Unsupported":child-combinator" is not supported in this email client.
Outlook Classic
Unsupported":child-combinator" is not supported in this email client.
Proton Mail
Unsupported":child-combinator" is not supported in this email client.
Gmail Android
Partial":child-combinator" is not supported in this email client.
Gmail iOS
Partial":child-combinator" is not supported in this email client.
Related Features
Test your email across all 21 clients
Preview rendering, catch CSS issues, and get actionable fixes. Free.
Try Emailens FreeSupport data last updated Apr 27, 2026 · synced from caniemail.com via @emailens/engine.