Hello,
The actual recommendation for declaring Doctype in html pages with SmartClient is to not declaring Doctype at all, which mean "quirks mode" for browsers
In IE9, this will be a problem since this will also disable SVG, Canvases, and all the new stuffs, as if we were using IE6 engine inside IE9... Furthermore, even IFRAME will inherit, whatever its declared doctype inside it, the quirks mode.
So my conclusion is that if we want to get the best of the web technologies in conjunction with smartclient in IE9, then SmartClient should definitively support HTML5 doctype (ie : <!doctype html>)
Greetings,
Stéphane BARBARAY.
The actual recommendation for declaring Doctype in html pages with SmartClient is to not declaring Doctype at all, which mean "quirks mode" for browsers
In IE9, this will be a problem since this will also disable SVG, Canvases, and all the new stuffs, as if we were using IE6 engine inside IE9... Furthermore, even IFRAME will inherit, whatever its declared doctype inside it, the quirks mode.
So my conclusion is that if we want to get the best of the web technologies in conjunction with smartclient in IE9, then SmartClient should definitively support HTML5 doctype (ie : <!doctype html>)
Greetings,
Stéphane BARBARAY.
Comment