LockedValidation

Author
revsorg
Version 3 user
  • Total Posts : 11
  • Reward points : 1900
  • Joined:
  • Status: offline
0

Validation

I wonder if anyone has done any work to make aspplayground produce code that validates successfully at validator.w3.org?
#1

3 Replies Related Threads

    APGvNext (Sam)
    vNext Dev
    • Total Posts : 12487
    • Reward points : 218330
    • Joined:
    • Status: offline
    Re:Validation (permalink)
    0
    Hi Revsorg,

    Thanks for your message. You don't really have to worry about the validation as ASP.NET itself cannot produce completely valid code. The validator requires a lot of things that ASP.NET itself breaks.

    However, this does not mean dysfunctional pages or display error at all, as you can check with all major browsers. What is more important than that validator is that we support all major browsers and everything displays correctly under the XHTML 1.0 Strict Doctype. We are not coding the software in quirks mode to ensure best cross platform compatibility and HTML rendering efficiency.

    In addition, we had to introduce some CSS workarounds too for IE 7 to make it display pages like the rest of the more compliant browsers. These workarounds are by themselves not "compliant", but actually make the software more "compatible" with more browsers.

    #2
    sarabon008
    New Member
    • Total Posts : 1
    • Reward points : 60
    • Joined:
    • Status: offline
    Re:Validation (permalink)
    0
    i don't think it will take that much problem....
    so cool...............
    #3
    chrstnsln22
    New Member
    • Total Posts : 1
    • Reward points : 160
    • Joined:
    • Status: offline
    Re:Validation (permalink)
    0
    Samuel

    Hi Revsorg,

    Thanks for your message. You don't really have to worry about the validation as ASP.NET itself cannot produce completely valid code. The validator requires a lot of things that ASP.NET itself breaks.

    However, this does not mean dysfunctional pages or display error at all, as you can check with all major browsers. What is more important than that validator is that we support all major browsers and everything displays correctly under the XHTML 1.0 Strict Doctype. We are not coding the software in quirks mode to ensure best cross platform compatibility and HTML rendering efficiency.

    In addition, we had to introduce some CSS workarounds too for IE 7 to make it display pages like the rest of the more compliant browsers. These workarounds are by themselves not "compliant", but actually make the software more "compatible" with more browsers.


    Thanks for this info... Really informative. I am a newbie, so I am just browsing and reading some posts and most of them are really helpful, some, I've already encountered and resolve them with the help of this forum, just like this issue...



    Thanks,
    Christine
    #4
    Jump to:
    © 2013 APG vNext Commercial Version 4.3