Side navigation
#6596 closed bug (invalid)
Opened May 25, 2010 02:58PM UTC
Closed June 12, 2010 02:56AM UTC
Pageloading with HTML 5 - Doctype (<!DOCTYPE html>) works not correct with "chrome" and "safari 4"
Reported by: | stelzman | Owned by: | |
---|---|---|---|
Priority: | Milestone: | 1.4.3 | |
Component: | unfiled | 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"
"http:www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
...
The are no problems in Firefox 3.5 or IE 8.
Can you clarify what you mean by "works"?