WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 54818
table-cell with position:relative doesn't become containing block for positioned descendants
https://bugs.webkit.org/show_bug.cgi?id=54818
Summary
table-cell with position:relative doesn't become containing block for positio...
Ian 'Hixie' Hickson
Reported
2011-02-19 22:16:54 PST
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
Attachments
Add attachment
proposed patch, testcase, etc.
Julien Chaffraix
Comment 1
2012-07-09 17:29:09 PDT
This now works as expected. Looking at the changes,
bug 56246
seems to be the change that resolved this bug. fast/table/relative-position-containment.html covers the same case using HTML tables so no need to land the test.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug