Closed Bug 54870 Opened 24 years ago Closed 24 years ago

Bad HTML Display (actually correct HTML display; IE/Nav4 do it wrong)

Categories

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

PowerPC
All
defect

Tracking

()

VERIFIED WONTFIX

People

(Reporter: mstearne, Assigned: harishd)

Details

From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Macintosh; N; PPC; en-US; m18) Gecko/20000929
BuildID:    2000092909

This page displays incorrectly

Reproducible: Always
Steps to Reproduce:
							

Actual Results:  							

Expected Results:
In that page for the central table, they are using this syntax (abbreviated):

<html>
<body>
<table border=1>
  <tr>
    <td> Appearance/Sounds    </td>
    <td> Applications A-L     </td>
    <td> Applications M-Z     </td>
  </TR>			      
    <td> Computer Sounds      </TR>
    <td> Auction Applications </TR>
    <td> Palm Pilot           </TR>
  </TR>			      
</table>
</body>
</html>

So, the first row is formed as a row with three cells. But things
go wrong in the next row: The first <td> implies a <tr> which is 
closed by the </TR> that ends that line ... which forms a row with
one cell. The next <td> forms a new row, which is ended by the </TR>,
and the last <td> forms a fourth row, and then the table ends.

They are getting exactly what they have asked for. As far as I can
see, there is no practical way to emulate this bug in IE and Nav4.
But I'll pass this on to karnaze to mark as WONTFIX/INVALID (or not).
Assignee: asa → karnaze
Status: UNCONFIRMED → NEW
Component: Browser-General → HTMLTables
Ever confirmed: true
QA Contact: doronr → chrisd
Summary: Bad HTML Display → Bad HTML Display (actually correct HTML display; IE/Nav4 do it wrong)
Actually this is a parser issue. It is up to Harish and Rick to decide whether 
to support this quirk behavior. Reassigning to Harish.
Assignee: karnaze → harishd
Parser issue - reassigning to janc
QA Contact: chrisd → janc
Mozilla definitely gets this correctly. I is certainly a WONTFIX.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → WONTFIX
Mozilla definitely gets this correctly. This is certainly a WONTFIX.
verified!
Status: RESOLVED → VERIFIED
OS: All
You need to log in before you can comment on or make changes to this bug.