Closed Bug 602 Opened 27 years ago Closed 26 years ago

Frames "marginwidth" and "marginheight" not implemented yet

Categories

(Core :: Layout: Images, Video, and HTML Frames, defect, P2)

x86
Windows 95
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: angus, Assigned: karnaze)

References

()

Details

We should pass on the values of these attributes to the individual frame documents and have them treat it properly. Currently, the framed documents are assuming the standard 10 pixel over, 10 pixel down margins.
Status: NEW → ASSIGNED
Component: Unknown → HTMLFrames
I think this works now, yes? If so, we should mark as fixed.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Status: RESOLVED → VERIFIED
verified
Status: VERIFIED → REOPENED
This was not fixed yesterday. <frameset marginwidth=20> did not work. It does work on the <body>.
Status: REOPENED → RESOLVED
Closed: 26 years ago26 years ago
QA Contact: 4137
QA Contact: 4137 → 3847
Here is a test case. <frameset rows=*,*,*> <frame src=test00.html marginwidth=0 marginheight=0> <frame src=test00.html marginwidth=10> <frame src=test01.html marginwidthx=50 marginheightx=50> </frameset> -----test00.hmtl------ <body> The 1st frame should get a marginwidth=0 marginheight=0 from the frame The 2nd frame should get a marginwidth=10 and marginheight=0 from the frame (in NavQuirks mode) The 3rd frame should get a marginwidth=5 and marginheight=5 from the body (overriding the frame) </body> -----test01.hmtl------ <body marginwidth=5 marginheight=5> hello </body>
Status: RESOLVED → VERIFIED
Correction: in the previous example replace any occurences of marginwidthx with marginwidth and any occurences of marginheightx with marginheight.
Product: Core → Core Graveyard
Component: Layout: HTML Frames → Layout: Images
Product: Core Graveyard → Core
You need to log in before you can comment on or make changes to this bug.