ali_fiujnomali's blog

By ali_fiujnomali, 11 years ago, In English

In profile pages, like ali_fiujnomali, there is a HTML5 element (canvas), but first line of HTML document is: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" ""> that specifies this is a HTML 4.01 document. Please change this line to: <!DOCTYPE html> to tell to Internet Explorer that it is a HTML5 document.

w3schools.com

  • Vote: I like it
  • +19
  • Vote: I do not like it

»
11 years ago, # |
  Vote: I like it +16 Vote: I do not like it

You are right but: "_Use a web browser to browse the web!_"

  • »
    »
    11 years ago, # ^ |
      Vote: I like it +11 Vote: I do not like it

    Imho, web page should be valid no matter how browser process invalid ones.