Bug – Episerver CMS 6R2 – Html5 doctype

Written by . Filed under Web. Tagged . Bookmark the Permalink. Post a Comment. Leave a Trackback URL.

We had trouble using the HTML5 with EPiServer CMS, it proved to be a bug.

The bug is that you have to write html 5 doctype in uppercase, ie <! DOCTYPEhtml>, to write doctype in lowercase makes EPiServer html parser removes thedoctype.

The actual bug is that the doctype should be case-insensitive - that you can see if you read the documentation for the doctype.

so use the <! DOCTYPE html> until the bug is resolved.

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>