Opened 13 years ago
Closed 13 years ago
#6597 closed bug (duplicate)
Pageloading with HTML 5 - Doctype (<!DOCTYPE html>) works not correct with "chrome" and "safari 4"
Reported by: | stelzman | Owned by: | |
---|---|---|---|
Priority: | Milestone: | 1.4.4 | |
Component: | core | Version: | 1.4.2 |
Keywords: | HTML 5, chrome, safari | Cc: | |
Blocked by: | Blocking: |
Description
Works only, after the page is reloading manually or the content is cached:
<!DOCTYPE html > <html>
<head>
<script type="text/javascript" src="js/jquery-1.4.2.min.js"></script>
</head> <body style="background-color: #000000;">
<div>
</div>
</body>
</html>
Works perfect:
<!DOCTYPE html PUBLIC "-W3CDTD XHTML 1.0 StrictEN"
...
The are no problems in Firefox 3.5 or IE 8.
Note: See
TracTickets for help on using
tickets.
Duplicate of #6596 .