Full page edit and doctype

  •  03-03-2009, 11:30 AM

    Full page edit and doctype

    Hi
     
    When doing a full page edit the doctype keeps being converted to lowercase.
     
    <!doctype html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    The doctype should be in Upper case e.g.
     
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    When you move from html view to normal it makes it lower case. This is breaking w3c checking tools, any chance you can fix it?
     
    You can see this happening if you goto http://cutesoft.net/example/Edithtml.aspx
     
    Thanks
View Complete Thread