https://bugzilla.novell.com/show_bug.cgi?id=660890
https://bugzilla.novell.com/show_bug.cgi?id=660890#c0 Summary: mono generates wrong html for asp:Menu Classification: Mono Product: Mono: Class Libraries Version: 2.8.x 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: --- Blocker: --- mono generates html for asp:Menu which uses the <table> tag, whereas .NET generates html which uses the <ul> (unordered list) tag. I was told by an operator in the irc channel that this is a bug, as mono should generate the same html for controls as .net does. It's an issue as it prevents the portability of stylesheets between .net and mono. It's also bad design practice to abuse the <table> tag for anything other than displaying tabular data. -- 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
