Closed
Bug 17598
Opened 26 years ago
Closed 26 years ago
view source lies about '=' on empty attributes
Categories
(Core :: DOM: HTML Parser, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: dbaron, Assigned: rickg)
Details
Attachments
(1 file)
203 bytes,
text/html
|
Details |
DESCRIPTION: The code <body bgcolor=> will display in viewsource as
<body bgcolor> (no "=").
STEPS TO REPRODUCE:
* load attached test case
* view source
DOES NOT WORK CORRECTLY ON:
* Linux, apprunner, 1999-10-29-10-M11
Reporter | ||
Comment 1•26 years ago
|
||
Reporter | ||
Comment 2•26 years ago
|
||
BTW, it's not valid HTML, but it could happen...
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
This was a trivial fix, but we may have related issues. I'll open new bugs as
they come up.
Reporter | ||
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 5•25 years ago
|
||
Verified fixed, Linux apprunner 1999-11-22-08-M12.
Rick - I'm not sure what you meant by "related issues"? Is there a need for
other bugs to be filed?
You need to log in
before you can comment on or make changes to this bug.
Description
•