Skip to main content
Pseudo-Classes & Selectors

:grouping

selector or pseudo-class · 17 supported, 2 partial, 1 unsupported across 21 clients

Selector grouping (a, b, c) applies the same styles to multiple selectors at once. It is a CSS authoring convenience rather than a behavior , when <style> blocks are preserved, grouped selectors behave identically to writing them separately. Outlook strips <style>, so grouped selectors are inert there.

Client Support

ClientCategoryEngineSupport
GmailwebmailGmail WebSupported
Gmail AndroidmobileGmail MobilePartial
Gmail iOSmobileGmail MobilePartial
Outlook 365webmailOutlook WebSupported
Outlook (New)desktopOutlook WebSupported
Outlook ClassicdesktopMicrosoft WordSupported
Outlook iOSmobileOutlook MobileSupported
Outlook AndroidmobileOutlook MobileSupported
Outlook for MacdesktopWebKitSupported
Apple MaildesktopWebKitSupported
Apple Mail iOSmobileWebKitSupported
Yahoo MailwebmailYahooSupported
Yahoo Mail AndroidmobileYahooSupported
Yahoo Mail iOSmobileYahooSupported
Samsung MailmobileSamsungSupported
ThunderbirddesktopGeckoSupported
HEY MailwebmailWebKitSupported
Proton MailwebmailProtonUnsupported
AOL MailwebmailAOLSupported
FastmailwebmailFastmailSupported
SuperhumandesktopBlinkUnknown

Client-by-client behaviour for :grouping

Fully supports :grouping (17): Gmail, Outlook 365, Outlook (New), Outlook Classic, 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 (1): Proton Mail. Plan fallbacks for these clients before relying on :grouping in production sends.

Behaviour unverified in: Superhuman.

When to use :grouping in email

  • Applying a single base font-family rule to all text-bearing elements at once.
  • Resetting margin on multiple heading levels with one rule.
  • Sharing dark-mode color overrides across several distinct elements.

Rendering behaviour and edge cases

  • Grouping is purely syntactic , supported wherever each individual selector is supported.
  • Outlook ignores all <style>-based grouping.
  • Long groups can become hard to maintain , keep groups focused on a single styling concern.

Recommended fallback strategy

Use selector grouping freely in <style> blocks for cleanliness. For Outlook coverage, duplicate the grouped styles inline on each affected element.

Fixes & Workarounds

Proton Mail

Unsupported

":grouping" is not supported in this email client.

Gmail Android

Partial

":grouping" is not supported in this email client.

Gmail iOS

Partial

":grouping" 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 Free

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