Closed
Bug 189202
Opened 23 years ago
Closed 21 years ago
view source drops spaces/blanks that are essential for w3c.org validation as xhtml1.1
Categories
(Core :: DOM: HTML Parser, defect)
Tracking
()
People
(Reporter: hauser, Assigned: harishd)
References
()
Details
Build 2003011412
While tags without an end tag need to be <input class="Text" name="To"
style="width: 100%;" value="Weber@access.ch" /> and I am quite sure that my
apache httpd sends the file this way, view source tells me that it is
<input class="Text" name="To" style="width: 100%;" value="Weber@access.ch">
I guess this is a bug.
Comment 1•23 years ago
|
||
->Parser one of our usual source-mangling bugs, I suppose
Comment 2•21 years ago
|
||
*** This bug has been marked as a duplicate of 91240 ***
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•