제안된 답변 Default DOCTYPE

  • 2009년 7월 29일 수요일 오전 7:32
     
     
    What does IE 8 assume if the <!DOCTYPE> declaration is not present?

    Thanks

모든 응답

  • 2012년 5월 11일 금요일 오전 12:40
     
     
    Someone answer this man and include for IE 9!!!
  • 2012년 5월 11일 금요일 오전 1:46
     
     제안된 답변

    all msie browsers (except the latest maxthon) support Quirks mode. IE10 beta renders Quirks documents in IE10 Quirks mode, which means it uses the tag soup parser but supports css 3 and html5 elements such as article and video.

    other browsers where no dtd is specified will add an abbreviated and invalid html4 dtd.... the latest FX reports this as a Quirks document although it has added a dtd.

    see http://en.wikipedia.org/wiki/HTML


    Rob^_^

    • 답변으로 제안됨 doctoroftypeMVP 2012년 5월 11일 금요일 오전 1:47
    •