Closed
Bug 143510
Opened 23 years ago
Closed 20 years ago
SPAN doesn't honor CSS width, height
Categories
(Core :: Layout, defect)
Tracking
()
People
(Reporter: robert, Assigned: attinasi)
Details
Attachments
(1 file)
|
539 bytes,
text/html
|
Details |
Version: NS7.0PR1, Moz
Platform: Win2K, probably everything else as well
- Check out the attached test on IE and NS.
* Notice that on NS/MOZ the SPAN and "inline" DIV elements do not honor the
width/height properties of the CSS styles.
| Reporter | ||
Comment 1•23 years ago
|
||
Comment 2•23 years ago
|
||
IIRC mozilla works per the CSS spec wrt setting width/height on inline elements.
IE is broken, and non-conformant. Over to layout for further investigation.
Assignee: jst → attinasi
Component: DOM Core → Layout
QA Contact: desale → petersen
Comment 3•23 years ago
|
||
This is invalid according to the CSS specs.
Just see http://www.w3.org/TR/REC-CSS2/visudet.html#q4
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
Updated•20 years ago
|
Status: RESOLVED → REOPENED
Resolution: INVALID → ---
Comment 5•20 years ago
|
||
*** This bug has been marked as a duplicate of 50626 ***
Status: REOPENED → RESOLVED
Closed: 23 years ago → 20 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•