Closed
Bug 65648
Opened 25 years ago
Closed 25 years ago
URLs not output for plaintext part of multipart/alternative
Categories
(Core :: DOM: Serializers, defect)
Core
DOM: Serializers
Tracking
()
CLOSED
INVALID
People
(Reporter: BenB, Assigned: anthonyd)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; m18) Gecko/20001120
Subject: test
Content-Type: multipart/alternative;
boundary="------------030306090102080502010804"
--------------030306090102080502010804
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
<>
*f*
ad<>swffrh
--------------030306090102080502010804
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit
<html><head></head><body><><br>
<b>f<a name="rtzio"></a></b><br>
ad<>swffrh<br>
</body></html>
--------------030306090102080502010804--
Note that the href of the <a> is missing from the plaintext part. The converters
have been explicitly written to avoid that type of dataloss (the parts being
*really* alternative, with no important info missing).
| Reporter | ||
Comment 1•25 years ago
|
||
ops, no href, it was a name. Just bad Composer UI. INVALID.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•