Closed Bug 363794 Opened 19 years ago Closed 19 years ago

rendering halts when self-closing tags are present

Categories

(Firefox :: General, defect)

PowerPC
macOS
defect
Not set
major

Tracking

()

RESOLVED INVALID

People

(Reporter: bryan, Unassigned)

References

()

Details

User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/418.9.1 (KHTML, like Gecko) Safari/419.3 Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.9a1) Gecko/20061204 GranParadiso/3.0a1 When the valid use of self-closing tags are used on a site, rendering is halted. Once removed and changed to the less clean <meta ...></meta> or other tags are used, rendering is fine. Reproducible: Always Steps to Reproduce: 1. Go To URL Actual Results: Only HTML styling in CSS is processed, rest is halted. Expected Results: Entire site is processed/rendered. Use current public version of FFx to see real results. If needed, I can create a demonstration page, but due to time constraints and anger, I have neglected to make one.
Your page violates the HTML compatibility guidelines: http://qa-dev.w3.org/appc/?uri=http%3A%2F%2Fdarkrockstr.com%2F
I'm sorry but I do not need to worry about HTML Compatibility. Here's why: First, my code is valid XHTML 1.0 Strict. Wanna doubt me? http://validator.w3.org/check?uri=http%3A%2F%2Fdarkrockstr.com%2F&charset=%28detect+automatically%29&doctype=Inline <- Go there. Second, I am using the 'application/xhtml+xml' media type which is for documents that are not HTML compatible (http://www.w3.org/TR/2002/NOTE-xhtml-media-types-20020801/) Third, although my code will turn up errors in the HTML compatibility site you have given, I am not using the media type that says my code is HTML compatible.
Your server is actually sending "text/html" as the mime type, as you can see using http://web-sniffer.net/ or Firefox's "Page Info" feature. Fix that and the problem should go away. As Phil Ringnalda said in bug 362765, "content-type in a meta element doesn't affect whether or not we treat your XHTML as real XHTML or as Appendix C 'HTML', only the content-type header does." Btw, your problem isn't from the <meta />, it's from the <script />. Unclosed meta tags are fine in HTML, but unclosed script tags are not.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.