Opened 13 years ago
Closed 13 years ago
#6215 closed bug (worksforme)
jQuery.support.boxModel is true in IE when the DOCTYPE is ....
Reported by: | Jessige | Owned by: | |
---|---|---|---|
Priority: | Milestone: | 1.4.3 | |
Component: | support | Version: | 1.4.2 |
Keywords: | boxModel doctype ie | Cc: | |
Blocked by: | Blocking: |
Description
jQuery.support.boxModel is true in ie6~8 when the DOCTYPE is <!DOCTYPE HTML PUBLIC "-W3CDTD HTML 4.01EN" "http://www.w3.org/TRhttp://www.weather.com.cn/html4/strict.dtd">, is that right?
Attachments (1)
Change History (2)
Changed 13 years ago by
Attachment: | test-boxModel.zip added |
---|
comment:1 Changed 13 years ago by
Component: | unfiled → support |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
Yep, that's correct - using a proper content type will push Internet Explorer to display content using the standard W3C style.
Note: See
TracTickets for help on using
tickets.
test it in ie6~8