WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 53147
53144
CSS 2.1 Failure: table-anonymous-objects-188 - anonymous table box should be inline-table when parent is inline
https://bugs.webkit.org/show_bug.cgi?id=53144
Summary
CSS 2.1 Failure: table-anonymous-objects-188 - anonymous table box should be ...
Tab Atkins
Reported
2011-01-25 16:38:05 PST
When a table-* block lacks a table parent, and thus an anonymous table block is generated around it, the anonymous block should be inline-table if the parent of the original table-* block is inline. Right now, the anonymous table box generated in the linked test is a block-level table.
Attachments
Add attachment
proposed patch, testcase, etc.
Simon Fraser (smfr)
Comment 1
2011-01-25 17:19:06 PST
RenderInline::addChildIgnoringContinuation() is making an anonymous block parent for the anonymous table, which is an issue.
Julien Chaffraix
Comment 2
2012-01-30 17:53:35 PST
See also
bug 15365
. There is a patch attached to the bug that partly solves the issue. However our layout is slightly wrong thus we don't fully pass the test.
Ahmad Saleem
Comment 3
2022-06-21 17:10:42 PDT
It is same test case as
https://bugs.webkit.org/show_bug.cgi?id=53147
. Should latest test result apply for this particular as well or this is resolved? Appreciate if someone can guide. Thanks!
Ryosuke Niwa
Comment 4
2022-06-21 17:13:12 PDT
*** This bug has been marked as a duplicate of
bug 53147
***
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