Closed
Bug 6083
Opened 25 years ago
Closed 25 years ago
XIF: table border attributes output garbage.
Categories
(Core :: DOM: HTML Parser, defect, P3)
Tracking
()
VERIFIED
FIXED
M7
People
(Reporter: sfraser_bugs, Assigned: akkzilla)
Details
When saving HTML via XIF, table border attributes get output as garbage.
Try saving the default editor test page, for example.
Updated•25 years ago
|
Status: NEW → ASSIGNED
Updated•25 years ago
|
Target Milestone: M7
Updated•25 years ago
|
Assignee: kostello → akkana
Status: ASSIGNED → NEW
Comment 1•25 years ago
|
||
This should be fixed, assigning to Akkana as the new owner to verify.
Assignee | ||
Comment 2•25 years ago
|
||
Nope, not fixed -- it's outputting as border="border" where it went in as just
BORDER.
Status: NEW → ASSIGNED
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 3•25 years ago
|
||
Just checked in a fix. Attributes with no value should now be output as just
the attribute, no = or value following the =.
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 4•25 years ago
|
||
Verified: 1999-06-18-09-M7
- viewed the following HTML
<HTML>
<BODY>
<TABLE BORDER>
<TR><TD>HI THERE</TD></TR>
</TABLE>
</BODY>
</HTML>
- saved it to a file via the editor
- viewed the file and verified that the border attribute did not have ="border"
appended to it.
You need to log in
before you can comment on or make changes to this bug.
Description
•