Closed
Bug 278723
Opened 20 years ago
Closed 20 years ago
css width is not honored for all elements (specifically the span element, in this case)
Categories
(Firefox :: General, defect)
Tracking
()
People
(Reporter: jzwolak, Assigned: bugzilla)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041111 Firefox/1.0 Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041111 Firefox/1.0 <html><body>left<span style="width:100px;">100px</span>right</body></html> does not change the width of the span. "right" and "left" will be next to "100px" with no space between any of them. Reproducible: Always
Comment 1•20 years ago
|
||
http://www.w3.org/TR/REC-CSS1#width > Applies to: block-level and replaced elements Span element is not a "block-level" nor "replaced", by default. I'm not sure, but this bug would be INVALID.
Comment 2•20 years ago
|
||
Yes, only block elements can have width/height --> INVALID.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
Updated•20 years ago
|
Status: RESOLVED → UNCONFIRMED
Resolution: INVALID → ---
Comment 3•20 years ago
|
||
*** This bug has been marked as a duplicate of 34415 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago → 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•