Outlook for Mac vs Outlook Classic: CSS Support Differences
Outlook for Mac renders with WebKit; Outlook Classic renders with Microsoft Word. The gap runs almost entirely one way: 156 features work in Outlook for Mac and break in the other, against 1 in the reverse direction. Build for the stricter one and the permissive one follows.
Support data derived from caniemail.com (MIT) - last synced Sep 2, 2026 - engine data v0.12.2
54
work in both
the safe intersection
156
only in Outlook for Mac
breaks in Outlook Classic
1
only in Outlook Classic
breaks in Outlook for Mac
34
partial on one side
renders, with caveats
Works in Outlook for Mac, breaks in Outlook Classic
Each of these needs a fallback if the send reaches both.
- <abbr>
- <acronym>
- <bdi>
- <button type="reset">
- <dialog>
- <input type="checkbox">
- <input type="hidden">
- <input type="radio">
- <input type="reset">
- <input type="text">
- <marquee>
- <meter>
- <picture>
- <progress>
- <rp>
- <rt>
- <ruby>
- <select>
- <svg>
- <textarea>
- <video>
- <wbr>
- [aria-describedby]
- [aria-hidden]
- [aria-label]
- [aria-labelledby]
- [aria-live]
- [background]
- [loading]
- [required]
- [role]
- [srcset]
- @font-face
- @keyframes
- @media
- @media device-pixel-ratio
- @media hover
- @media orientation
- @media prefers-color-scheme
- @media prefers-reduced-motion
- @supports
- align-items
- animation
- backdrop-filter
- background-blend-mode
- background-clip
- background-image
- background-origin
- background-position
- background-repeat
- background-size
- border-image
- border-inline-longhand
- border-radius
- bottom
- box-shadow
- box-sizing
- calc
- caption-side
- clip-path
- column-count
- columns
- conic-gradient
- custom-properties
- empty-cells
- filter
- fit-content
- flex-direction
- flex-wrap
- float
- font-size-adjust
- gap
- grid-template-columns
- html5-semantics
- hyphens
- image-maps
- justify-content
- left
- list-style-image
- list-style-position
- margin-block-start-end
- margin-inline-start-end
- mask-image
- max
- max-block-size
- max-height
- min
- min-height
- min-inline-size
- min-width
- mix-blend-mode
- object-fit
- object-position
- opacity
- orphans
- outline
- overflow-wrap
- padding-block-start-end
- padding-inline-start-end
- position
- pseudo-class-active
- pseudo-class-default
- pseudo-class-nth-last-of-type
- rgba
- right
- shape-margin
- shape-outside
- system-ui
- tab-size
- table-layout
- text-decoration-line
- text-decoration-style
- text-decoration-thickness
- text-emphasis
- text-emphasis-position
- text-overflow
- text-shadow
- top
- transform
- unit-ch
- unit-initial
- unit-rem
- unit-vh
- unit-vmax
- unit-vmin
- unit-vw
- visibility
- white-space
- widows
- word-spacing
- writing-mode
- z-index
- ::marker
- :adjacent-sibling
- :attribute-selector
- :chaining
- :checked
- :child-combinator
- :first-child
- :first-of-type
- :focus
- :general-sibling
- :hover
- :last-child
- :last-of-type
- :not
- :nth-child
- :nth-last-child
- :nth-of-type
- :only-child
- :only-of-type
- :target
- :universal-selector
- :visited
- display:flex
- display:grid
Works in Outlook Classic, breaks in Outlook for Mac
Partial on one side
These render in both, but one client applies caveats the other does not. They fail quietly, which makes them the expensive ones.
- <base>
- <dfn>
- <object>
- <style>
- <ul>
- [align]
- [dir]
- [target]
- !important
- background
- border
- border-inline-individual
- display
- font-size
- font-weight
- letter-spacing
- line-height
- list-style
- margin
- max-width
- overflow
- padding
- rgb
- text-align
- text-decoration
- text-decoration-color
- text-transform
- word-break
- ::after
- ::before
- ::first-letter
- ::first-line
- ::placeholder
- display:none
A further 44 features render in neither client. Not a difference between them, but the other half of the answer to what you can actually use, so the four counts above deliberately do not sum to 289.
9 of 298 features have no confident data point for at least one of these clients, so they are excluded from every count above rather than assumed either way.
Where the divergence sits
Two pairs with the same headline number can be different problems. For these two it concentrates in CSS Properties.
- CSS Properties 104
- HTML Elements 28
- Pseudo-Classes & Selectors 24
- HTML Attributes 13
- CSS At-Rules 9
- Pseudo-Elements 6
29 of these already have a fix
Each links to a copy-paste snippet that keeps the feature working in Outlook Classic without dropping it in Outlook for Mac.
Check your own HTML against both
Check your own HTML
Paste your own, or run the sample below. Analyzed in this page, with no signup and nothing stored.
Questions
- How different are Outlook for Mac and Outlook Classic?
- They disagree on 191 of the 289 features verified in both clients, or 66%. 54 features render in both and are the safe intersection to build on.
- What works in Outlook for Mac but not Outlook Classic?
- 156 features, including <abbr>, <acronym>, <bdi>, <button type="reset">, <dialog> and 151 more. Each needs a fallback if the send reaches both clients.
- Which engines are these two clients using?
- Outlook for Mac renders with WebKit; Outlook Classic renders with Microsoft Word. Where two clients share an engine the divergence is usually configuration, and where they do not it is the engine itself.
- Is this measured in the real clients?
- No. These are documented support levels derived from caniemail.com (MIT-licensed), carried in @emailens/engine data version 0.12.2 and last synced Sep 2, 2026. That sync date is not a test date: caniemail's own per-feature tests run from Feb 28, 2019 to Jul 13, 2026. Anything described as a transform is applied per those documented rules rather than captured from a real client.
Test your email in Gmail, Outlook and Apple Mail
Preview rendering, catch CSS issues, and see what Outlook does to your VML. Free, no account. All 21 clients with one.
Instant live preview · No signup required · 21 email engines