Closed
Bug 76912
Opened 24 years ago
Closed 23 years ago
XHTML Transitional document shouldn't be rendered as strict
Categories
(Core :: XML, defect)
Core
XML
Tracking
()
RESOLVED
WORKSFORME
Future
People
(Reporter: chrispetersen, Assigned: hjtoi-bugzilla)
References
()
Details
(Keywords: xhtml)
Build: 2001041908
Platform: All
Expected Result: Noscript content (PCDATA)should be rendered.
If a document was validated for XHTML Transitional, it should be rendered properly.
What I got: Content is not displayed
Steps to reproduce:
1) To reproduce the issue here, turn off JS in browser and open test case.
2) The pcdata is not displayed even thought the content model for document is
correct (based on the XHTML Trans DTD).
3) Since the content model for NOSCRIPT under strict requires a block , the data
not displayed. This can be confusing to a developer since the document was
written for Transitional in the first place.
Assignee | ||
Updated•24 years ago
|
Target Milestone: --- → Future
Comment 1•24 years ago
|
||
why not having mozilla1.0 as target milestone?!
Assignee | ||
Updated•24 years ago
|
Target Milestone: Future → mozilla1.0
Comment 2•24 years ago
|
||
Bugs targeted at mozilla1.0 without the mozilla1.0 keyword moved to mozilla1.0.1
(you can query for this string to delete spam or retrieve the list of bugs I've
moved)
Target Milestone: mozilla1.0 → mozilla1.0.1
Assignee | ||
Updated•24 years ago
|
Target Milestone: mozilla1.0.1 → Future
Documents that W3 validates as XHTML 1.0 Transitional get rendered incorrectly
as XHTML 1.0 Strict and therefore do not display properly.
Based on the summary, this bug is invalid, since the current behavior is
intentional. (Standards mode, sometimes called strict mode, has nothing to do
with the strict DTD of long-gone history.) See
http://mozilla.org/docs/web-developer/quirks/
It's not a bug. It's that the Doctype "XHTML 1.0 Transitional" is "unknown" (at
least to the browser). In fact, all 3 XHTML DTD's
[http://www.w3.org/TR/xhtml1/#dtds] that the W3 reccomends are
considered "unknown" [http://mozilla.org/docs/web-
developer/quirks/doctypes.html]. It's a problem but not a bug.
Updated•23 years ago
|
Keywords: mozilla1.1
Comment 6•23 years ago
|
||
Since this bug was filed, we switched to Almost Standards mode for XHTML
Transitional. Therefore this is now WORKSFORME.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
Updated•23 years ago
|
QA Contact: petersen → rakeshmishra
You need to log in
before you can comment on or make changes to this bug.
Description
•