Closed Bug 184063 Opened 22 years ago Closed 22 years ago

Odd layout - found when erroneously generated page was displayed...

Categories

(Core :: Layout: Tables, defect)

x86
Linux
defect
Not set
minor

Tracking

()

RESOLVED INVALID

People

(Reporter: mozilla, Unassigned)

Details

User-Agent:       Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020529
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020529

The text outside the table is displayed before the table even though the html
would place it afterwards....

Reproducible: Always

Steps to Reproduce:
Render this:

<html>
  <head>
    <title>SORBS Status Page</title>
  </head>
  <body BGCOLOR="#FFCCAA">
    <center>
      <table WIDTH=70% BGCOLOR="#000000">
        <tr>
          <td>

            <table WIDTH=100% BGCOLOR="#005555">
              <tr>
                <td ALIGN=CENTER>
                  <h1><font FACE="Helvetica,Arial" COLOR="#FFFFFF">SORBS Status
Page</font></h1>
                </td>
              </tr>
            </table>
          </td>

        </tr>
<p>
<center>
<h5>The IP Address [127.00.1] entered is not valid!</h5>
</center>
      </table>
    </center>
  </body>
</html>

Actual Results:  
Text <h5>The IP Address [127.00.1] entered is not valid!</h5>
was displayed above the table where: SORBS Status Page :was displayed.

Expected Results:  
expected text below (even though the html is not correct)
We move the illegal stuff before the table, thats it. There is no reason why
wrong html stuff should be moved behind the table. This is just a UA decision
how to gracefully handle html crap. The origin of this should be evangelized.
Oh, how I miss the time when bugs with illegal html code was marked as invalid
in less than half an hour.
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.