[Webkit-unassigned] [Bug 6314] Unclosed <style> element in <head> makes page completely blank
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Sat Dec 31 11:29:18 PST 2005
http://bugzilla.opendarwin.org/show_bug.cgi?id=6314
------- Additional Comments From macdome at opendarwin.org 2005-12-31 11:29 -------
One of the most common mistakes on today's web it to write "valid xhtml 1.0" and then vend it from a
server as text/html. What that does, is you end up vending something which is actually (by design) invalid
html. The proper solution is to just vend the file as application/xhtml+xml, like it was designed to be...
the only problem with that is that WinIE doesn't handle xhtml very well :( FireFox, Safari and Opera handle
xhtml fine though.
--
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list