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

Table at max width when padding is bigger than width. #46

Open
GoogleCodeExporter opened this issue Aug 23, 2015 · 0 comments
Open

Table at max width when padding is bigger than width. #46

GoogleCodeExporter opened this issue Aug 23, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link
Contributor

*** This issue was imported from http://java.net/jira/browse/XHTMLRENDERER-333


It was reported by jamjim on 01.10.2010 11:43:54 +0200 and last updated in the 
previous bug tracker on 01.10.2010 11:43:54 +0200

Found in
Operating System: All
Platform: All

The priority for this issue at migration was Major.


Original description: 
When the padding is smaller than the width, the table width is about right.  
When it's the same size, the table is full width.

<html>

<table style="border:solid 1px
blue;padding:49px;width:100px"><tr><td></td></tr></table>
<table style="border:solid 1px
blue;padding:50px;width:100px"><tr><td></td></tr></table>

</html>

Original issue reported on code.google.com by pdoubl...@gmail.com on 16 Feb 2011 at 9:47

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

1 participant