Closed
Bug 63696
Opened 24 years ago
Closed 24 years ago
frameset needs border="0" attribute to be displayed correctly
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect)
Core
Layout: Images, Video, and HTML Frames
Tracking
()
mozilla0.9
People
(Reporter: brightice, Assigned: pollmann)
References
()
Details
Attachments
(1 file)
(deleted),
text/html
|
Details |
xhtml1-frameset: using frameset correctly without border attribute leads to
white seperation line between frames (here: two vertical frames). Adding the
(incorrect) border attribute makes the line disappear, but the document no
longer is valid xhtml 1.0.
build:
Mozilla/5.0 (X11; U; HP-UX B.11.00 9000/785; en-US; m18) Gecko/20001222
please mail me if you need more information
Comment 1•24 years ago
|
||
It would greatly help if you can make a reduced testcase to show us the problem.
Attach it on this bug using "Create a new attachment" above.
Could you also please give a link to the w3c page (or copy-paste the paragraph)
that describes what should happen exactly when framesets don't have a border
specified?
Thank you for helping Mozilla!
Fabian.
I've attached a small testcase that shouldn't create any seperating lines
between the frames because of frameborder="0".
http://www.w3.org/TR/WD-frames-970331 says:
frameborder="1|0"
FRAMEBORDER is a boolean which triggers the display of frame separators around
the frame. When set to "1" a separator is drawn on every side next to another
frame. When set to "0" the decision to draw separators is left to surrounding
frames. Indeed in this case separators might still be drawn because FRAMEBORDER
is set "1" on adjacent frames. Default is "1".
Because the 'frameset' tag does not have a 'border' attribute, 'border=n' should
not do anything in my opinion.
Comment 4•24 years ago
|
||
VERIFIED
Platform: PC
OS: Linux 2.2.16
Mozilla Build: 2000122808 M18 Trunk Build
Marking NEW.
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: HP-UX → All
Hardware: HP → All
Target Milestone: --- → mozilla0.8
Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Target Milestone: mozilla0.8 → mozilla0.9
Comment 5•24 years ago
|
||
This is a dup of a really old one.
Bug 3655 "frameborder=0 attribute value not rendered properly"
*** This bug has been marked as a duplicate of 3655 ***
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Comment 7•23 years ago
|
||
Verifications. Tests (if necessary) were done with 2001052504 on Windows 2000.
Please forgive the spam.
Status: RESOLVED → VERIFIED
Updated•6 years ago
|
Product: Core → Core Graveyard
Updated•6 years ago
|
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.
Description
•