:type-selector
selector or pseudo-class · 17 supported, 2 partial, 1 unsupported across 21 clients
Type selectors target elements by tag name (e.g., a, p, h1). They have low specificity and are commonly used as resets or base typography. In email, type selectors live in <style> blocks and apply only on clients that preserve them, which excludes most Outlook builds.
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 | Supported |
| Outlook Classic | desktop | Microsoft Word | Supported |
| 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 :type-selector
Fully supports :type-selector (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 :type-selector in production sends.
Behaviour unverified in: Superhuman.
When to use :type-selector in email
- Setting a base font-family on every <p> and <td> in the document.
- Resetting <a> color and underline globally before applying inline overrides.
- Establishing default <li> spacing for all unordered lists.
Rendering behaviour and edge cases
- Type selectors have very low specificity and are easily overridden by inline styles or class selectors.
- Outlook strips <style> blocks, so type selectors are inert there.
- Gmail honors type selectors when <style> survives but rewrites class names that interact with them.
Recommended fallback strategy
Treat type selectors in <style> as a baseline that may not apply. Always set critical typography inline on each text-bearing element. Use type selectors for non-critical refinements only.
Fixes & Workarounds
Proton Mail
Unsupported":type-selector" is not supported in this email client.
Gmail Android
Partial":type-selector" is not supported in this email client.
Gmail iOS
Partial":type-selector" 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.