Skip to main content
Pseudo-Classes & Selectors

:grouping

selector or pseudo-class · 12 supported, 2 partial, 0 unsupported across 15 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
Apple MaildesktopWebKitSupported
Apple Mail iOSmobileWebKitSupported
Yahoo MailwebmailYahooSupported
Samsung MailmobileSamsungSupported
ThunderbirddesktopGeckoSupported
HEY MailwebmailWebKitSupported
SuperhumandesktopBlinkUnknown

Client-by-client behaviour for :grouping

Fully supports :grouping (12): Gmail, Outlook 365, Outlook (New), Outlook Classic, 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.

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

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 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.