I'm a very experienced programmer and application designer, but I'm new to DNN (using 4.01) and fairly new to ASP.Net. I'm learning it while using VS 2005.
I noticed that some of the html that was being built has this header:
[!
DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"]
But VS 2005 is complaining that many of the actual pages in DNN do not conform to this standard.
For example, tags without ending / marks, such as [br] or [hr], tag attributes that have unquoted values, [img] tags without alt attributes, etc. As a learning exercise, I went thru the source code to try to fix as many of these issues as I could.
Assuming folks on the DNN team are interested in these changes, how do I go about joining the DNN effort and submitting the changed code?
There are also a lot of deprecated attribute tags in the source. Is there any interest in updating them to the newer standard, or do they need to be kept in place for legacy browsers?
Thanks in advance