Bug 13754
Summary: | Should not always create an empty <tbody> | ||
---|---|---|---|
Product: | WebKit | Reporter: | Beth Dakin <bdakin> |
Component: | Tables | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WORKSFORME | ||
Severity: | Normal | CC: | bdakin, ddkilzer, hyatt, jchaffraix |
Priority: | P2 | Keywords: | InRadar |
Version: | 523.x (Safari 3) | ||
Hardware: | Mac | ||
OS: | OS X 10.4 |
Beth Dakin
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Beth Dakin
<rdar://problem/5208463> Should not always create am empty <tbody>
David Kilzer (:ddkilzer)
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?
Julien Chaffraix
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.