Hussein Al Hammad
Hussein Al Hammad
I reached out to Testi@. `backdrop-filter` was stripped on purpose because of the Safari Ripper WebKit exploit that caused iOS devices to reboot: - https://css-tricks.com/safari-ripper-%E2%98%A0%EF%B8%8F/ - https://yalujailbreak.net/safari-ripper/ - https://github.com/aljadooa/safari-ripper/blob/master/index.html It...
Testi@ now allows the `backdrop-filter` property: https://testi.at/changelog
I am seeing the same. Although it seems to still be working when used in the shorthand `background` property. ```html ```
I am also seeing this on Gmail for Android 2024.01.14.599541078.Release. Tested with a normal `@gmail` account. Similar to Email on Acid, I don't see the issue when testing via Testi@...
I see a few things: - When only `background-image` is used - `linear-gradient()` and `radial-gradient()` get wrapped in `url()` - the first 3 characters in `linear` and `radial` get stripped...
It looks like Apple Mail default CSS styles include `word-break: break-word;` which affects this. It doesn't mean the `overflow-wrap` property isn't supported though. Apple Mail ssems to support `word-break`. Here...
What does this mean to the support data on here? Do you think this need to be updated? https://github.com/hteumeuleu/caniemail/blob/master/_features/html-style.md https://www.caniemail.com/features/html-style/ And does this apply to other email clients? It is...
Yeah it makes sense to add that as a note. It would be good to also note any side effects that could occur on other email clients. e.g. Are email...
That would be very helpful! Thanks @MaximVanhove. It may be worth compiling a list of what needs to be checked. There is quite a bit of features listed on the...
Styling features: - [ ] Basics: https://fontawesome.com/docs/web/style/basics - [ ] Sizing: https://fontawesome.com/docs/web/style/size - [ ] Fixed width: https://fontawesome.com/docs/web/style/fixed-width - [ ] Lists: https://fontawesome.com/docs/web/style/lists - [ ] Rotate: https://fontawesome.com/docs/web/style/rotate - [...