<dialog>
HTML element · 6 supported, 0 partial, 14 unsupported across 21 clients
The <dialog> element represents a modal or non-modal dialog. It is unsupported in essentially every email client because email is not an interactive surface. Including <dialog> in email markup is harmless , the content inside renders as a regular block , but the open/close behavior never works.
Client Support
| Client | Category | Engine | Support |
|---|---|---|---|
| Gmail | webmail | Gmail Web | Unsupported |
| Gmail Android | mobile | Gmail Mobile | Supported |
| Gmail iOS | mobile | Gmail Mobile | Unsupported |
| Outlook 365 | webmail | Outlook Web | Unsupported |
| Outlook (New) | desktop | Outlook Web | Unsupported |
| Outlook Classic | desktop | Microsoft Word | Unsupported |
| Outlook iOS | mobile | Outlook Mobile | Unsupported |
| Outlook Android | mobile | Outlook Mobile | Unsupported |
| Outlook for Mac | desktop | WebKit | Supported |
| Apple Mail | desktop | WebKit | Supported |
| Apple Mail iOS | mobile | WebKit | Supported |
| Yahoo Mail | webmail | Yahoo | Unsupported |
| Yahoo Mail Android | mobile | Yahoo | Unsupported |
| Yahoo Mail iOS | mobile | Yahoo | Unsupported |
| Samsung Mail | mobile | Samsung | Supported |
| Thunderbird | desktop | Gecko | Supported |
| HEY Mail | webmail | WebKit | Unsupported |
| Proton Mail | webmail | Proton | Unsupported |
| AOL Mail | webmail | AOL | Unsupported |
| Fastmail | webmail | Fastmail | Unsupported |
| Superhuman | desktop | Blink | Unknown |
Client-by-client behaviour for <dialog>
Fully supports <dialog> (6): Gmail Android, Outlook for Mac, Apple Mail, Apple Mail iOS, Samsung Mail, Thunderbird.
No support (14): Gmail, Gmail iOS, Outlook 365, Outlook (New), Outlook Classic, Outlook iOS, Outlook Android, Yahoo Mail, Yahoo Mail Android, Yahoo Mail iOS, HEY Mail, Proton Mail, AOL Mail, Fastmail. Plan fallbacks for these clients before relying on <dialog> in production sends.
Behaviour unverified in: Superhuman.
When to use <dialog> in email
- Including <dialog> as a semantic wrapper for fallback content that renders as block-level text.
- AMP for Email contexts where lightbox-style interactions are supported (rare and Gmail-only).
- Future-proofing markup for clients that may eventually honor dialog semantics.
Rendering behaviour and edge cases
- <dialog> renders as a block-level element with default styling, but no clients honor its open/show behavior.
- Most clients ignore the open attribute entirely.
- AMP for Email provides interactive lightboxes through dedicated AMP components, not native <dialog>.
Recommended fallback strategy
Avoid <dialog> in production email. If you need a 'modal' visual treatment, build a styled card with table cells and let it render inline in the email flow.
Fixes & Workarounds
Gmail
Unsupported"<dialog>" is not supported in this email client.
Gmail iOS
Unsupported"<dialog>" is not supported in this email client.
Outlook 365
Unsupported"<dialog>" is not supported in this email client.
Outlook (New)
Unsupported"<dialog>" is not supported in this email client.
Outlook Classic
Unsupported"<dialog>" is not supported in this email client.
Outlook iOS
Unsupported"<dialog>" is not supported in this email client.
Outlook Android
Unsupported"<dialog>" is not supported in this email client.
Yahoo Mail
Unsupported"<dialog>" is not supported in this email client.
Yahoo Mail Android
Unsupported"<dialog>" is not supported in this email client.
Yahoo Mail iOS
Unsupported"<dialog>" is not supported in this email client.
HEY Mail
Unsupported"<dialog>" is not supported in this email client.
Proton Mail
Unsupported"<dialog>" is not supported in this email client.
AOL Mail
Unsupported"<dialog>" is not supported in this email client.
Fastmail
Unsupported"<dialog>" 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.