← CSS Support IndexDoes CSS
Does CSS list-style Work in HTML Email?
Shorthand for setting list-style-type, list-style-position, and list-style-image together.
Quick Answer
Does list-style work in HTML email?
The CSS list-style property is supported in all major email clients tested. You can use it with confidence in your HTML emails.
Which Email Clients Support CSS list-style?
CSS support for list-style across email clients
| Email Client | Desktop | Mobile / Web | Notes |
|---|---|---|---|
| Gmail | ~ Partial | ~ Partial | — |
| Outlook (Windows) | ~ Partial | ? | — |
| Outlook (Mac / Web) | ✓ Yes | ✓ Yes | — |
| Apple Mail | ✓ Yes | ✓ Yes | — |
| Yahoo! Mail | ~ Partial | ~ Partial | — |
| Samsung Email | ? | ✓ Yes | — |
| Thunderbird | ✓ Yes | ? | — |
| ProtonMail | ~ Partial | ✓ Yes | — |
| Fastmail | ✓ Yes | ? | — |
Notes
- #1 `list-style-image` values are not supported. The entire `list-style` property is removed if present.
- #2 Only `list-style-type` values are supported.
- #3 `list-style-image` values are not supported but the rest of the `list-style` property is kept.
- #4 `url()` is transformed into `proton-url()` for `list-style-type` values, invalidating the entire property.
Tests and support are based on the CSS Level 2 specification. `<custom-ident>`, `symbols()` and `<string>` values are not tested here.
Frequently Asked Questions
Related CSS Properties
Test Your Email Now
Paste your HTML and see how it renders in clients that don't support list-style.