foobarlab / UpStage-Video-Hack

UpStage Streaming Hack
http://www.foobarlab.net/
GNU General Public License v2.0
5 stars 1 forks source link

Conditional comment before DOCTYPE could force quirks-mode in IE #6

Open foobarlab opened 11 years ago

foobarlab commented 11 years ago

All generated HTML files have the DOCTYPE declared as conditional comment for handling IE (Internet Explorer). This may lead to forcing quirks-mode and non-standard-compliant behaviour.

see: https://github.com/foobarlab/UpStage/blob/development/server/src/config/templates/master_a.inc#L2-L3

See also: http://stackoverflow.com/questions/941100/can-comments-appear-before-the-doctype-declaration