https://bugzilla.novell.com/show_bug.cgi?id=397046


           Summary: HtmlAnchor renders empty href attribute
           Product: Mono: Class Libraries
           Version: SVN
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Sys.Web
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [email protected]
          Found By: ---


Created an attachment (id=220062)
 --> (https://bugzilla.novell.com/attachment.cgi?id=220062)
test page

Recipe:
=======
- request the attached test page.

Mono renders:
=============
<html>
<body>
<a>Test 1</a>
<a href="">Test 2</a>
</body>
</html>

NET renders:
=============
<html>
<body>
<a>Test 1</a>
<a>Test 2</a>
</body>
</html>


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to