Closed Bug 13113 Opened 25 years ago Closed 25 years ago

[PP] TFOOT above TBODY if </COLGROUP> is omitted

Categories

(Core :: Layout: Tables, defect, P3)

x86
Windows NT
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: MatsPalmgren_bugz, Assigned: harishd)

Details

(Whiteboard: [TESTCASE])

Attachments

(1 file)

The TFOOT is laid out above the TBODY if the COLGROUP end tag is omitted.
This bug occurs in nightly build 1999-09-01-09-M10 on Windows NT.
It does NOT occur in Aug.31 build on Sun/Solaris 2.6/sparc.
I will attach a testcase in a minute.
Attached file testcase
Summary: [TESTCASE][PP] TFOOT above TBODY if </COLGROUP> is omitted → [PP] TFOOT above TBODY if </COLGROUP> is omitted
Whiteboard: [TESTCASE]
Assignee: karnaze → harishd
Harish, the content model is not right. For the first table, a <tbody> is
incorrectly replacing the <tfoot>. The 2nd table probably has similar problems.

      table border=1 refcount=4<
        colgroup refcount=3<
          Comment refcount=2<!-- omitted COLGROUP end tag here -->
          col refcount=4<
          >
        >
        tbody refcount=3<
          tr refcount=3<
            td refcount=4<
              Text refcount=3<TFOOT>
            >
          >
          tr refcount=3<
            td refcount=4<
              Text refcount=3<TBODY>
            >
          >
        >
      >
Target Milestone: M11
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Checked in a Fix.  Should render ok.

Marking bug FIXED.
Status: RESOLVED → VERIFIED
Using 9/28 Apprunner, verified bug fixed.
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: