Closed
Bug 414377
Opened 17 years ago
Closed 17 years ago
FF3b2 and FF2 interpreting whitespace between IMG tags. (HTML 4.01 Strict)
Categories
(Firefox :: General, defect)
Tracking
()
People
(Reporter: lordofhyphens, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11
Using the HTML 4.01 Strict doctype, FF3 and FF2 are inserting whitespace between IMG tags (such that there is a visible border around images that cannot be mitigated with padding or margin CSS). Does not appear when using no Doctype or HTML 4.01 Transitional or Frameset
Reproducible: Always
Steps to Reproduce:
See URL source.
Expected Results:
Displayed the image without margin or padding, causing a "unbroken" line of images.
Comment 1•17 years ago
|
||
This is per spec and matches most other browsers. One solution is to use "display: block" on the images.
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•