Bug 13754 - Should not always create an empty <tbody>
Summary: Should not always create an empty <tbody>
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tables (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2007-05-16 15:27 PDT by Beth Dakin
Modified: 2012-09-25 18:08 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Beth Dakin 2007-05-16 15:27:29 PDT
This should not affect rendering on any sites, but the following layout test regressed with r21522:

tables/mozilla/bugs/bug48028-2.html

We should not be adding that empty tbody before the caption.
Comment 1 Beth Dakin 2007-05-16 15:27:55 PDT
<rdar://problem/5208463> Should not always create am empty <tbody>
Comment 2 David Kilzer (:ddkilzer) 2007-05-17 08:12:53 PDT
Firefox 2.0.0.3 adds the TBODY in the same place in this test using Hixie's Live DOM Viewer.  Perhaps the results need to be updated?

Comment 3 Julien Chaffraix 2012-09-25 18:08:02 PDT
We don't create an empty <tbody> anymore, which matches HTML5 parsing rules:

http://trac.webkit.org/browser/trunk/LayoutTests/platform/mac/tables/mozilla/bugs/bug48028-2-expected.txt
http://trac.webkit.org/browser/trunk/LayoutTests/platform/chromium-win/tables/mozilla/bugs/bug48028-2-expected.txt

As the bug was about this test misbehaving, closing it. Not sure when it was fixed.