Closed Bug 6083 Opened 25 years ago Closed 25 years ago

XIF: table border attributes output garbage.

Categories

(Core :: DOM: HTML Parser, defect, P3)

All
Mac System 8.5
defect

Tracking

()

VERIFIED FIXED

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.
Status: NEW → ASSIGNED
Target Milestone: M7
Assignee: kostello → akkana
Status: ASSIGNED → NEW
This should be fixed, assigning to Akkana as the new owner to verify.
Nope, not fixed -- it's outputting as border="border" where it went in as just
BORDER.
Status: NEW → ASSIGNED
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Just checked in a fix.  Attributes with no value should now be output as just
the attribute, no = or value following the =.
Status: RESOLVED → VERIFIED
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.