Closed
Bug 6190
Opened 26 years ago
Closed
PRE element: width attribute is not honored
Categories
(Core :: Layout, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: rubydoo123, Assigned: rickg)
Details
build: 1999051008
platform: win95
other platforms tested: none
NOTE: the width attribute is a deprecated attribute
expected results: the text within the file should wrap within the width
specified in the width attribute
what happened: the text line ignored the width attribute value and wrapped the
text within the window, which is really weird.
steps to reproduce:
Copy the following into a file and display within the browser.
<pre width=40>
<h4>PRE element with width attribute set to 40 characters<br>deprecated
attribute</h4>
Yesterday has come and gone, and can never be undone; Tomorrow has yet to be,
and cannot be given a guarantee; Today is within our grasp, waiting to be lived.
</pre>
Updated•26 years ago
|
Assignee: kmcclusk → rickg
Component: Compositor → Layout
Comment 1•26 years ago
|
||
Rick, probably a layout issue. I'm changing the component to Layout and
re-assigning to you so you can reassign to the appropriate person.
Parser bug. look at the created content model (Dump Content in the viewer) - the
h4 element was kicked out of the PRE as was the text that followed the h4.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 4•26 years ago
|
||
Fixed in June 1 Build.
You need to log in
before you can comment on or make changes to this bug.
Description
•