Opened 13 years ago
Closed 13 years ago
#6596 closed bug (invalid)
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"
...
The are no problems in Firefox 3.5 or IE 8.
Change History (2)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Can you clarify what you mean by "works"?