Skip to main content
Pseudo-Classes & Selectors

:child-combinator

selector or pseudo-class · 10 supported, 2 partial, 2 unsupported across 15 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

ClientCategoryEngineSupport
GmailwebmailGmail WebSupported
Gmail AndroidmobileGmail MobilePartial
Gmail iOSmobileGmail MobilePartial
Outlook 365webmailOutlook WebSupported
Outlook (New)desktopOutlook WebUnsupported
Outlook ClassicdesktopMicrosoft WordUnsupported
Outlook iOSmobileOutlook MobileSupported
Outlook AndroidmobileOutlook MobileSupported
Apple MaildesktopWebKitSupported
Apple Mail iOSmobileWebKitSupported
Yahoo MailwebmailYahooSupported
Samsung MailmobileSamsungSupported
ThunderbirddesktopGeckoSupported
HEY MailwebmailWebKitSupported
SuperhumandesktopBlinkUnknown

Client-by-client behaviour for :child-combinator

Fully supports :child-combinator (10): Gmail, Outlook 365, Outlook iOS, Outlook Android, Apple Mail, Apple Mail iOS, Yahoo Mail, Samsung Mail, Thunderbird, HEY Mail.

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 (2): Outlook (New), Outlook Classic. 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.

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 15 clients

Preview rendering, catch CSS issues, and get actionable fixes — free.

Try Emailens Free

Support data last updated Apr 27, 2026 · synced from caniemail.com via @emailens/engine.