[Mono-bugs] [Bug 67909][Nor] Changed - Parse error on HTML fragments that are not quoted properly

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 10 Oct 2004 07:07:12 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by gonzalo@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=67909

--- shadow/67909	2004-10-10 05:40:40.000000000 -0400
+++ shadow/67909.tmp.11194	2004-10-10 07:07:12.000000000 -0400
@@ -2,16 +2,16 @@
 Product: Mono: Class Libraries
 Version: unspecified
 OS: All
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: Sys.Web
-AssignedTo: mono-bugs@ximian.com                            
+AssignedTo: gonzalo@ximian.com                            
 ReportedBy: gert.driesen@pandora.be               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: Parse error on HTML fragments that are not quoted properly
@@ -44,6 +44,12 @@
 under your control, as the quote should indeed be properly closed. But it 
 does prevent users/companies from taking an existing ASP.NET app and 
 running it on Mono (without making changes).
 
 Let me know if you want me to attach a repro, but I'm pretty sure its not 
 necessary for this particular "issue".
+
+------- Additional Comments From gonzalo@ximian.com  2004-10-10 07:07 -------
+One of the requirements inside <form> is that what is inside is
+well-formed. Not quoting an attribute is an error. But I'll see what
+MS does.
+