Closed Bug 6190 Opened 26 years ago Closed

PRE element: width attribute is not honored

Categories

(Core :: Layout, defect, P3)

x86
Windows 95
defect

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>
Assignee: kmcclusk → rickg
Component: Compositor → Layout
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.
Assignee: rickg → kipp
Assignee: kipp → rickg
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.
Status: NEW → ASSIGNED
Corrected by changes to parsing engine.
Status: RESOLVED → VERIFIED
Fixed in June 1 Build.
You need to log in before you can comment on or make changes to this bug.