Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Using HTML5 tags with the wrong DOCTYPE….

  • This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #42991
    barkins
    Member

    I’m currently working with an outdated CMS that contains the following DOCTYPE,

    Is it okay to use HTML5 tags anyway?

    #126160
    Paulie_D
    Member

    Is there some reason why you can’t change the doctype?

    Obviously to support older IE you will have to use the shim/shiv if you do.

    #126162
    barkins
    Member

    Sadly, there’s no way for me to change it, I would if I could.

    #126167
    Paulie_D
    Member

    I **THINK** all the HTML5 tags need is for an HTML doctype to be declared…. I don’t think it matters what it is.

    As I said though, IE8/(9?) will need the shim/shiv.

    #126179
    barkins
    Member

    Yes of course, I will include the shim/shiv. Thanks for the info!

    #126251
    __
    Participant

    Correct – the only purpose a doctype serves is to trigger “standards mode” (i.e., “not quirks mode”). *Any* doctype that starts with `

Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘Other’ is closed to new topics and replies.