Hussein Al Hammad

Results 54 comments of Hussein Al Hammad

@mygreg This is intentionally done so your custom CSS is scoped to the HTML email message only and does not affect the webmail's own elements. So while the CSS shipped...

>Outlook.com removes the controls attribute (as well as autoplay and any media specific attribute). So in order to launch an audio or video, you need to right click on the...

The [CONTRIBUTING.md](https://github.com/hteumeuleu/caniemail/blob/master/CONTRIBUTING.md) now details which key to use and how to format multiple values: > `tags`: a list of [tags](https://jekyllrb.com/docs/posts/#tags-and-categories) separated by a space e.g. `value1 value2 value3`. A tag...

A tags page (https://www.caniemail.com/tags/) has been added by @hteumeuleu! @hteumeuleu do you think it is possible to expand the clients page (https://www.caniemail.com/clients/) to list email clients support per tag? -...

From what I see Yahoo converts `height` to `min-height` unless it has a value of `auto`. So `height:100px` is rewritten as `min-height:100px`, whereas `height:auto` is kept as is. [Gmail desktop...

Not justifying the bug, but it's worth pointing out that email clients need to sanitize `mailto` links which is probably why this bug exists. The `mailto` URI scheme allows a...

Potentially the intent is to strip all HTML comments (and the contents inside), but they are incorrectly parsing comments. Similar to the Yahoo and GANGA bug: https://github.com/hteumeuleu/email-bugs/issues/95 I don't have...