Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handling of unitless CSS size values in HTML message #3821

Closed
rcubetrac opened this issue Jun 13, 2012 · 2 comments
Closed

Handling of unitless CSS size values in HTML message #3821

rcubetrac opened this issue Jun 13, 2012 · 2 comments

Comments

@rcubetrac
Copy link

Reported by @alecpl on 13 Jun 2012 12:18 UTC as Trac ticket #1488535

Let's say a HTML message contains

<div style="height: 200;"></div>

Such element is not properly displayed when DOCTYPE is XHTML (as in Roundcube), but without DOCTYPE specified it works. I'm not exactly sure why. To workaround this issue we would need to add 'px' to the value of size properties (if it's just a number).

Migrated-From: http://trac.roundcube.net/ticket/1488535

@rcubetrac
Copy link
Author

Comment by @alecpl on 13 Jun 2012 13:09 UTC

Fixed in 65c3bb0

@rcubetrac
Copy link
Author

Status changed by @alecpl on 13 Jun 2012 13:09 UTC

new => closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants