HTML recipe output
The absence of a <!doctype...> declaration in HTML output for a recipe puts IE9 into quirks mode. I don't see any way to control this via the recipe API. Is this something that accomodated? IE9 quirks mode is so antiquated a lot of CSS doesn't work the way it should. I'm thinking ahead to KF8 which is HTML5/CSS3 (apparently) and wondering if the absence of the doctype will be an issue.
|