Bug 15218 - <marquee> tag takes more space to render when <p> tag is defined inside it.
Summary: <marquee> tag takes more space to render when <p> tag is defined inside it.
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 523.x (Safari 3)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL: http://lottery.sports.21cn.com/index.php
Keywords: NeedsReduction
Depends on: 14856
Blocks: 15371
  Show dependency treegraph
 
Reported: 2007-09-14 15:37 PDT by Anantha Keesara
Modified: 2008-01-17 03:38 PST (History)
0 users

See Also:


Attachments
<marquee> tag takes more space to render when <p> tag is defined inside it. (210 bytes, text/html)
2007-09-14 15:38 PDT, Anantha Keesara
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Anantha Keesara 2007-09-14 15:37:17 PDT
Steps:
1. launch http://lottery.sports.21cn.com/index.php

Issue:
Notice that safari is taking more space to render marquee content when a <p> tag is defined inside it..

IE,FF has no issues.
Comment 1 Anantha Keesara 2007-09-14 15:38:13 PDT
Created attachment 16296 [details]
<marquee> tag takes more space to render when <p> tag is defined inside it.
Comment 2 Mark Rowe (bdash) 2007-09-14 15:48:28 PDT
Confirmed with r25571 on Mac OS X.
Comment 3 mitz 2007-09-14 22:27:56 PDT
Comment on attachment 16296 [details]
<marquee> tag takes more space to render when <p> tag is defined inside it.

I think this is not a valid reduction because the border on the outer div prevents the <p>'s margin collapsing. Firefox renders it the same. The bug looks valid, though.
Comment 4 Eric Seidel (no email) 2008-01-17 03:38:28 PST
I think this might end up being a dupe of bug 14856.  The HTML looks similar.  Extracting the marquee by itself does not show any strange wrapping.  This has the same sort of table inside td w/ columspan on a fixed size table, just like bug 14856.  Marking this as dependent on bug 14856 until we can determine it is not.