revsorg
-
Total Posts
:
11
-
Reward points
:
1870
- Joined: May 09 '09
-
Status: offline
|
Validation
Tue. Aug 18, '09 9:42 AM
( permalink)
I wonder if anyone has done any work to make aspplayground produce code that validates successfully at validator.w3.org?
|
|
|
|
Samuel
-
Total Posts
:
11785
-
Reward points
:
168350
- Joined: May 23 '01
-
Status: offline
|
Re:Validation
Tue. Aug 18, '09 11:05 AM
( permalink)
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.
ASPPlayground.NET ~ see our Version 4 plans here
|
|
|
|
sarabon008
-
Total Posts
:
1
-
Reward points
:
60
- Joined: Aug 31 '09
-
Status: offline
|
Re:Validation
Mon. Aug 31, '09 12:49 PM
( permalink)
i don't think it will take that much problem.... so cool...............
|
|
|
|
chrstnsln22
-
Total Posts
:
1
-
Reward points
:
160
- Joined: Oct 22 '09
-
Status: offline
|
Re:Validation
Mon. Nov 2, '09 9:46 PM
( permalink)
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
|
|
|
|