Issue 2032: table with display: inline; does not work with proper DOCTYPE
http://code.google.com/p/chromium/issues/detail?id=2032
New issue report by rbaarsma:
Product Version : <see about:version>
URLs (if applicable) :
Other browsers tested:
Add OK or FAIL after other browsers where you have tested this issue:
Safari 3: FAIL
Opera 9.50: OK
Firefox 3: OK
IE 6: OK
What steps will reproduce the problem?
Run the following code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<body>
<input type="text" />
<table style='display: inline;'><tr><td>test</td></tr></table>
</body>
</html>
What is the expected result?
The table should be next to the input because it has "display: inline;"
What happens instead?
The table shows underneath the input field.
Please provide any additional information below. Attach a screenshot if
possible.
Strangely enough removing the DOCTYPE element will fix the problem.
Issue attributes:
Status: Unconfirmed
Owner: [EMAIL PROTECTED]
Labels: Type-Bug Pri-2 OS-All Area-Unknown
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Chromium-bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---