Closed
Bug 247655
Opened 20 years ago
Closed 20 years ago
wrong use of "frameborder"-attribute
Categories
(Core :: DOM: HTML Parser, defect)
Tracking
()
People
(Reporter: christoph.huesler, Unassigned)
Details
User-Agent: Mozilla/4.8 [en] (Windows NT 5.1; U)
Build Identifier: Mozilla/4.8 [en] (Windows NT 5.1; U)
Mozilla does not use the "frameborder"-attribute correctly. According to the
documenttype definition of HTML 4.01 transitional
(http://www.w3.org/TR/REC-html40/loose.dtd), this attribute must be in the
"frame"-Tag. But Mozilla uses it only if it's in the "frameset"-attribute...
Reproducible: Always
Steps to Reproduce:
1. Create a (html-)page using frames.
2. use the "frameborder=0"-attribute in the "frame"-tag (where it should be...).
Actual Results:
the frameborder is visible when "frameborder=0" is used in the "frame"-tag.
Expected Results:
the frameborder mustn't be visible when "frameborder=0" is used in the "frame"-tag.
Comment 2•20 years ago
|
||
Resolving duplicate since that's how bug 121083 was resolved.
*** This bug has been marked as a duplicate of 3655 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•