Closed Bug 274318 Opened 20 years ago Closed 20 years ago

Page formatting is rendered markedly different to that in Internet Explorer. Other pages, including home page on this site similarly poor.

Categories

(Core :: Layout, defect)

x86
Windows 2000
defect
Not set
normal

Tracking

()

RESOLVED INVALID

People

(Reporter: johnandchris, Unassigned)

References

()

Details

Attachments

(1 file)

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.0; rv:1.7.3) Gecko/20041001 Firefox/0.10.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; rv:1.7.3) Gecko/20041001 Firefox/0.10.1

The three highlight panels top right of the page identified should be to the
right of the main text, and not overlap it.

On the main page, there are two or three buttons at the foot of the page which
overlap the text links also at the foot of the page.

Reproducible: Always
Steps to Reproduce:
1. Er............. go to the page
http://www.bulldogbroadband.com/residential/XPNP/NP/tariffs.asp
2.
3.

Actual Results:  
Duff formatting as described above

Expected Results:  
Not duff formatting as described above

None
Component: General → Layout
Product: Firefox → Core
Version: unspecified → Trunk
The page contains TABLEs inside P elements. IE, in whatever mode is triggered by
this DOCTYPE, allows this, and applies the styles assigned to P (in this case -
a small font) to the table and the text inside it, resulting in a smaller table.
Mozilla (as well as IE, if you remove the DOCTYPE), implicitly closes the P
element before the table begins (as is dictated by the standard), and therefore
does not apply the style assosiated with the P to the TABLE and its content.

Probably INVALID.
Attached file testcase
Testcase - quite different from the original page, but demonstrates the
"problem". IE uses the style set for the P element (color:red) for the text
contained inside a TABLE which is inside the P. Mozilla (correctly) doesn't.
Assignee: firefox → nobody
QA Contact: firefox.general → core.layout
Indeed.  See bug 91927.  The page is in standards mode.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: