Skip to content

T-online.de webmail renders conditional comments #43

Description

@hteumeuleu

The desktop webmail of T-online.de content within HTML conditional comments. So the following example:

<!-- <p>This is an HTML comment.</p> -->
<!--[if mso]>
<p>This is a mso conditional comment.</p>
<![endif]-->
<!--[if foobar]>
<p>This is a foobar conditional comment.</p>
<![endif]-->

…is transformed by T-online.de into the following:

<p>This is a mso conditional comment.</p>
<p>This is a foobar conditional comment.</p>

A screenshot of T-online.de rendering conditional comments

This only affects conditional comments (not regular HTML comments). And this works with any conditional keyword (like foobar in the previous example).

Thanks to @M-J-Robbins for spotting this one yesterday on the #emailgeeks Slack.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Other clientsSamsung, SFR, Orange, T-Online, Onet, …

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions