[Webkit-unassigned] [Bug 54818] New: table-cell with position:relative doesn't become containing block for positioned descendants
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Feb 19 22:16:54 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=54818
Summary: table-cell with position:relative doesn't become
containing block for positioned descendants
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
URL: http://junkyard.damowmow.com/453
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Normal
Priority: P2
Component: CSS
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: ian at hixie.ch
STEPS TO REPRODUCE:
1. Create a display:table-cell box.
2. Make it position:relative.
3. Make a child position:absolute and give it a position.
EXPECTED RESULTS
The positioned child should be positioned relative to its containing block as defined by per CSS2:10.1:4.2.
ACTUAL RESULTS
The table-cell box is ignored when determining the containing block.
TESTCASE
http://junkyard.damowmow.com/453
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list