Hussein Al Hammad
Hussein Al Hammad
Absolutely! That would be much appreciated, @MaximVanhove. Go for it! Related: #5
The issue only occurs when linear-gradient() and radial-gradient() are used inline: ```html ``` You can safely use this in embedded styles in the ``: ```html Document .gradient { background-image:linear-gradient(orange, pink);...
Adding this to the embedded `` in `` does the trick: ```css img { background-color: transparent !important; } ``` This does assume that you don't have an actual background colour...
Do you know if other whitespace characters like `‍` cause the same issue?
@ThomasLandauer 1. You can safely use `` in HTML (the email client takes care of removing or replacing the element), but you cannot safely use `body` in a CSS selector....
Yahoo on iOS does support the `` tag. Yahoo iOS and Android sometimes strip classes from `` tags. You can target a parent element instead.
The Email Markup Consortium's Email Client Feature Support Rankings uses data from Can I Email? https://emailmarkup.org/en/reports/email-clients/feature-support-rankings/
NPM package: https://github.com/avigoldman/caniemail
See https://github.com/Automattic/juice/issues/477 and the `data-embed` attribute in the docs: https://github.com/Automattic/juice?tab=readme-ov-file#data-embed
I don't think "buggy" is the best description here. It works exactly as expected on the webpage as a whole. Perhaps something more specific along the lines of: > The...