Ext.NET HTML compliant code (and accessibility)

  1. #1

    Ext.NET HTML compliant code (and accessibility)

    Hello all,

    Sorry if the question has already been answered but could not find anything in the forum. I was wondering if the code generated by Ext.NET (in an MVC app as well) is in anyway compliant with any specific doctypes?

    How does a normal page validate against W3C?

    What I am concerned about is the accessibility of my site, screenreaders, aural browsers, browser zooming and the like.

    Thanks again and sorry if the question seems a bit vague.

    Regards,
    L.
  2. #2
    Hi,

    Quote Originally Posted by Tallmaris View Post
    I was wondering if the code generated by Ext.NET (in an MVC app as well) is in anyway compliant with any specific doctypes?
    Well, I know that some members faced with some complaint under IE.

    But, unfortunately, I can't provide you with any detailed info.

    Quote Originally Posted by Tallmaris View Post
    How does a normal page validate against W3C?
    I have not try and don't know if someone have tried.

    You could try:)
  3. #3
    Hi there,

    I have tried quickly to pass the generated html into a validator and got something like 70 errors against HTML5... mainly due to the use of table layout with empty rows, use of cellspacing, images with no "alt" defined etc. etc... I think that since ext.net uses a lot of nested tables and divs to perform the layout, validating will be a massive pain.

    I'll keep on trying with various doctypes and maybe we can keep this thread updated with the result.

    Regards,
  4. #4
    Thanks for the update.

    Quote Originally Posted by Tallmaris View Post
    mainly due to the use of table layout with empty rows, use of cellspacing
    We don't recommend to use TableLayout at all, because, generally speaking, it's crude.

    Quote Originally Posted by Tallmaris View Post
    images with no "alt" defined
    We guess that you mean icons. I think "alt" is not required for icons at all, because Ext.Net forces loading of resources.
  5. #5
    When I said table layout I mean the layout generated by ext.net... it often used tables to place the layout in an orderly fashion but that of course is not liked by validators. If there is a way to avoid it it would be great.

    Images are for example the rounded borders, the Icons, some of the nice effects in the themes, the spacer gif... again, validators don't like it.

    I am no big expert on this, I am only reporting a basic validation summary based on a simple ext.net page. :)
    I'll make some more tests anyway.

    Regards.
  6. #6
    Well, there should not be many <table> if you don't use TableLayout.

    Thanks for your efforts to sort it out. It's interesting for me as well.

Similar Threads

  1. [CLOSED] Html code to Ext:label
    By canbay in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jul 26, 2012, 1:08 PM
  2. [CLOSED] accessibility for Ext.Net
    By leon_tang in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Jul 17, 2012, 6:09 PM
  3. [CLOSED] Are Ext.Net controls 508 Compliant?
    By LarryAucoin in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jul 11, 2012, 5:12 PM
  4. [CLOSED] Which accessibility standard supported by Ext.Net
    By leon_tang in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jul 11, 2012, 5:11 PM
  5. Convert FormPanel from Html-Code to VB.Net Code
    By stephan1985 in forum 1.x Help
    Replies: 1
    Last Post: Jan 27, 2010, 3:47 PM

Tags for this Thread

Posting Permissions