[Mono-bugs] [Bug 660890] New: mono generates wrong html for asp:Menu

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Dec 21 16:03:04 EST 2010


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: mhabersack at novell.com
        ReportedBy: visualise at gmail.com
         QAContact: mono-bugs at lists.ximian.com
          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.


More information about the mono-bugs mailing list